aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-01-19apic: Stop timer on resetJan Kiszka1-0/+2
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka3-3/+3
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka5-9/+16
2012-01-19lm32: Fix mixup of uint32 and uint32_tAndreas Färber1-1/+1
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster1-1/+1
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf5-49/+87
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-17usb: link packets to endpoints not devicesGerd Hoffmann6-7/+22
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann3-4/+39
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann2-0/+41
2012-01-17usb-desc: USBEndpoint supportGerd Hoffmann1-0/+22
2012-01-17usb: add ifnum to USBEndpointGerd Hoffmann2-0/+17
2012-01-17usb: add USBEndpointGerd Hoffmann3-0/+45
2012-01-17xhci: Initial xHCI implementationHector Martin2-0/+2752
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-13usb: add audio device modelH. Peter Anvin3-3/+711
2012-01-13usb-desc: audio endpoint supportGerd Hoffmann2-3/+16
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann10-79/+79
2012-01-13usb: track configuration and interface count in USBDevice.Gerd Hoffmann2-8/+29
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