aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08hw/sd.c: add SD card save/load supportsd-saveloadMitsyanko Igor
2012-08-08vmstate: Add support for saving/loading bitmapsPeter Maydell
2012-08-08hw/sd.c: make sd_wp_addr() return boolMitsyanko Igor
2012-08-08hw/sd.c: make sd_dataready() return boolMitsyanko Igor
2012-08-08hw/sd.c: convert binary variables to boolMitsyanko Igor
2012-08-08hw/sd.c: favour SD card type (SDSC or SDHC) when performing eraseMitsyanko Igor
2012-08-08hw/sd.c: introduce wrapper for conversion address to wp groupMitsyanko Igor
2012-08-08hw/sd.c: make sd_wp_addr() accept 64 bit address argumentMitsyanko Igor
2012-08-08hw/sd.c: convert wp_groups in SDState to bitfieldMitsyanko Igor
2012-08-07Merge remote-tracking branch 'kraxel/usb.58' into stagingAnthony Liguori
2012-08-07Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann
2012-08-07usb-storage: improve debug loggingGerd Hoffmann
2012-08-06slirp: fix build on mingw32Anthony Liguori
2012-08-06qemu-img: use QemuOpts instead of QEMUOptionParameter in resize functionDong Xu Wang
2012-08-06qemu-iotests: Be more flexible with image creation optionsKevin Wolf
2012-08-06qemu-iotests: add 039 qcow2 lazy refcounts testStefan Hajnoczi
2012-08-06qemu-io: add "abort" command to simulate program crashStefan Hajnoczi
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-08-06qemu-iotests: ignore qemu-img create lazy_refcounts outputStefan Hajnoczi
2012-08-06docs: add lazy refcounts bit to qcow2 specificationStefan Hajnoczi
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi
2012-08-06docs: add dirty bit to qcow2 specificationStefan Hajnoczi
2012-08-06qemu-iotests: add qed.py image manipulation utilityStefan Hajnoczi
2012-08-06qapi: generalize documentation of streaming commandsPaolo Bonzini
2012-08-06ide scsi: Mess with geometry only for hard disk devicesMarkus Armbruster
2012-08-06virtio: fix vhost handlingPaolo Bonzini
2012-08-06Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori
2012-08-04Merge branch 'axp-next' of git://repo.or.cz/qemu/rthBlue Swirl
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson
2012-08-04alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson
2012-08-04linux-user: Sync fcntl.h bits with the kernelRichard Henderson
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson
2012-08-04alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson
2012-08-04bitops: drop volatile qualifierBlue Swirl
2012-08-04configure: Fix set-but-not-used warning in Xen 4.1 probePeter Maydell
2012-08-04configure: Don't run Xen compile checks in subshellsPeter Maydell
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod
2012-08-04build: Fix build breakage detected by buildbotDunrong Huang
2012-08-03fips: fix build on !LinuxAnthony Liguori
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg
2012-08-03Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-03scsi: add support for ATA_PASSTHROUGH_xx scsi commandCong Meng
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-08-03Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori