aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-08qapi: Don't cast Enum* to int*Eric Blake
2016-02-08qapi: Consolidate visitor small integer callbacksEric Blake
2016-02-08qapi: Make all visitors supply uint64 callbacksEric Blake
2016-02-08qapi: Prefer type_int64 over type_int in visitorsEric Blake
2016-02-08qapi-visit: Kill unused visit_end_union()Eric Blake
2016-02-08qapi: Track all failures between visit_start/stopEric Blake
2016-02-08qapi: Improve generated event use of qapi visitorEric Blake
2016-02-08balloon: Improve use of qapi visitorEric Blake
2016-02-08vl: Ensure qapi visitor properly ends struct visitEric Blake
2016-02-08hmp: Cache use of qapi visitorEric Blake
2016-02-08hmp: Drop pointless allocation during qapi visitEric Blake
2016-02-08qapi: Drop dead parameter in gen_params()Eric Blake
2016-02-08qapi: Dealloc visitor does not need a type_size()Eric Blake
2016-02-08qapi: Drop dead dealloc visitor variableEric Blake
2016-02-08qapi: Avoid use of misnamed DO_UPCAST()Eric Blake
2016-02-08qobject: Document more shortcomings in our number handlingEric Blake
2016-02-08tests: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2016-02-08Revert "tracetool: use Python 2.4-compatible exception handling syntax"Markus Armbruster
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2016-02-08qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2016-02-08ui/cocoa.m: Include qemu/osdep.hPeter Maydell
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-06net: set endianness on all backend devicesLaurent Vivier
2016-02-06fix MSI injection on XenStefano Stabellini
2016-02-06intel_iommu: large page supportJason Wang
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson
2016-02-06pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost
2016-02-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost
2016-02-06acpi: Remove guest_info parameters from functionsEduardo Habkost
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater
2016-02-06ipmi: fix SDR length valueCédric Le Goater