summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-59/+117
2015-08-14hw: fix mask for ColdFire UART command registerPaolo Bonzini1-1/+1
2015-08-14scsi-generic: identify AIO callbacks more clearlyPaolo Bonzini1-25/+41
2015-08-14scsi-disk: identify AIO callbacks more clearlyPaolo Bonzini1-30/+61
2015-08-14scsi: create restart bottom half in the right AioContextPaolo Bonzini1-1/+2
2015-08-14vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina1-1/+1
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-2/+2
2015-08-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell1-0/+16
2015-08-13hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell1-0/+16
2015-08-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-193/+171
2015-08-13smbios: move smbios code into a common folderWei Huang7-7/+8
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang2-8/+24
2015-08-13smbios: extract x86 smbios building code into a functionWei Huang1-16/+22
2015-08-13acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange1-0/+1
2015-08-13virtio-net: remove useless codesJason Wang1-6/+2
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2-3/+10
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost3-11/+9
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost3-17/+9
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost2-21/+13
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost3-8/+5
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2-23/+27
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost3-4/+4
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost3-9/+11
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost3-2/+2
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost2-2/+1
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost3-22/+22
2015-08-13pc: Use error_abort when registering propertiesEduardo Habkost1-8/+8
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2-44/+0
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost1-1/+6
2015-08-13make: load only required dependency files.Victor Kaplansky1-1/+7
2015-08-13make: fix where dependency *.d are stored.Victor Kaplansky2-1/+1
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois1-2/+6
2015-08-13hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell1-7/+14
2015-08-13hw/arm/virt: Wire up secure timer interruptPeter Maydell1-13/+15
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin2-10/+5
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin3-72/+61
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois1-3/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-76/+3
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois1-6/+6
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois1-49/+3
2015-08-13i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois1-6/+5
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2-68/+4
2015-08-13i.MX: Fix Coding style for AVIC emulator.Jean-Christophe Dubois1-9/+7
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois2-38/+5
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois1-17/+17
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois1-16/+19
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois1-80/+2
2015-08-13hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias1-0/+4
2015-08-13hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias1-3/+6
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang1-0/+56