summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* qapi: Prefer type_int64 over type_int in visitorsEric Blake2019-11-291-2/+4
* qapi-visit: Kill unused visit_end_union()Eric Blake2019-11-292-2/+0
* fix MSI injection on XenStefano Stabellini2019-11-291-0/+1
* intel_iommu: large page supportJason Wang2019-11-291-0/+1
* dimm: Correct type of MemoryHotplugState->baseDavid Gibson2019-11-291-1/+1
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-291-0/+7
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-291-1/+2
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-291-1/+1
* pc: Eliminate PcGuestInfo structEduardo Habkost2019-11-291-6/+1
* pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2019-11-291-5/+9
* pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2019-11-291-1/+1
* pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2019-11-291-1/+0
* pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2019-11-291-1/+0
* pc: Remove compat fields from PcGuestInfoEduardo Habkost2019-11-291-4/+0
* pc: Simplify xen_load_linux() signatureEduardo Habkost2019-11-291-2/+1
* pc: Simplify pc_memory_init() signatureEduardo Habkost2019-11-291-5/+4
* pc: Eliminate struct PcGuestInfoStateEduardo Habkost2019-11-291-0/+2
* pc: Move PcGuestInfo declaration to top of fileEduardo Habkost2019-11-291-15/+16
* ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2019-11-291-0/+45
* virtio: introduce virtqueue_alloc_elementPaolo Bonzini2019-11-291-4/+5
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2019-11-291-0/+2
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-297-8/+7
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2019-11-291-1/+1
* ram: Split host_from_stream_offset() into two helper functionszhanghailiang2019-11-291-2/+6
* virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2019-11-292-8/+7
* Fix virtio migrationDr. David Alan Gilbert2019-11-291-9/+9
* net/filter: Fix the output information for command 'info network'zhanghailiang2019-11-291-1/+0
* net: always walk through filters in reverse if traffic is egressLi Zhijian2019-11-291-1/+1
* dma: remove now useless DMA_* functionsHervé Poussineau2019-11-291-10/+1
* isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2019-11-292-0/+39
* i8257: move state definition to new independent headerHervé Poussineau2019-11-291-0/+42
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2019-11-291-1/+1
* arm/boot: move highbank secure board setup code to common routineAndrew Baumann2019-11-291-0/+5
* bcm2836: add bcm2836 SoC deviceAndrew Baumann2019-11-291-0/+35
* bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2019-11-291-0/+51
* bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2019-11-292-0/+170
* bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2019-11-291-0/+33
* bcm2835_property: add bcm2835 property channelAndrew Baumann2019-11-291-0/+31
* bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2019-11-292-0/+65
* arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2019-11-291-1/+0
* trace: convert stderr backend to logPaolo Bonzini2019-11-291-0/+1
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2019-11-291-0/+1
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2019-11-291-0/+2
* virtio-gpu: maintain command queueGerd Hoffmann2019-11-291-0/+1
* console: block rendering until client is doneGerd Hoffmann2019-11-291-0/+2
* zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann2019-11-291-1/+0
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-292-59/+60
* hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2019-11-291-1/+1
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-291-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-292-5/+9
OpenPOWER on IntegriCloud