summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tests: virtio-scsi: clear unit attention after resetStefan Hajnoczi2015-07-301-36/+54
| * | scsi-disk: fix cmd.mode field typoStefan Hajnoczi2015-07-301-1/+1
| * | virtio-scsi: use virtqueue_map_sg() when loading requestsStefan Hajnoczi2015-07-301-0/+5
* | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-08-143-10/+233
|\ \ \ | |_|/ |/| |
| * | tests: test rx recovery from contJason Wang2015-08-041-0/+52
| * | tests: introduce basic pci test for virtio-netJason Wang2015-08-042-8/+179
| * | net/vmxnet3: Fix incorrect debug messageDana Rubin2015-08-041-2/+2
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-08-142-5/+15
|\ \ \
| * | | mirror: Fix coroutine reentranceKevin Wolf2015-08-141-5/+10
| * | | Merge branch 'block-next' into HEADJeff Cody2015-08-142-0/+5
| |\ \ \
| | * | | block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi2015-08-062-0/+5
* | | | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-08-144-0/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | throttle: add throttle_max_is_missing_limit() testStefan Hajnoczi2015-08-051-0/+21
| * | | | throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi2015-08-053-0/+23
* | | | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell2015-08-136-53/+65
|\ \ \ \ \
| * | | | | target-mips: Use CPU_LOG_INT for logging related to interruptsRichard Henderson2015-08-132-20/+13
| * | | | | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell2015-08-131-0/+16
| * | | | | target-mips: simplify LWL/LDL mask generationAurelien Jarno2015-08-131-8/+6
| * | | | | target-mips: update mips32r5-generic into P5600Yongbok Kim2015-08-132-25/+30
* | | | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-08-1328-259/+312
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: list smbios maintainersMichael S. Tsirkin2015-08-131-1/+3
| * | | | | | smbios: move smbios code into a common folderWei Huang2015-08-1313-10/+13
| * | | | | | smbios: remove dependency on x86 e820 tablesWei Huang2015-08-133-9/+33
| * | | | | | smbios: extract x86 smbios building code into a functionWei Huang2015-08-131-16/+22
| * | | | | | acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange2015-08-131-0/+1
| * | | | | | virtio-net: remove useless codesJason Wang2015-08-132-7/+2
| * | | | | | pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-133-4/+12
| * | | | | | pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-134-13/+9
| * | | | | | pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-134-19/+9
| * | | | | | pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-133-25/+14
| * | | | | | pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-134-10/+6
| * | | | | | pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-133-23/+28
| * | | | | | pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-134-5/+5
| * | | | | | pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-134-11/+14
| * | | | | | pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-134-8/+2
| * | | | | | pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-133-8/+1
| * | | | | | pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost2015-08-132-3/+3
| * | | | | | pc: Rename pc_machine variables to pcmsEduardo Habkost2015-08-133-22/+22
| * | | | | | pc: Use error_abort when registering propertiesEduardo Habkost2015-08-131-8/+8
| * | | | | | target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost2015-08-132-29/+0
| * | | | | | pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-133-46/+112
| * | | | | | piix: Document coreboot-specific RAM size config registerEduardo Habkost2015-08-131-1/+6
| * | | | | | make: load only required dependency files.Victor Kaplansky2015-08-132-2/+8
| * | | | | | make: fix where dependency *.d are stored.Victor Kaplansky2015-08-133-2/+2
* | | | | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150813'...Peter Maydell2015-08-1325-524/+1003
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois2015-08-131-2/+6
| * | | | | | hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell2015-08-131-7/+14
| * | | | | | hw/arm/virt: Wire up secure timer interruptPeter Maydell2015-08-131-13/+15
| * | | | | | target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell2015-08-131-0/+27
| * | | | | | target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell2015-08-134-1/+92
OpenPOWER on IntegriCloud