summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy1-0/+12
2011-11-14hw/omap_gpio: Fix infinite recursion when doing 8/16 bit readsPeter Maydell1-1/+1
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski1-3/+2
2011-11-14hw/onenand: reject read-only drivesJuha Riihimäki1-0/+5
2011-11-14hw/nand: reject read-only drivesJuha Riihimäki1-8/+14
2011-11-14hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS1-6/+21
2011-11-14hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell1-0/+1
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-11-11Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori4-9/+43
2011-11-11hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell1-2/+2
2011-11-11hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell1-1/+3
2011-11-11hw/pl061: Remove pointless comparison of array to nullPeter Maydell1-1/+1
2011-11-11hw/tc58128.c: Remove unnecessary check for g_malloc failurePeter Maydell1-5/+1
2011-11-11hw/omap_intc.c: Avoid crash on access to nonexistent banked registersPeter Maydell1-0/+6
2011-11-11hw/pc.c: Fix use-while-uninitialized of fd_type[]Peter Maydell1-3/+1
2011-11-11scsi-disk: implement eject requestsPaolo Bonzini1-3/+21
2011-11-11atapi: implement eject requestsPaolo Bonzini2-3/+21
2011-11-10hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell1-0/+1
2011-11-10qdev: Fix crash on -device '?=x'Markus Armbruster1-1/+1
2011-11-09hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov1-2/+2
2011-11-09hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writesPeter Maydell1-0/+2
2011-11-09hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROLPeter Maydell1-4/+5
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity4-4/+4
2011-11-08virtex: Remove memset of clk_setupEdgar E. Iglesias1-1/+0
2011-11-07qxl: fix vga port initialization.Gerd Hoffmann1-5/+17
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann2-5/+27
2011-11-07pc: add 1.0 machine typeGerd Hoffmann1-3/+11
2011-11-07disable automatic loading of sgabios when -nographicPaolo Bonzini1-9/+0
2011-11-07Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+10
2011-11-07Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-9/+9
2011-11-07xen-platform: Fix IO port read/write functionsAnthony PERARD1-9/+9
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent1-15/+20
2011-11-04dma: Avoid reentrancy in DMA transfer handlersKevin Wolf1-0/+10
2011-11-02Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl2-16/+120
2011-11-02Merge remote-tracking branch 'aneesh/for-upstream-8' into stagingAnthony Liguori1-99/+4
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao1-1/+0
2011-11-02intel-hda: fix stream searchGerd Hoffmann1-1/+1
2011-11-02virtio-blk: pass full status to the guestPaolo Bonzini1-1/+15
2011-11-02hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi1-99/+4
2011-11-02xtensa_lx60: fix build date code and change memory region namesMax Filippov1-4/+4
2011-11-02xtensa_lx60: pass kernel arguments from -appendMax Filippov2-4/+45
2011-11-02xtensa_lx60: add FLASH supportMax Filippov1-8/+71
2011-11-01Revert "virtio: Add PCI memory BAR in addition to PIO BAR"Anthony Liguori1-2/+0
2011-11-01pcnet: Add link state supportJan Kiszka4-0/+10
2011-11-01pcnet-pci: Fix PIO word access to PROMJan Kiszka1-12/+36
2011-11-01pcnet: Move BCR defines to headerJan Kiszka3-20/+21
2011-11-01event_notifier: move to top-level directoryAvi Kivity2-78/+0
2011-11-01virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson1-0/+2
2011-11-01usb-uhci: Use PCI DMA stub functionsDavid Gibson1-11/+11
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson1-19/+25