aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-01-17pxa2xx_keypad: fix unbalanced parenthesis.Andrzej Zaborowski
2012-01-17hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin
2012-01-17hw/sysbus.h: Increase maximum number of device IRQs.Evgeny Voevodin
2012-01-17pxa2xx_keypad: make single automatic scans workVasily Khoruzhick
2012-01-17pxa2xx_lcd: fix palette parserVasily Khoruzhick
2012-01-15isapc: Fix segfault during initializationJan Kiszka
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2012-01-13virtio-console: no need to remove char handlers explicitlyAmit Shah
2012-01-13qdev: Add a 'free' method to disassociate chardev from qdev deviceAmit Shah
2012-01-13virtio-blk: refuse SG_IO requests with scsi=offPaolo Bonzini
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini
2012-01-13rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini
2012-01-13rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini
2012-01-13rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini
2012-01-13rtc: fix 12-hour modePaolo Bonzini
2012-01-13qdev: fix device_del by refactoring reference countingAnthony Liguori
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil
2012-01-13omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUSStefan Hajnoczi
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity
2012-01-12etraxfs-dma: Model metadata and eopLars Persson
2012-01-10wm8750: Fix calculation of number of array elementsStefan Weil
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil
2012-01-10hw/integratorcp: Simplify flash remap codePeter Maydell
2012-01-10hw/integratorcp: Fix sense of REMAP bitPeter Maydell
2012-01-10Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-01-09vhost: improve region filteringAvi Kivity
2012-01-09vhost: fix mem_sections memory corruptionAvi Kivity
2012-01-09vhost: fix incorrect userspace addressAvi Kivity
2012-01-07Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-01-07sm501: Fix size of color_regStefan Weil
2012-01-07malta: Fix regression (i8259 interrupts did not work)Stefan Weil
2012-01-06Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell
2012-01-06scsi virtio-blk usb-msd: Clean up device init error messagesMarkus Armbruster
2012-01-06Strip trailing '\n' from error_report()'s first argument (again)Markus Armbruster
2012-01-06Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-01-06Merge remote-tracking branch 'kraxel/usb.33' into stagingAnthony Liguori
2012-01-06usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon
2012-01-06usb-storage: cancel I/O on resetGerd Hoffmann
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar