aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka1-1/+1
2011-03-22vmmouse: Fix initializationJan Kiszka1-0/+1
2011-03-22fix applesmc REV keyRené Rebe1-1/+1
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno60-272/+272
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno2-14/+29
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell1-1/+63
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini58-246/+246
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini4-26/+26
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl1-3/+2
2011-03-19i8254: Fix migration from older versionsJan Kiszka1-0/+2
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek2-0/+306
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias3-0/+1446
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng1-1/+1
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler1-13/+28
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini3-4/+12
2011-03-13hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil1-1/+5
2011-03-13moving eeprom initializationWilliam Dauchy2-41/+41
2011-03-12pc: fix wrong CMOS values for floppy drivesBlue Swirl1-1/+1
2011-03-11microblaze: Fix PetaLogix company nameMichal Simek1-1/+1
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela1-3/+12
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela1-0/+8
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela1-0/+9
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela1-0/+10
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela1-0/+6
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela1-0/+10
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela1-0/+11
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela1-2/+3
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela1-0/+4
2011-03-10xilinx-ethlite: Simplify byteswapping to/from bramsEdgar E. Iglesias1-15/+2
2011-03-10mainstone: PCMCIA supportDmitry Eremin-Solenikov2-2/+34
2011-03-10mainstone: use gpio 0 for connection of FPGA instead of hooking into PIC dire...Dmitry Eremin-Solenikov1-1/+1
2011-03-10pxa2xx_timer: Get rid of .level in PXA2xxTimer0.Andrzej Zaborowski1-20/+8
2011-03-10pxa2xx_pic: fixup initialisationAndrzej Zaborowski1-2/+1
2011-03-10pxa2xx_timer: separate irq for pxa27x handlingDmitry Eremin-Solenikov1-4/+5
2011-03-07lm32: EVR32 and uclinux BSPMichael Walle1-0/+305
2011-03-07lm32: support for creating device treeMichael Walle1-0/+178
2011-03-07lm32: system control modelMichael Walle1-0/+161
2011-03-07lm32: uart modelMichael Walle1-0/+288
2011-03-07lm32: timer modelMichael Walle1-0/+222
2011-03-07lm32: pic and juart helper functionsMichael Walle1-0/+25
2011-03-07lm32: juart modelMichael Walle2-0/+161
2011-03-07lm32: interrupt controller modelMichael Walle2-0/+201
2011-03-06target-arm: Integrate secondary CPU reset in arm_bootAdam Lackorzynski2-22/+15
2011-03-06target-arm: Fix soft interrupt in GIC distributorAdam Lackorzynski1-2/+2
2011-03-06gt64xxx: remove savevm supportJuan Quintela1-21/+0
2011-03-06vmstate: remove uninorth savevm codeJuan Quintela1-21/+0
2011-03-06vmstate: remove grackle_pci savevm codeJuan Quintela1-19/+0
2011-03-06hw/sd.c: fix sd_set_cb() crash when bdrv == NULLAurelien Jarno1-2/+2
2011-03-06hw/realview: Wire up the MMC card statusPeter Maydell1-3/+26