sdk/emulator/qemu.git
2014-03-06 Kevin Wolfblock: Fix error path segfault in bdrv_open()
2014-03-06 Kevin Wolfqemu-iotests: Test a few blockdev-add error cases
2014-03-06 Kevin Wolfblockdev: Fix NULL pointer dereference in blockdev-add
2014-03-06 Kevin Wolfblockdev: Fail blockdev-add with encrypted images
2014-03-06 Max Reitzblock/raw-win32: Strip "file:" prefix on creation
2014-03-06 Max Reitzblock/raw-win32: Implement bdrv_parse_filename()
2014-03-06 Max Reitzblock/raw-posix: Strip "file:" prefix on creation
2014-03-06 Max Reitzblock/raw-posix: Implement bdrv_parse_filename()
2014-03-06 Max Reitzblock: Keep "filename" option after parsing
2014-03-06 Jeff Codyblock: mirror - remove code cruft that has no function
2014-03-06 Benoît Canetblock: make bdrv_swap rebuild the bs graph node list...
2014-03-05 Kevin Wolfblock: Fix bs->request_alignment assertion for bs-...
2014-03-05 Kevin Wolfiscsi: Use bs->sg for everything else than disks
2014-03-05 Kevin Wolfqemu-iotests: Test progress output for conversion
2014-03-05 Kevin Wolfqemu-img convert: Fix progress output
2014-03-05 Bharata B Raogluster: Remove unused defines and header include
2014-03-05 Bharata B Raogluster: Change licence to GPLv2+
2014-03-04 Andreas Färberblock/gluster: Add missing argument to qemu_gluster_ini...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/rth/i386-fix...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/scsi...
2014-03-04 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/qemu...
2014-03-04 Stefan WeilMakefile: Add missing dependency for system emulation...
2014-03-03 Markus Armbrusterqapi: Add missing null check to opts_start_struct()
2014-03-03 Markus Armbrusterqapi: Clean up superfluous null check in qapi_dealloc_t...
2014-03-03 Markus Armbrusterqapi: Clean up null checking in generated visitors
2014-03-03 Markus Armbrusterqapi: Drop unused code in qapi-commands.py
2014-03-03 Markus Armbrusterqapi: Drop nonsensical header guard in generated qapi...
2014-03-03 Markus Armbrusterqapi: Fix licensing of scripts
2014-03-03 Markus Armbrustertests/qapi-schema: Cover flat union types
2014-03-03 Markus Armbrustertests/qapi-schema: Cover union types with base
2014-03-03 Markus Armbrustertests/qapi-schema: Cover complex types with base
2014-03-03 Markus Armbrustertests/qapi-schema: Cover anonymous union types
2014-03-03 Markus Armbrustertests/qapi-schema: Cover simple argument types
2014-03-03 Markus Armbrustertests/qapi-schema: Cover optional command arguments
2014-03-03 Markus Armbrustertests/qapi-schema: Actually check successful QMP comman...
2014-03-03 Stefan Weilvl: Remove unneeded include file
2014-03-03 Stefan Weilqga: Remove unneeded include file
2014-03-03 Stefan Weilqemu-img: Remove unneeded include files
2014-03-03 Stefan Weilexec: Remove unneeded include files
2014-03-03 Stefan Weilutil/iov: Use qemu/sockets.h instead of conditional...
2014-03-03 Peter Maydellqjson.h: Remove spurious GCC_FMT_ATTR markup from qobje...
2014-03-02 Peter Maydelltests/test-int128: Don't use __noclone__ attribute...
2014-03-02 Stefan Weilstubs: Optimize dependencies for gdbstub.c
2014-03-02 Stefan Weiltcg: Fix typo in comment (dependancies -> dependencies)
2014-03-02 Stefan Weilbswap: Modify prototypes of st[wl]_{le, be}_p (avoid...
2014-03-02 Stefan Weilbswap: Modify prototype of stb_p (avoid type conversions)
2014-03-02 Hani Benhabilesobject: Report type in error when not user creatable.
2014-03-02 Dr. David Alan... include/qemu/host-utils.h: Trivial typo: ctz->cto
2014-02-28 Hani Benhabilesmonitor: Remove left-over code in do_info_profile.
2014-02-28 Hani Benhabilesqerror: Improve QERR_DEVICE_NOT_ACTIVE message
2014-02-28 Fam Zhengqmp: Check for returned data from __json_read in get_events
2014-02-28 Peter Lievenblock/vmdk: do not report file offset for compressed...
2014-02-28 Loic Dacharydiscard rbd error output when not relevant in qemu...
2014-02-28 Amit Shahblock: use /var/tmp instead of /tmp for -snapshot
2014-02-28 Benoît Canetqemu-io-test: Disable Quorum test when not compiled in.
2014-02-28 Benoît Canetqmp: Make Quorum error events more palatable.
2014-02-28 Benoît Canetqmp: Fix BlockdevOptionQuorum.
2014-02-28 Jeff Codyblock: gluster - add reopen support.
2014-02-28 Jeff Codyblock: gluster - code movements, state storage changes
2014-02-28 Paolo Bonziniqemu-iotests: add more tests to the "quick" group
2014-02-28 qiaonuohandump: add 'query-dump-guest-memory-capability' command
2014-02-28 qiaonuohanDefine the architecture for compressed dump format
2014-02-28 qiaonuohandump: make kdump-compressed format available for 'dump...
2014-02-28 qiaonuohandump: add API to write dump pages
2014-02-28 qiaonuohandump: add APIs to operate DataCache
2014-02-28 qiaonuohandump: add API to write dump_bitmap
2014-02-28 qiaonuohandump: add API to write dump header
2014-02-28 qiaonuohandump: add members to DumpState and init some of them
2014-02-28 qiaonuohandump: add support for lzo/snappy
2014-02-28 qiaonuohandump: add API to write elf notes to buffer
2014-02-28 qiaonuohandump: add API to write vmcore
2014-02-28 qiaonuohandump: add API to write header of flatten format
2014-02-28 qiaonuohandump: add argument to write_elfxx_notes
2014-02-28 qiaonuohandump: const-qualify the buf of WriteCoreDumpFunction
2014-02-28 Richard Hendersontarget-i386: Fix ucomis and comis memory access
2014-02-28 Richard Hendersontarget-i386: Fix SSE status flag corruption
2014-02-28 Richard Hendersontarget-i386: Fix CC_OP_CLR vs PF
2014-02-28 Luiz CapitulinoMAINTAINERS: update status for HMP, QAPI and QMP trees
2014-02-28 Fam ZhengQMP: Allow dot separated dict path arguments in qmp...
2014-02-28 Fam Zhengmodules: Fix building with --enable-modules
2014-02-27 Peter MaydellMerge remote-tracking branch 'remotes/kvm/uq/master...
2014-02-27 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-02-27 Mark Cave-Aylandsun4m: Add Sun CG3 framebuffer initialisation function
2014-02-27 Mark Cave-Aylandsun4m: Add Sun CG3 framebuffer and corresponding OpenBI...
2014-02-27 Mark Cave-Aylandsun4m: fix slavio timer RUN/STOP bit
2014-02-27 Mark Cave-Aylandsun4m: Set HostID in NVRAM
2014-02-27 Thomas Huths390x/ipl: Fix crash of ELF images with arbitrary entry...
2014-02-27 Frank Blaschkas390x/kvm: Rework priv instruction handlers
2014-02-27 Thomas Huths390x/kvm: Add missing SIGP CPU RESET order
2014-02-27 Thomas Huths390x/kvm: Rework SIGP INITIAL CPU RESET handler
2014-02-27 Thomas Huths390x/cpu: Use ioctl to reset state in the kernel
2014-02-27 Christian Borntraegers390-ccw.img: new binary rom to match latest fixes
2014-02-27 Christian Borntraegers390-ccw.img: Fix sporadic errors with ccw boot image...
2014-02-27 Christian Borntraegers390-ccw.img: Fix sporadic reboot hangs: Initialize...
2014-02-27 Heinz Graalfss390x/event-facility: exploit realize/unrealize
2014-02-27 Heinz Graalfss390x/event-facility: add support for live migration
next