summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-08-141-0/+2
|\
| * throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi2015-08-051-0/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-08-135-31/+131
|\ \
| * | smbios: move smbios code into a common folderWei Huang2015-08-131-0/+0
| * | smbios: remove dependency on x86 e820 tablesWei Huang2015-08-131-1/+9
| * | virtio-net: remove useless codesJason Wang2015-08-131-1/+0
| * | pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-1/+2
| * | pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-131-2/+0
| * | pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-131-2/+0
| * | pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-131-4/+1
| * | pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-131-2/+1
| * | pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-131-0/+1
| * | pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-131-1/+1
| * | pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-131-2/+3
| * | pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-131-6/+0
| * | pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-131-6/+0
| * | pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost2015-08-132-3/+3
| * | pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-131-2/+112
* | | hw/arm/gic: Kill code duplicationPavel Fedin2015-08-131-0/+3
* | | Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin2015-08-131-3/+11
* | | i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-0/+107
* | | i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-0/+79
* | | i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2015-08-132-10/+93
* | | i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-0/+55
* | | i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-0/+102
|/ /
* | virtio: fix 1.0 virtqueue migrationJason Wang2015-08-051-0/+6
|/
* target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3Radim Krčmář2015-08-041-0/+4
* migration: Fix global state with Xen.Anthony PERARD2015-08-031-0/+1
* AioContext: force event loop iteration using BHStefan Hajnoczi2015-07-291-0/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-282-3/+31
|\
| * virtio: get_features() can failJason Wang2015-07-271-1/+3
| * virtio: set any_layout in virtio coreMichael S. Tsirkin2015-07-272-2/+24
| * virtio: hide legacy features from modern guestsMichael S. Tsirkin2015-07-271-0/+4
* | Fix Cortex-A9 global timerJohannes Schlatow2015-07-271-1/+1
* | vmstate: remove unused declarationMarc-André Lureau2015-07-271-3/+0
* | qemu-common.h: Document cutils.c string functionsPeter Maydell2015-07-271-1/+113
* | hw/net: add simple phy support to mcf_fec driverGreg Ungerer2015-07-271-0/+5
* | hw/net: add ANLPAR bit definitions to generic miiGreg Ungerer2015-07-271-0/+7
* | hw/net: create common collection of MII definitionsGreg Ungerer2015-07-272-39/+65
* | memory: count number of active VGA logging clientsPaolo Bonzini2015-07-241-0/+1
|/
* AioContext: optimize clearing the EventNotifierPaolo Bonzini2015-07-221-1/+31
* AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini2015-07-221-6/+23
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-201-0/+9
|\
| * virtio-net: unbreak any layoutJason Wang2015-07-201-0/+9
* | virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta2015-07-171-0/+1
* | virtio-input: move sys/ioctl.h includeGerd Hoffmann2015-07-161-1/+0
|/
* target-i386: emulate CPUID level of real hardwareRadim Krčmář2015-07-151-0/+68
* migration: We also want to store the global state for savevmJuan Quintela2015-07-151-0/+1
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-0/+1
OpenPOWER on IntegriCloud