aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-08balloon: Improve use of qapi visitorEric Blake1-3/+5
2016-02-08vl: Ensure qapi visitor properly ends struct visitEric Blake1-6/+8
2016-02-08hmp: Cache use of qapi visitorEric Blake2-10/+14
2016-02-08hmp: Drop pointless allocation during qapi visitEric Blake2-6/+2
2016-02-08qapi: Drop dead parameter in gen_params()Eric Blake1-2/+2
2016-02-08qapi: Dealloc visitor does not need a type_size()Eric Blake1-6/+0
2016-02-08qapi: Drop dead dealloc visitor variableEric Blake1-1/+0
2016-02-08qapi: Avoid use of misnamed DO_UPCAST()Eric Blake3-28/+44
2016-02-08qobject: Document more shortcomings in our number handlingEric Blake2-3/+14
2016-02-08tests: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2-7/+7
2016-02-08Revert "tracetool: use Python 2.4-compatible exception handling syntax"Markus Armbruster1-2/+2
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster4-6/+6
2016-02-08qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster1-4/+4
2016-02-08ui/cocoa.m: Include qemu/osdep.hPeter Maydell1-0/+2
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell59-775/+1129
2016-02-06net: set endianness on all backend devicesLaurent Vivier1-12/+11
2016-02-06fix MSI injection on XenStefano Stabellini6-6/+34
2016-02-06intel_iommu: large page supportJason Wang3-24/+59
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson1-1/+1
2016-02-06pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek2-4/+13
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2-0/+23
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek4-5/+7
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek5-21/+26
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost2-9/+2
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost3-28/+28
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost3-11/+8
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost4-9/+3
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost3-8/+5
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost6-26/+11
2016-02-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost1-3/+0
2016-02-06acpi: Remove guest_info parameters from functionsEduardo Habkost1-14/+21
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost3-6/+4
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost4-13/+11
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost2-17/+12
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost1-15/+16
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater1-0/+49
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater1-1/+15
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater1-1/+44
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2-28/+89
2016-02-06ipmi: fix SDR length valueCédric Le Goater1-6/+6
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater1-2/+2
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater1-13/+8
2016-02-06ipmi: replace goto by a return statementCédric Le Goater1-99/+41
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum1-0/+7
2016-02-06vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini1-3/+2
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-02-06virtio: combine write of an entry into used ringVincenzo Maffione1-13/+12
2016-02-06virtio: read avail_idx from VQ only when necessaryVincenzo Maffione1-4/+22
2016-02-06virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione1-3/+9
2016-02-06virtio: combine the read of a descriptorPaolo Bonzini1-51/+35