summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vhost-scsi: fix wrong vhost-scsi firmware pathGonglei2015-09-091-1/+1
* use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini2015-09-091-1/+1
* i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-0910-76/+12
* i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-094-9/+15
* Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-2/+1
* xlnx-zynqmp: Connect the four OCM banksAlistair Francis2015-08-251-0/+15
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-08-186-59/+117
|\
| * hw: fix mask for ColdFire UART command registerPaolo Bonzini2015-08-141-1/+1
| * scsi-generic: identify AIO callbacks more clearlyPaolo Bonzini2015-08-141-25/+41
| * scsi-disk: identify AIO callbacks more clearlyPaolo Bonzini2015-08-141-30/+61
| * scsi: create restart bottom half in the right AioContextPaolo Bonzini2015-08-141-1/+2
| * vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina2015-08-141-1/+1
| * vhost/scsi: call vhost_dev_cleanup() at unrealize() timeIgor Mammedov2015-07-301-0/+1
| * scsi-disk: Fix assertion failure on WRITE SAMEFam Zheng2015-07-301-0/+4
| * 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-141-2/+2
|\ \
| * | net/vmxnet3: Fix incorrect debug messageDana Rubin2015-08-041-2/+2
* | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell2015-08-131-0/+16
|\ \ \
| * | | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell2015-08-131-0/+16
* | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-08-1314-193/+171
|\ \ \ \
| * | | | smbios: move smbios code into a common folderWei Huang2015-08-137-7/+8
| * | | | smbios: remove dependency on x86 e820 tablesWei Huang2015-08-132-8/+24
| * | | | 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-131-6/+2
| * | | | pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-132-3/+10
| * | | | pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-133-11/+9
| * | | | pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-133-17/+9
| * | | | pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-132-21/+13
| * | | | pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-133-8/+5
| * | | | pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-132-23/+27
| * | | | pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-133-4/+4
| * | | | pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-133-9/+11
| * | | | pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-133-2/+2
| * | | | pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-132-2/+1
| * | | | pc: Rename pc_machine variables to pcmsEduardo Habkost2015-08-133-22/+22
| * | | | pc: Use error_abort when registering propertiesEduardo Habkost2015-08-131-8/+8
| * | | | pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-132-44/+0
| * | | | piix: Document coreboot-specific RAM size config registerEduardo Habkost2015-08-131-1/+6
| * | | | make: load only required dependency files.Victor Kaplansky2015-08-131-1/+7
| * | | | make: fix where dependency *.d are stored.Victor Kaplansky2015-08-132-1/+1
| |/ / /
* | | | 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
* | | | Introduce gic_class_name() instead of repeating conditionPavel Fedin2015-08-132-10/+5
* | | | hw/arm/gic: Kill code duplicationPavel Fedin2015-08-133-72/+61
* | | | i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois2015-08-131-3/+3
* | | | i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-76/+3
* | | | i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois2015-08-131-6/+6
OpenPOWER on IntegriCloud