summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-0815-55/+105
|\
| * fix MSI injection on XenStefano Stabellini2016-02-061-0/+1
| * intel_iommu: large page supportJason Wang2016-02-061-0/+1
| * dimm: Correct type of MemoryHotplugState->baseDavid Gibson2016-02-061-1/+1
| * acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+7
| * acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-1/+2
| * acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-061-1/+1
| * pc: Eliminate PcGuestInfo structEduardo Habkost2016-02-061-6/+1Star
| * pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2016-02-061-5/+9
| * pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2016-02-061-1/+1
| * pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2016-02-061-1/+0Star
| * pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2016-02-061-1/+0Star
| * pc: Remove compat fields from PcGuestInfoEduardo Habkost2016-02-061-4/+0Star
| * pc: Simplify xen_load_linux() signatureEduardo Habkost2016-02-061-2/+1Star
| * pc: Simplify pc_memory_init() signatureEduardo Habkost2016-02-061-5/+4Star
| * pc: Eliminate struct PcGuestInfoStateEduardo Habkost2016-02-061-0/+2
| * pc: Move PcGuestInfo declaration to top of fileEduardo Habkost2016-02-061-15/+16
| * ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2016-02-061-0/+45
| * virtio: introduce virtqueue_alloc_elementPaolo Bonzini2016-02-061-4/+5
| * virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-0/+2
| * virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-067-8/+7Star
| * virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2016-02-042-8/+7Star
| * Fix virtio migrationDr. David Alan Gilbert2016-02-041-9/+9
* | migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2016-02-051-1/+1
* | ram: Split host_from_stream_offset() into two helper functionszhanghailiang2016-02-051-2/+6
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-02-042-2/+1Star
|\ \
| * | net/filter: Fix the output information for command 'info network'zhanghailiang2016-02-041-1/+0Star
| * | net: always walk through filters in reverse if traffic is egressLi Zhijian2016-02-041-1/+1
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-02-043-11/+83
|\ \ \
| * | | dma: remove now useless DMA_* functionsHervé Poussineau2016-02-031-10/+1Star
| * | | isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2016-02-032-0/+39
| * | | i8257: move state definition to new independent headerHervé Poussineau2016-02-031-0/+42
| * | | i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-031-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell2016-02-0410-1/+390
|\ \ \ | |_|/ |/| |
| * | arm/boot: move highbank secure board setup code to common routineAndrew Baumann2016-02-031-0/+5
| * | bcm2836: add bcm2836 SoC deviceAndrew Baumann2016-02-031-0/+35
| * | bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2016-02-031-0/+51
| * | bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2016-02-032-0/+170
| * | bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2016-02-031-0/+33
| * | bcm2835_property: add bcm2835 property channelAndrew Baumann2016-02-031-0/+31
| * | bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2016-02-032-0/+65
| * | arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2016-02-031-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-02-032-59/+61
|\ \ | |/ |/|
| * trace: convert stderr backend to logPaolo Bonzini2016-02-031-0/+1
| * log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-032-59/+60
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell2016-02-033-1/+6
|\ \
| * | virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-031-0/+1
| * | virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-031-0/+2
| * | virtio-gpu: maintain command queueGerd Hoffmann2016-02-031-0/+1
| * | console: block rendering until client is doneGerd Hoffmann2016-02-031-0/+2