summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-2928-287/+278
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-2952-371/+385
* qom: Use typedef for VisitorEric Blake2019-11-295-14/+13
* qapi: Don't cast Enum* to int*Eric Blake2019-11-291-2/+3
* qapi: Consolidate visitor small integer callbacksEric Blake2019-11-292-101/+55
* qapi: Make all visitors supply uint64 callbacksEric Blake2019-11-297-28/+73
* qapi: Prefer type_int64 over type_int in visitorsEric Blake2019-11-298-33/+43
* qapi-visit: Kill unused visit_end_union()Eric Blake2019-11-294-14/+1
* qapi: Track all failures between visit_start/stopEric Blake2019-11-291-6/+12
* qapi: Improve generated event use of qapi visitorEric Blake2019-11-292-11/+10
* balloon: Improve use of qapi visitorEric Blake2019-11-291-3/+5
* vl: Ensure qapi visitor properly ends struct visitEric Blake2019-11-291-6/+8
* hmp: Cache use of qapi visitorEric Blake2019-11-292-10/+14
* hmp: Drop pointless allocation during qapi visitEric Blake2019-11-292-6/+2
* qapi: Drop dead parameter in gen_params()Eric Blake2019-11-291-2/+2
* qapi: Dealloc visitor does not need a type_size()Eric Blake2019-11-291-6/+0
* qapi: Drop dead dealloc visitor variableEric Blake2019-11-291-1/+0
* qapi: Avoid use of misnamed DO_UPCAST()Eric Blake2019-11-293-28/+44
* qobject: Document more shortcomings in our number handlingEric Blake2019-11-292-3/+14
* tests: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-292-7/+7
* Revert "tracetool: use Python 2.4-compatible exception handling syntax"Markus Armbruster2019-11-291-2/+2
* scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-294-6/+6
* qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-291-4/+4
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2019-11-295-30/+5
* ui/cocoa.m: Include qemu/osdep.hPeter Maydell2019-11-291-0/+2
* net: set endianness on all backend devicesLaurent Vivier2019-11-291-12/+11
* fix MSI injection on XenStefano Stabellini2019-11-296-6/+34
* intel_iommu: large page supportJason Wang2019-11-293-24/+59
* dimm: Correct type of MemoryHotplugState->baseDavid Gibson2019-11-291-1/+1
* pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek2019-11-292-4/+13
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-292-0/+23
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-294-5/+7
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-295-21/+26
* pc: Eliminate PcGuestInfo structEduardo Habkost2019-11-292-9/+2
* pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2019-11-293-28/+28
* pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2019-11-293-11/+8
* pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2019-11-294-9/+3
* pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2019-11-293-8/+5
* pc: Remove compat fields from PcGuestInfoEduardo Habkost2019-11-296-26/+11
* acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost2019-11-291-3/+0
* acpi: Remove guest_info parameters from functionsEduardo Habkost2019-11-291-14/+21
* pc: Simplify xen_load_linux() signatureEduardo Habkost2019-11-293-6/+4
* pc: Simplify pc_memory_init() signatureEduardo Habkost2019-11-294-13/+11
* pc: Eliminate struct PcGuestInfoStateEduardo Habkost2019-11-292-17/+12
* pc: Move PcGuestInfo declaration to top of fileEduardo Habkost2019-11-291-15/+16
* ipmi: add ACPI power and GUID commandsCédric Le Goater2019-11-291-0/+49
* ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater2019-11-291-1/+15
* ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater2019-11-291-1/+44
* ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2019-11-292-28/+89
* ipmi: fix SDR length valueCédric Le Goater2019-11-291-6/+6
OpenPOWER on IntegriCloud