aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore
2014-04-25seccomp: add timerfd_create and timerfd_settime to the whitelistFelix Geyer
2014-04-25iscsi: Don't use error_is_set() to suppress additional errorsMarkus Armbruster
2014-04-25blockdev: Clean up fragile use of error_is_set()Markus Armbruster
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster
2014-04-25qemu-img: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster
2014-04-25block: Expose host_* drivers in blockdev-addKevin Wolf
2014-04-25MAINTAINERS: Add qemu-img/io to block subsystemKevin Wolf
2014-04-25qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()Fam Zheng
2014-04-25doc: add -drive rerror=,werror= to qemu --help outputStefan Hajnoczi
2014-04-25block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...BenoƮt Canet
2014-04-25monitor: fix qmp_getfd() fd leak in error caseStefan Hajnoczi
2014-04-25HMP: support specifying dump format for dump-guest-memoryQiao Nuohan
2014-04-25HMP: fix doc of dump-guest-memoryQiao Nuohan
2014-04-25qmp: object-add: Validate class before creating objectEduardo Habkost
2014-04-25net: Don't use error_is_set() to suppress additional errorsMarkus Armbruster
2014-04-25net: Make qmp_query_rx_filter() with name argument more obviousMarkus Armbruster
2014-04-25monitor: Add device_add and device_del completion.Hani Benhabiles
2014-04-25monitor: Add command_completion callback to mon_cmd_t.Hani Benhabiles
2014-04-25monitor: Fix drive_del id argument type completion.Hani Benhabiles
2014-04-25error: Remove some unused headersCole Robinson
2014-04-25qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTEDCole Robinson
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-04-25qerror.h: Remove unused error classesCole Robinson
2014-04-25error: Print error_report() to stderr if using qmpCole Robinson
2014-04-25monitor: Remove unused monitor_print_filenameCole Robinson
2014-04-25error: Privatize error_print_locCole Robinson
2014-04-25vnc: Remove default_mon usageCole Robinson
2014-04-25slirp: Remove default_mon usageCole Robinson
2014-04-25Merge remote-tracking branch 'remotes/rth/tags/tgt-axp-pull-20140424' into st...Peter Maydell
2014-04-25net: xilinx_axienet.c: Add phy soft reset bit clearingNathan Rossi
2014-04-25net/net.c: Remove unnecessary semicolonIgor Ryzhov
2014-04-25pcnet: remove duplicate assignmentPrasad Joshi
2014-04-25tap: Avoid extra iterations while closing file fdPankaj Gupta
2014-04-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-04-25s390x/kvm: sync gbea and pp registerChristian Borntraeger
2014-04-25s390x/kvm: rework KVM synchronize to tracing for some ONEREGSChristian Borntraeger
2014-04-25linux-headers updateCornelia Huck
2014-04-25s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUGDavid Hildenbrand
2014-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into stagingPeter Maydell
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into stagingPeter Maydell
2014-04-24Merge remote-tracking branch 'remotes/rth/tags/tcg-ia64-pull-20140421' into s...Peter Maydell
2014-04-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-18' in...Peter Maydell
2014-04-23block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi
2014-04-23usb: mtp filesharingGerd Hoffmann
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng
2014-04-22qemu-img: Improve error messagesFam Zheng
2014-04-22usb: add CompatibleID support to msosGerd Hoffmann
2014-04-22qemu-iotests: Check common namespace for id and node-nameKevin Wolf