aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-01-17hw/lan9118: Add save/load supportPeter Maydell1-23/+103
2012-01-17arm: Remove incorrect comment in arm_timerMark Langsdorf1-3/+0
2012-01-17vexpress, realview: Add (dummy) L2 cache controllerPeter Maydell2-0/+3
2012-01-17pxa2xx_keypad: fix unbalanced parenthesis.Andrzej Zaborowski1-1/+1
2012-01-17hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin4-8/+15
2012-01-17hw/sysbus.h: Increase maximum number of device IRQs.Evgeny Voevodin1-1/+1
2012-01-17pxa2xx_keypad: make single automatic scans workVasily Khoruzhick1-36/+36
2012-01-17pxa2xx_lcd: fix palette parserVasily Khoruzhick1-23/+28
2012-01-15isapc: Fix segfault during initializationJan Kiszka1-11/+11
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini45-0/+131
2012-01-13virtio-console: no need to remove char handlers explicitlyAmit Shah1-17/+0
2012-01-13qdev: Add a 'free' method to disassociate chardev from qdev deviceAmit Shah1-0/+11
2012-01-13virtio-blk: refuse SG_IO requests with scsi=offPaolo Bonzini1-0/+6
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini7-891/+88
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini17-0/+43
2012-01-13rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini1-3/+3
2012-01-13rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini1-1/+2
2012-01-13rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini1-9/+10
2012-01-13rtc: fix 12-hour modePaolo Bonzini1-4/+7
2012-01-13qdev: fix device_del by refactoring reference countingAnthony Liguori1-6/+39
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil1-0/+1
2012-01-13omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUSStefan Hajnoczi1-2/+2
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity1-6/+4
2012-01-12etraxfs-dma: Model metadata and eopLars Persson3-10/+33
2012-01-10wm8750: Fix calculation of number of array elementsStefan Weil1-1/+1
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+5
2012-01-10hw/integratorcp: Simplify flash remap codePeter Maydell1-19/+7
2012-01-10hw/integratorcp: Fix sense of REMAP bitPeter Maydell1-1/+1
2012-01-10Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno4-25/+75
2012-01-09vhost: improve region filteringAvi Kivity1-4/+15
2012-01-09vhost: fix mem_sections memory corruptionAvi Kivity1-1/+1
2012-01-09vhost: fix incorrect userspace addressAvi Kivity1-1/+1
2012-01-07Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno7-57/+265
2012-01-07sm501: Fix size of color_regStefan Weil1-1/+1
2012-01-07malta: Fix regression (i8259 interrupts did not work)Stefan Weil1-4/+35
2012-01-06Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-14/+14
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell1-2/+2
2012-01-06scsi virtio-blk usb-msd: Clean up device init error messagesMarkus Armbruster4-8/+8
2012-01-06Strip trailing '\n' from error_report()'s first argument (again)Markus Armbruster1-6/+6
2012-01-06Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori1-1/+13
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori7-446/+1713
2012-01-06Merge remote-tracking branch 'kraxel/usb.33' into stagingAnthony Liguori2-3/+15
2012-01-06usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon1-3/+3
2012-01-06usb-storage: cancel I/O on resetGerd Hoffmann1-0/+12
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori9-113/+403
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar1-7/+45
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar2-0/+33
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar2-8/+120
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar2-12/+130
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar2-8/+232