aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-18Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori
2011-11-18Merge remote-tracking branch 'qmp/queue/qmp-1.0' into stagingAnthony Liguori
2011-11-18scsi-block: always use SG_IO for MMC devicesPaolo Bonzini
2011-11-18scsi: pass down REQUEST SENSE to the device when there is no stored sensePaolo Bonzini
2011-11-18scsi: remove block descriptors from CDsPaolo Bonzini
2011-11-18scsi: fix parsing of allocation length fieldPaolo Bonzini
2011-11-18scsi: update list of commandsPaolo Bonzini
2011-11-18atapi: kill MODE SENSE(6), fix MODE SENSE(10)Paolo Bonzini
2011-11-18scsi-disk: guess geometryPaolo Bonzini
2011-11-18scsi: fix fw pathPaolo Bonzini
2011-11-18Documentation: Add section about iSCSI LUNS to qemu-docRonnie Sahlberg
2011-11-17Makefile: fix qga dependenciesMichael S. Tsirkin
2011-11-17Makefile: dependency fixMichael S. Tsirkin
2011-11-17Makefile: fix dependencies for generated .h, .cMichael S. Tsirkin
2011-11-17Makefile: remove more generated files on cleanMichael S. Tsirkin
2011-11-17qapi: Check for negative enum valuesLuiz Capitulino
2011-11-17monitor: Fix file_completion() to check for stat() failureMarkus Armbruster
2011-11-17Fixing some spelling in docs/libcacard.txtMatthias Brugger
2011-11-17Fix typo: runnning -> runningVagrant Cascadian
2011-11-17Fix some spelling bugs in documentation and commentsStefan Weil
2011-11-17Fix spelling in documentation and comments (similiar -> similar)Stefan Weil
2011-11-14Update version to 1.0-rc2v1.0-rc2Anthony Liguori
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy
2011-11-14hw/omap_gpio: Fix infinite recursion when doing 8/16 bit readsPeter Maydell
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski
2011-11-14hw/onenand: reject read-only drivesJuha Riihimäki
2011-11-14hw/nand: reject read-only drivesJuha Riihimäki
2011-11-14hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS
2011-11-14hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell
2011-11-13memory: fix 'info mtree' segfaultsAvi Kivity
2011-11-11Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori
2011-11-11vl.c: prohibit simultaneous use of -icount with kvm or xenMax Filippov
2011-11-11hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell
2011-11-11hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell
2011-11-11hw/pl061: Remove pointless comparison of array to nullPeter Maydell
2011-11-11hw/tc58128.c: Remove unnecessary check for g_malloc failurePeter Maydell
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell
2011-11-11hw/omap_intc.c: Avoid crash on access to nonexistent banked registersPeter Maydell
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster
2011-11-11posix-aio-compat: Plug memory leak on paio_init() error pathMarkus Armbruster
2011-11-11qemu-sockets: Plug fd leak on unix_connect_opts() error pathMarkus Armbruster
2011-11-11ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster
2011-11-11migration: fix detached migration with fdJuan Quintela
2011-11-11configure: Do not use 'sed -i'Pavel Borzenkov
2011-11-11vl.c: Fail gracefully if no machine is foundAndreas Färber
2011-11-11block: Make cache=unsafe flush to the OSKevin Wolf
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf