aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost57-772/+517
2015-09-19mac_world: Break long lineEduardo Habkost1-1/+2
2015-09-19exynos4: Declare each QEMUMachine as a separate variableEduardo Habkost1-17/+14
2015-09-19exynos4: Use MachineClass instead of exynos4_machines arrayEduardo Habkost1-1/+3
2015-09-19exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error messageEduardo Habkost1-2/+1
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost7-17/+6
2015-09-19machine: Ensure all TYPE_MACHINE subclasses have the right suffixEduardo Habkost1-0/+9
2015-09-19mac99: Use MACHINE_TYPE_NAME to encode class nameEduardo Habkost1-1/+1
2015-09-19s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+2
2015-09-19s390-virtio: Rename machine class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19pseries: Rename machine class names to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+4
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19vexpress: Rename machine classes to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+6
2015-09-19vexpress: Don't set name on abstract classEduardo Habkost1-1/+0
2015-09-19qdev: Do not use slow [*] expansion for GPIO creationPavel Fedin1-6/+15
2015-09-18Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-62/+84
2015-09-18ahci: clean up initial d2h semanticsJohn Snow1-11/+16
2015-09-18ahci: remove cmd_fis argument from write_fis_d2hJohn Snow1-7/+4
2015-09-18ahci: fix signature generationJohn Snow1-12/+20
2015-09-18ahci: remove dead reset codeJohn Snow1-4/+1
2015-09-18atapi: abort transfers with 0 byte limitsJohn Snow3-6/+29
2015-09-18ide: fix ATAPI command permissionsJohn Snow1-15/+15
2015-09-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-18' into...Peter Maydell61-99/+108
2015-09-18loader: Fix memory_region_init_resizeable_ram() error handlingMarkus Armbruster1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster60-98/+107
2015-09-18target-mips: fix corner case in TLBWR causing QEMU to hangLeon Alrae1-2/+7
2015-09-18pic32: use LCG algorithm for generated random index of TLBWR instructionSerge Vakulenko1-3/+6
2015-09-17ide: unify io_buffer_offset incrementsJohn Snow3-18/+10
2015-09-17Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-8/+25
2015-09-17net: smc91c111: flush packets on RCR register changesPeter Crosthwaite1-0/+1
2015-09-17net: smc91c111: gate can_receive() on rx FIFO having a slotPeter Crosthwaite1-1/+3
2015-09-17net: smc91c111: guard flush_queued_packets() on can_rx()Peter Crosthwaite1-8/+22
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+0
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini1-4/+0
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell14-89/+30
2015-09-14hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2-2/+2
2015-09-14i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois1-0/+29
2015-09-14i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-14i.MX: Add GPIO deviceJean-Christophe Dubois2-0/+341
2015-09-14xlnx-zynqmp: Remove unnecessary brackets around error messagesAlistair Francis1-5/+5
2015-09-14Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into...Peter Maydell1-3/+3
2015-09-13sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck1-3/+3
2015-09-11hw/arm/spitz: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/gpio/zaurus: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/s390x/s390-virtio-bus: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11typofixes - v4Veres Lajos11-11/+11