summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCMachineState: introduce acpi_build_enabled fieldWei Liu2016-11-024-1/+11
* hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth2016-11-021-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20161101-2' into stagingPeter Maydell2016-11-0129-100/+192
|\
| * tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers2016-11-011-1/+1
| * tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell2016-11-011-8/+30
| * MAINTAINERS: Update PPC status and maintainerPranith Kumar2016-11-011-2/+2
| * target-microblaze: Cleanup dec_mulRichard Henderson2016-11-011-52/+9Star
| * tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2016-11-012-0/+47
| * log: Add locking to large logging blocksRichard Henderson2016-11-0125-1/+98
| * target-openrisc: Do not dump cpu state with -d in_asmRichard Henderson2016-11-011-5/+2Star
| * target-microblaze: Do not dump cpu state with -d in_asmRichard Henderson2016-11-011-8/+1Star
| * target-cris: Do not dump cpu state with -d in_asmRichard Henderson2016-11-011-23/+2Star
|/
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-11-0118-381/+568
|\
| * blockjobs: fix documentationJohn Snow2016-11-011-2/+2
| * blockjobs: split interface into public/private, Part 1John Snow2016-11-0110-217/+251
| * Blockjobs: Internalize user_pause logicJohn Snow2016-11-013-9/+51
| * blockjob: centralize QMP event emissionsJohn Snow2016-11-018-83/+42Star
| * Replication/Blockjobs: Create replication jobs as internalJohn Snow2016-11-016-27/+36
| * blockjobs: Allow creating internal jobsJohn Snow2016-11-018-16/+30
| * blockjobs: hide internal jobs from management APIJohn Snow2016-11-013-13/+57
| * block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever2016-11-011-1/+1
| * block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever2016-11-011-1/+10
| * block: Turn on "unmap" in active commitFam Zheng2016-11-011-1/+1
| * block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever2016-11-011-14/+80
| * block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody2016-11-011-3/+14
| * rbd: make the code more readableXiubo Li2016-11-011-13/+12Star
| * qapi: add release designator to gluster logfile optionJeff Cody2016-11-011-1/+1
* | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2016-11-013-38/+49
|\ \
| * | 9pfs: drop excessive error message from virtfs_reset()Greg Kurz2016-11-011-6/+1Star
| * | 9pfs: don't BUG_ON() if fid is already openedGreg Kurz2016-11-011-4/+16
| * | 9pfs: xattrcreate requires non-opened fidsGreg Kurz2016-11-011-1/+6
| * | 9pfs: limit xattr size in xattrcreateGreg Kurz2016-11-012-2/+7
| * | 9pfs: fix integer overflow issue in xattr read/writeLi Qiang2016-11-011-20/+12Star
| * | 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_tLi Qiang2016-11-011-2/+2
| * | 9pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang2016-11-012-3/+5
* | | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-10-31-tag' in...Peter Maydell2016-11-017-14/+407
|\ \ \ | |_|/ |/| |
| * | qga: add vsock-listen methodStefan Hajnoczi2016-11-013-2/+30
| * | sockets: add AF_VSOCK supportStefan Hajnoczi2016-11-013-1/+280
| * | qga: drop unnecessary GA_CHANNEL_UNIX_LISTEN checksStefan Hajnoczi2016-11-011-4/+2Star
| * | qga: drop unused sockaddr in accept(2) callStefan Hajnoczi2016-11-011-4/+1Star
| * | qga: minimal support for fstrim for Windows guestsDenis V. Lunev2016-11-011-3/+94
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st...Peter Maydell2016-11-017-1092/+540Star
|\ \ \
| * | | target-sparc: Use tcg_gen_atomic_cmpxchg_tlRichard Henderson2016-10-311-24/+7Star
| * | | target-sparc: Use tcg_gen_atomic_xchg_tlRichard Henderson2016-10-311-15/+4Star
| * | | target-sparc: Remove MMU_MODE*_SUFFIXRichard Henderson2016-10-311-8/+0Star
| * | | target-sparc: Allow 4-byte alignment on fp mem opsRichard Henderson2016-10-311-42/+44
| * | | target-sparc: Implement ldqf and stqf inlineRichard Henderson2016-10-313-111/+67Star
| * | | target-sparc: Remove asi helper code handled inlineRichard Henderson2016-10-313-690/+156Star
| * | | target-sparc: Implement BCOPY/BFILL inlineRichard Henderson2016-10-311-0/+63
| * | | target-sparc: Implement cas_asi/casx_asi inlineRichard Henderson2016-10-313-56/+47Star