messages from 2016-11-01 07:47:42 to 2016-11-01 17:39:13 UTC [more...]
[Qemu-devel] [PULL v2 00/30] Misc patches for 2016-10-31
2016-11-01 17:39 UTC (32+ messages)
` [Qemu-devel] [PULL 01/30] checkpatch: tweak "struct should normally be const" warning
` [Qemu-devel] [PULL 02/30] nbd: Use CoQueue for free_sema instead of CoMutex
` [Qemu-devel] [PULL 03/30] qemu-error: remove dependency of stubs on monitor
` [Qemu-devel] [PULL 04/30] tests: send error_report to test log
` [Qemu-devel] [PULL 05/30] exec.c: ensure all AddressSpaceDispatch updates under RCU
` [Qemu-devel] [PULL 06/30] exec.c: do not truncate non-empty memory backend file
` [Qemu-devel] [PULL 07/30] exec.c: check memory backend file size with 'size' option
` [Qemu-devel] [PULL 08/30] nbd: Add qemu-nbd -D for human-readable description
` [Qemu-devel] [PULL 09/30] nbd: Treat flags vs. command type as separate fields
` [Qemu-devel] [PULL 10/30] nbd: Rename NBDRequest to NBDRequestData
` [Qemu-devel] [PULL 11/30] nbd: Rename NbdClientSession to NBDClientSession
` [Qemu-devel] [PULL 12/30] nbd: Rename struct nbd_request and nbd_reply
` [Qemu-devel] [PULL 13/30] nbd: Share common reply-sending code in server
` [Qemu-devel] [PULL 14/30] nbd: Send message along with server NBD_REP_ERR errors
` [Qemu-devel] [PULL 15/30] nbd: Share common option-sending code in client
` [Qemu-devel] [PULL 16/30] nbd: Let server know when client gives up negotiation
` [Qemu-devel] [PULL 17/30] nbd: Let client skip portions of server reply
` [Qemu-devel] [PULL 18/30] nbd: Less allocation during NBD_OPT_LIST
` [Qemu-devel] [PULL 19/30] nbd: Support shorter handshake
` [Qemu-devel] [PULL 20/30] nbd: Refactor conversion to errno to silence checkpatch
` [Qemu-devel] [PULL 21/30] nbd: Improve server handling of shutdown requests
` [Qemu-devel] [PULL 22/30] nbd: Implement NBD_CMD_WRITE_ZEROES on server
` [Qemu-devel] [PULL 23/30] nbd: Implement NBD_CMD_WRITE_ZEROES on client
` [Qemu-devel] [PULL 24/30] qemu-char: do not forward events through the mux until QEMU has started
` [Qemu-devel] [PULL 25/30] slirp: fix CharDriver breakage
` [Qemu-devel] [PULL 26/30] x86: add AVX512_4VNNIW and AVX512_4FMAPS features
` [Qemu-devel] [PULL 27/30] checkpatch: allow spaces before parenthesis for 'coroutine_fn'
` [Qemu-devel] [PULL 28/30] vl: exit qemu on guest panic if -no-shutdown is not set
` [Qemu-devel] [PULL 29/30] docs/rcu.txt: Fix minor typo
` [Qemu-devel] [PULL 30/30] main-loop: Suppress I/O thread warning under qtest
[Qemu-devel] [PATCH] docs: Fix typos found by codespell
2016-11-01 17:32 UTC (2+ messages)
[Qemu-devel] [PULL 00/47] virtio, pc: fixes and features
2016-11-01 17:27 UTC (23+ messages)
` [Qemu-devel] [PULL 37/47] nvdimm acpi: introduce fit buffer
[Qemu-devel] [PATCH RFC] PCMachineState: introduce acpi_build_enabled field
2016-11-01 17:24 UTC (8+ messages)
[Qemu-devel] when we add EL2 to QEMU TCG ARM emulation and the virt board, should it default on or off?
2016-11-01 17:16 UTC
[Qemu-devel] [PATCH v5] block/vxhs.c Add support for a new block device type called "vxhs"
2016-11-01 17:08 UTC (6+ messages)
[Qemu-devel] [PATCH] hw/block/m25p80: Fix typo in local macro name
2016-11-01 17:03 UTC
[Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults
2016-11-01 16:53 UTC (7+ messages)
` [Qemu-devel] [PATCH v5 28/33] cputlb: make tlb_flush_by_mmuidx safe for MTTCG
[Qemu-devel] [PULL v3 for-2.8 0/9] tcg queued patches
2016-11-01 16:48 UTC (2+ messages)
` [Qemu-devel] [PULL v3 for-2.8 4/9] log: Add locking to large logging blocks
[Qemu-devel] [PULL v2 for-2.8 0/9] tcg queued patches
2016-11-01 16:38 UTC (16+ messages)
` [Qemu-devel] [PULL v2 for-2.8 1/9] target-cris: Do not dump cpu state with -d in_asm
` [Qemu-devel] [PULL v2 for-2.8 2/9] target-microblaze: "
` [Qemu-devel] [PULL v2 for-2.8 3/9] target-openrisc: "
` [Qemu-devel] [PULL v2 for-2.8 4/9] log: Add locking to large logging blocks
` [Qemu-devel] [PULL v2 for-2.8 5/9] tcg: Add tcg_gen_mulsu2_{i32, i64, tl}
` [Qemu-devel] [PULL v2 for-2.8 6/9] target-microblaze: Cleanup dec_mul
` [Qemu-devel] [PULL v2 for-2.8 7/9] MAINTAINERS: Update PPC status and maintainer
` [Qemu-devel] [PULL v2 for-2.8 8/9] tcg/tcg.h: Improve documentation of TCGv_i32 etc types
` [Qemu-devel] [PULL v2 for-2.8 9/9] tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension
[Qemu-devel] [RFC PATCH v3 00/18] x86: Secure Encrypted Virtualization (AMD)
2016-11-01 16:31 UTC (22+ messages)
` [Qemu-devel] [RFC PATCH v3 01/18] memattrs: add debug attrs
` [Qemu-devel] [RFC PATCH v3 02/18] exec: add guest RAM read and write ops
` [Qemu-devel] [RFC PATCH v3 03/18] exec: add debug version of physical memory read and write apis
` [Qemu-devel] [RFC PATCH v3 04/18] monitor: use debug version of memory access apis
` [Qemu-devel] [RFC PATCH v3 05/18] core: add new security-policy object
` [Qemu-devel] [RFC PATCH v3 06/18] kvm: add memory encryption APIs
` [Qemu-devel] [RFC PATCH v3 07/18] sev: add Secure Encrypted Virtulization (SEV) support
` [Qemu-devel] [RFC PATCH v3 08/18] hmp: display memory encryption support in 'info kvm'
` [Qemu-devel] [RFC PATCH v3 09/18] core: loader: create memory encryption context before copying data
` [Qemu-devel] [RFC PATCH v3 10/18] sev: add LAUNCH_START command
` [Qemu-devel] [RFC PATCH v3 11/18] sev: add LAUNCH_UPDATE command
` [Qemu-devel] [RFC PATCH v3 12/18] sev: add LAUNCH_FINISH command
` [Qemu-devel] [RFC PATCH v3 13/18] sev: add DEBUG_DECRYPT command
` [Qemu-devel] [RFC PATCH v3 14/18] sev: add DEBUG_ENCRYPT command
` [Qemu-devel] [RFC PATCH v3 15/18] i386: register memory encryption ops
` [Qemu-devel] [RFC PATCH v3 16/18] target-i386: add cpuid Fn8000_001f
` [Qemu-devel] [RFC PATCH v3 17/18] i386: clear C-bit in SEV guest page table walk
` [Qemu-devel] [RFC PATCH v3 18/18] migration: disable save/restore and migration on SEV guest
[Qemu-devel] [PATCH v3 0/4] nvdimm: hotplug support
2016-11-01 16:24 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 1/4] nvdimm acpi: prebuild nvdimm devices for available slots
` [Qemu-devel] [PATCH v3 2/4] nvdimm acpi: introduce fit buffer
` [Qemu-devel] [PATCH v3 3/4] nvdimm acpi: introduce _FIT
[Qemu-devel] Mentor Summit notes
2016-11-01 16:21 UTC (2+ messages)
[Qemu-devel] [PATCH] cpus: make qemu_mutex_iothread_locked() understand co-routines
2016-11-01 16:21 UTC (3+ messages)
[Qemu-devel] [QEMU PATCH v9 0/3] migration: migrate QTAILQ
2016-11-01 15:47 UTC (7+ messages)
` [Qemu-devel] [QEMU PATCH v9 2/3] "
[Qemu-devel] [PATCH] hw/intc/arm_gicv3_its: Fix typo in member names of GICv3ITSState
2016-11-01 15:42 UTC (3+ messages)
[Qemu-devel] [PATCH v4 0/4] POWER9 TCG enablements - BCD functions part I
2016-11-01 15:24 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] target-ppc: Implement bcdcfn. instruction
` [Qemu-devel] [PATCH v4 2/4] target-ppc: Implement bcdctn. instruction
` [Qemu-devel] [PATCH v4 3/4] target-ppc: Implement bcdcfz. instruction
` [Qemu-devel] [PATCH v4 4/4] target-ppc: Implement bcdctz. instruction
[Qemu-devel] [PATCH v10 00/19] Add Mediated device support
2016-11-01 15:24 UTC (15+ messages)
` [Qemu-devel] [PATCH v10 05/19] vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
` [Qemu-devel] [PATCH v10 10/19] vfio iommu: Add blocking notifier to notify DMA_UNMAP
[Qemu-devel] [PULL v2 00/14] Block patches for 2.8
2016-11-01 15:15 UTC (17+ messages)
` [Qemu-devel] [PULL v2 01/14] qapi: add release designator to gluster logfile option
` [Qemu-devel] [PULL v2 02/14] rbd: make the code more readable
` [Qemu-devel] [PULL v2 03/14] block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support
` [Qemu-devel] [PULL v2 04/14] block/gluster: memory usage: use one glfs instance per volume
` [Qemu-devel] [PULL v2 05/14] block: Turn on "unmap" in active commit
` [Qemu-devel] [PULL v2 06/14] block/gluster: improve defense over string to int conversion
` [Qemu-devel] [PULL v2 07/14] block/gluster: fix port type in the QAPI options list
` [Qemu-devel] [PULL v2 08/14] blockjobs: hide internal jobs from management API
` [Qemu-devel] [PULL v2 09/14] blockjobs: Allow creating internal jobs
` [Qemu-devel] [PULL v2 10/14] Replication/Blockjobs: Create replication jobs as internal
` [Qemu-devel] [PULL v2 11/14] blockjob: centralize QMP event emissions
` [Qemu-devel] [PULL v2 12/14] Blockjobs: Internalize user_pause logic
` [Qemu-devel] [PULL v2 13/14] blockjobs: split interface into public/private, Part 1
` [Qemu-devel] [PULL v2 14/14] blockjobs: fix documentation
[Qemu-devel] [PATCH] main-loop: Suppress I/O thread warning under qtest
2016-11-01 15:08 UTC (2+ messages)
[Qemu-devel] [PATCH] docs/rcu.txt: Fix minor typo
2016-11-01 15:07 UTC (2+ messages)
[Qemu-devel] [PATCH v4 0/8] qdev class properties + abstract class support on device-list-properties
2016-11-01 15:02 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 3/8] qdev: device_class_set_props() function
[Qemu-devel] [PATCH 0/8] nvdimm acpi: bug fix and cleanup
2016-11-01 14:50 UTC (4+ messages)
` [Qemu-devel] [PATCH 8/8] nvdimm acpi: use common macros instead of magic names
[Qemu-devel] [PATCH] atomic.h: Use __atomic_load_n() for acquire
2016-11-01 14:45 UTC (3+ messages)
[Qemu-devel] [PATCH 1/1] checkpatch: allow spaces before parenthesis for 'coroutine_fn'
2016-11-01 14:45 UTC (3+ messages)
[Qemu-devel] [PATCH] migration: fix missing assignment for has_x_checkpoint_delay
2016-11-01 14:27 UTC (2+ messages)
[Qemu-devel] [PULL 00/27] Misc patches for 2016-10-31
2016-11-01 14:16 UTC (7+ messages)
` [Qemu-devel] [PULL 08/27] hostmem-file: make option 'size' optional
[Qemu-devel] [PATCH v9 00/12] Add Mediated device support
2016-11-01 14:01 UTC (6+ messages)
` [Qemu-devel] [PATCH v9 04/12] vfio iommu: Add support for mediated devices
[Qemu-devel] [PATCH V5] docs: add PCIe devices placement guidelines
2016-11-01 13:39 UTC
[Qemu-devel] [PULL v2 for-2.8 0/7] 9p patches for 2.8 20161030
2016-11-01 13:37 UTC (9+ messages)
` [Qemu-devel] [PULL v2 for-2.8 1/7] 9pfs: add xattrwalk_fid field in V9fsXattr struct
` [Qemu-devel] [PULL v2 for-2.8 2/7] 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t
` [Qemu-devel] [PULL v2 for-2.8 3/7] 9pfs: fix integer overflow issue in xattr read/write
` [Qemu-devel] [PULL v2 for-2.8 4/7] 9pfs: limit xattr size in xattrcreate
` [Qemu-devel] [PULL v2 for-2.8 5/7] 9pfs: xattrcreate requires non-opened fids
` [Qemu-devel] [PULL v2 for-2.8 6/7] 9pfs: don't BUG_ON() if fid is already opened
` [Qemu-devel] [PULL v2 for-2.8 7/7] 9pfs: drop excessive error message from virtfs_reset()
[Qemu-devel] [PATCH V4] docs: add PCIe devices placement guidelines
2016-11-01 13:21 UTC (3+ messages)
[Qemu-devel] [PATCH] virtio-gpu: fix information leak in capset get dispatch
2016-11-01 12:51 UTC (2+ messages)
[Qemu-devel] [PULL for-2.8 0/5] qemu-ga patch queue for 2.8
2016-11-01 12:47 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/2] 680x0 mul and div instructions
2016-11-01 12:34 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] target-m68k: add 64bit mull
` [Qemu-devel] [PATCH v3 2/2] target-m68k: add 680x0 divu/divs variants
[Qemu-devel] [PATCH v1 1/1] qemu-doc: update gluster protocol usage guide
2016-11-01 12:29 UTC
[Qemu-devel] [PULL 00/14] Block patches for 2.8
2016-11-01 11:55 UTC (3+ messages)
[Qemu-devel] [PULL v2 for-2.8 00/15] target-sparc updates
2016-11-01 11:49 UTC (2+ messages)
[Qemu-devel] [PATCH 0/6] Expand the building of qemu-user docker images
2016-11-01 11:41 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/6] tests/docker/Makefile.include: fix diff-index call
[Qemu-devel] [RFC 1/2] linux-headers: update
2016-11-01 11:35 UTC (4+ messages)
` [Qemu-devel] [RFC 2/2] ARM: KVM: Enable in-kernel timers with user space gic
[Qemu-devel] [PULL] Update OpenBIOS images
2016-11-01 11:20 UTC (2+ messages)
[Qemu-devel] [PATCH] virtio-gpu: fix memory leak in update_cursor_data_virgl
2016-11-01 11:17 UTC (3+ messages)
[Qemu-devel] [PATCH] virtio-gpu: fix information leak in getting capset info dispatch
2016-11-01 11:13 UTC (2+ messages)
[Qemu-devel] [PATCH 1/1] migration: fix compiler warning on uninitialized variable
2016-11-01 10:20 UTC (2+ messages)
[Qemu-devel] [PATCHv3 0/4] Move getting XWindow ID from baum driver to graphical backend
2016-11-01 10:11 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/4] console: add API to get underlying gui window ID
[Qemu-devel] [PATCHv2 0/3] baum driver update v2
2016-11-01 10:03 UTC (5+ messages)
` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend
[Qemu-devel] [PATCH 0/4] block/curl: Fix FTP
2016-11-01 9:58 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/4] block/curl: Fix return value from curl_read_cb
[Qemu-devel] [PATCH v2] qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changes
2016-11-01 9:32 UTC (2+ messages)
[Qemu-devel] [PULL 0/2] x86 and machine queue, 2016-10-31
2016-11-01 9:29 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).