aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck2-6/+7
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost1-2/+2
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-1/+1
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-09-08xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis1-0/+3
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell1-0/+1
2015-09-08hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell1-0/+43
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell1-10/+0
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell1-0/+1
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin1-1/+5
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand1-0/+9
2015-09-07s390/sclp: introduce a root sclp deviceDavid Hildenbrand2-2/+22
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand1-0/+1
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand1-2/+1
2015-09-07s390x/event-facility: fix location of receive maskCornelia Huck1-2/+4
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+11
2015-09-07i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois1-0/+1
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois1-0/+234
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois1-0/+113
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois1-0/+87
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-26/+0
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois1-0/+98
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2-0/+2
2015-09-07smbios: add smbios 3.0 supportWei Huang1-14/+48
2015-09-03s390x: Disable storage key migration on old machine typeJason J. Herne1-0/+1
2015-09-03s390x: Info skeys sub-commandJason J. Herne1-0/+2
2015-09-03s390x: Dump-skeys hmp supportJason J. Herne1-0/+2
2015-09-03s390x: Create QOM device for s390 storage keysJason J. Herne1-0/+55
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis1-0/+6
2015-08-19apic_internal.h: Include cpu.h directlyPeter Maydell1-0/+1
2015-08-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-31/+129
2015-08-13smbios: move smbios code into a common folderWei Huang1-0/+0
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang1-1/+9
2015-08-13virtio-net: remove useless codesJason Wang1-1/+0
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier1-1/+2
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost1-4/+1
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost1-2/+1
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost1-0/+1
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost1-1/+1
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost1-2/+3
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost1-3/+1
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost1-2/+112
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin1-0/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-0/+107