qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-04 09:44:26 to 2017-07-04 21:59:37 UTC [more...]

[Qemu-devel] [RFC 00/29] postcopy+vhost-user/shared ram
 2017-07-04 21:59 UTC  (8+ messages)
` [Qemu-devel] [RFC 24/29] vhost+postcopy: Lock around set_mem_table
` [Qemu-devel] [RFC 25/29] vhu: enable = false on get_vring_base
` [Qemu-devel] [RFC 29/29] vhost-user: Claim support for postcopy

[Qemu-devel] [PATCH] vhost: fix a memory leak
 2017-07-04 22:33 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] spapr: DRC cleanups (part VI)
 2017-07-04 21:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] spapr: Refactor spapr_drc_detach()
` [Qemu-devel] [Qemu-ppc] [PATCH 0/5] spapr: DRC cleanups (part VI)

[Qemu-devel] [PATCH] specs: Describe the TPM support in QEMU
 2017-07-04 20:47 UTC  (2+ messages)

[Qemu-devel] Managing architectural restrictions with -device and libvirt
 2017-07-04 20:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
 2017-07-04 19:14 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 04/29] target: [tcg] Add generic "

[Qemu-devel] [Bug 1545052] [NEW] RDMA migration will hang forever if target QEMU fails to load vmstate
 2017-07-04 18:54 UTC  (2+ messages)
` [Qemu-devel] [Bug 1545052] "

[Qemu-devel] [PATCH 0/5] A bunch of RDMA fixes
 2017-07-04 18:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] migration/rdma: Fix race on source
` [Qemu-devel] [PATCH 2/5] migration: Close file on failed migration load
` [Qemu-devel] [PATCH 3/5] migration/rdma: Allow cancelling while waiting for wrid
` [Qemu-devel] [PATCH 4/5] migration/rdma: Safely convert control types
` [Qemu-devel] [PATCH 5/5] migration/rdma: Send error during cancelling

[Qemu-devel] [PATCH v4 00/22] add disable-tcg option for x86 build
 2017-07-04 18:33 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/22] configure: factor out list of supported Xen/KVM/HAX targets
` [Qemu-devel] [PATCH 02/22] configure: early test for supported targets
` [Qemu-devel] [PATCH 03/22] configure: add --disable-tcg configure option
` [Qemu-devel] [PATCH 04/22] vl: convert -tb-size to qemu_strtoul
` [Qemu-devel] [PATCH 05/22] vl: add tcg_enabled() for tcg related code
` [Qemu-devel] [PATCH 06/22] tcg: move page_size_init() function
` [Qemu-devel] [PATCH 07/22] tcg: tcg_handle_interrupt() function
` [Qemu-devel] [PATCH 08/22] tcg: make tcg_allowed global
` [Qemu-devel] [PATCH 09/22] monitor: disable "info jit" and "info opcount" if !TCG
` [Qemu-devel] [PATCH 10/22] vapic: use tcg_enabled
` [Qemu-devel] [PATCH 11/22] tcg: add the tcg-stub.c file into accel/stubs/
` [Qemu-devel] [PATCH 12/22] tcg: move tb_lock out of translate-all.h
` [Qemu-devel] [PATCH 13/22] exec: elide calls to tb_lock and tb_unlock
` [Qemu-devel] [PATCH 14/22] tcg: add CONFIG_TCG guards in headers
` [Qemu-devel] [PATCH 15/22] tcg: add the CONFIG_TCG into Makefiles
` [Qemu-devel] [PATCH 16/22] target/i386: move cpu_sync_bndcs_hflags() function
` [Qemu-devel] [PATCH 17/22] target/i386: make cpu_get_fp80()/cpu_set_fp80() static
` [Qemu-devel] [PATCH 18/22] target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
` [Qemu-devel] [PATCH 19/22] target/i386: move TLB refill function out of helper.c
` [Qemu-devel] [PATCH 20/22] target/i386: add the tcg_enabled() in target/i386/
` [Qemu-devel] [PATCH 21/22] target/i386: add the CONFIG_TCG into Makefiles
` [Qemu-devel] [PATCH 22/22] configure: warn on untested --disable-tcg

[Qemu-devel] [PATCHv7 0/6] fw_cfg: qdev-related tidy-ups
 2017-07-04 18:14 UTC  (7+ messages)
` [Qemu-devel] [PATCHv7 3/6] fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than path
` [Qemu-devel] [PATCHv7 5/6] fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callers

[Qemu-devel] [PATCH 0/7] s390x/kvm: pending patches
 2017-07-04 17:40 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/7] s390x: vmstatify config migration for virtio-ccw
` [Qemu-devel] [PATCH 2/7] s390x/3270: fix instruction interception handler
` [Qemu-devel] [PATCH 3/7] s390x: fix error propagation in kvm-flic's realize
` [Qemu-devel] [PATCH 4/7] s390x: fix realize inheritance for kvm-flic
` [Qemu-devel] [PATCH 5/7] s390x/MAINTAINERS: Update my email address
` [Qemu-devel] [PATCH 6/7] s390x: return unavailable features via query-cpu-definitions
` [Qemu-devel] [PATCH 7/7] virtio-scsi-ccw: use ioeventfd even when KVM is disabled

[Qemu-devel] [PATCH 0/3] Add new utility function memory_region_allocate_aux_memory()
 2017-07-04 17:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] include/hw/boards.h: Document memory_region_allocate_system_memory()
` [Qemu-devel] [PATCH 2/3] memory.h: Add new utility function memory_region_allocate_aux_memory()
` [Qemu-devel] [PATCH 3/3] hw: Use new memory_region_allocate_aux_memory() function

[Qemu-devel] [PATCH v2 0/4] xen: don't save/restore the physmap on VM save/restore
 2017-07-04 16:46 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/4] xen: move physmap saving into a separate function
` [Qemu-devel] [PATCH v2 2/4] xen/mapcache: add an ability to create dummy mappings
` [Qemu-devel] [PATCH v2 3/4] xen/mapcache: introduce xen_replace_cache_entry()
` [Qemu-devel] [PATCH v2 4/4] xen: don't use xenstore to save/restore physmap anymore

[Qemu-devel] [PATCH v7 0/4] Improve error reporting
 2017-07-04 16:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 2/4] net/socket: Convert several helper functions to Error
` [Qemu-devel] [PATCH v7 3/4] net/net: Convert parse_host_port() "
` [Qemu-devel] [PATCH v7 4/4] net/socket: Improve -net socket error reporting

[Qemu-devel] [PATCH v4 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST
 2017-07-04 15:46 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 1/2] live-block-ops.txt: Rename, rewrite, and improve it
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v7 0/6] fsdev: qmp interface for io throttling
 2017-07-04 15:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 1/6] throttle: factor out duplicate code
` [Qemu-devel] [PATCH v7 2/6] qmp: Create IOThrottle structure
` [Qemu-devel] [PATCH v7 3/6] throttle: move out function to reuse the code
` [Qemu-devel] [PATCH v7 4/6] hmp: create a throttle initialization function for code reusability
` [Qemu-devel] [PATCH v7 5/6] fsdev: hmp interface for throttling
` [Qemu-devel] [PATCH v7 6/6] fsdev: QMP "

[Qemu-devel] [PATCH v3 00/20] make bdrv_is_allocated[_above] byte-based
 2017-07-04 15:29 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 01/20] blockjob: Track job ratelimits via bytes, not sectors
` [Qemu-devel] [PATCH v3 02/20] trace: Show blockjob actions "
` [Qemu-devel] [PATCH v3 03/20] stream: Switch stream_populate() to byte-based
` [Qemu-devel] [PATCH v3 04/20] stream: Switch stream_run() "
` [Qemu-devel] [PATCH v3 05/20] commit: Switch commit_populate() "
` [Qemu-devel] [PATCH v3 06/20] commit: Switch commit_run() "

[Qemu-devel] [PATCH] qemu-doc: Add missing "@c man end" statements
 2017-07-04 15:25 UTC  (3+ messages)

[Qemu-devel] [RISU PATCH 00/11] Misc fixes, documentation and patterns
 2017-07-04 14:48 UTC  (12+ messages)
` [Qemu-devel] [RISU PATCH 01/11] risu: make match status take tracing into account
` [Qemu-devel] [RISU PATCH 02/11] reginfo.c: always return 1 on OP_TESTEND
` [Qemu-devel] [RISU PATCH 03/11] README: document --static builds
` [Qemu-devel] [RISU PATCH 04/11] README: document record/replay support
` [Qemu-devel] [RISU PATCH 05/11] risu.el: derive from text-mode
` [Qemu-devel] [RISU PATCH 06/11] risugen: fix bad indent
` [Qemu-devel] [RISU PATCH 07/11] risugen: support @GroupName in risu files
` [Qemu-devel] [RISU PATCH 08/11] aarch64.risu: document naming conventions
` [Qemu-devel] [RISU PATCH 09/11] aarch64.risu: remove duplicate AdvSIMD Scalar 3 same block
` [Qemu-devel] [RISU PATCH 10/11] aarch64.risu: remove duplicate AdvSIMD scalar 2 reg misc block
` [Qemu-devel] [RISU PATCH 11/11] aarch64.risu: update AdvancedSIMD across lanes

[Qemu-devel] [PATCH v2] blockdev: Print a warning for legacy drive options that belong to -device
 2017-07-04 14:40 UTC  (2+ messages)

[Qemu-devel] [PATCH RESEND v6] qga: Add support network interface statistics in guest-network-get-interfaces command
 2017-07-04 16:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr: Only report host/guest IOMMU page size mismatches on KVM
 2017-07-04 14:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/1] virtio-scsi-ccw: fix iotest 068 for s390x
 2017-07-04 14:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/1] virtio-scsi-ccw: use ioeventfd even when KVM is disabled

[Qemu-devel] [PATCH v3 0/2] Document deprecated features & support lifecycle
 2017-07-04 13:53 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 1/2] docs: document support lifetime for features
` [Qemu-devel] [PATCH v3 2/2] docs: document deprecated features in appendix

[Qemu-devel] [PATCH] qemu-img: delete the -e and -6 options from the 'create' command
 2017-07-04 12:19 UTC  (4+ messages)

[Qemu-devel] [PATCH] qemu-thread: Assert locks are initialized before using
 2017-07-04 13:17 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/6] q35: add acpi pci hotplug support
 2017-07-04 13:12 UTC  (11+ messages)

[Qemu-devel] [PATCH v4 0/2] target/ppc/cpu-models: set POWER9_v1.0 as POWER9 DD1
 2017-07-04 13:08 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 1/2] "
` [Qemu-devel] [PATCH v4 2/2] target/ppc: move POWER9 DD1 workaround to init_proc_POWER9()

[Qemu-devel] [PULL v1 00/17] Xilinx queue
 2017-07-04 12:58 UTC  (19+ messages)
` [Qemu-devel] [PULL v1 01/17] disas/microblaze: Add missing 'const' attributes
` [Qemu-devel] [PULL v1 02/17] target-microblaze: Correct bit shift for the PVR0 version field
` [Qemu-devel] [PULL v1 03/17] target-microblaze: Don't hard code 0xb as initial MB version
` [Qemu-devel] [PULL v1 04/17] target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
` [Qemu-devel] [PULL v1 05/17] target-microblaze: Introduce a use-barrel property
` [Qemu-devel] [PULL v1 06/17] target-microblaze: Introduce a use-div property
` [Qemu-devel] [PULL v1 07/17] target-microblaze: Introduce a use-hw-mul property
` [Qemu-devel] [PULL v1 08/17] target-microblaze: Introduce a use-msr-instr property
` [Qemu-devel] [PULL v1 09/17] target-microblaze: Introduce a use-pcmp-instr property
` [Qemu-devel] [PULL v1 10/17] target-microblaze: dec_barrel: Use bool instead of unsigned int
` [Qemu-devel] [PULL v1 11/17] target-microblaze: dec_barrel: Use extract32
` [Qemu-devel] [PULL v1 12/17] target-microblaze: dec_barrel: Add braces around if-statements
` [Qemu-devel] [PULL v1 13/17] target-microblaze: dec_barrel: Plug TCG temp leak
` [Qemu-devel] [PULL v1 14/17] target-microblaze: dec_barrel: Add BSEFI
` [Qemu-devel] [PULL v1 15/17] target-microblaze: dec_barrel: Add BSIFI
` [Qemu-devel] [PULL v1 16/17] target-microblaze: Add CPU version 10.0
` [Qemu-devel] [PULL v1 17/17] xilinx-dp: Add support for the yuy2 video format

[Qemu-devel] [PATCH v2] qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
 2017-07-04 12:34 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-scsi: finalize IOMMU support
 2017-07-04 12:21 UTC 

[Qemu-devel] [PATCH v3] s390: return unavailable features via query-cpu-definitions
 2017-07-04 12:06 UTC  (6+ messages)

[Qemu-devel] [PULL 00/21] pc, acpi, pci, virtio: fixes, cleanups, features, tests
 2017-07-04 12:05 UTC  (2+ messages)

[Qemu-devel] [PATCH qemu v8 0/2] memory/iommu: QOM'fy IOMMU MemoryRegion
 2017-07-04 11:06 UTC  (6+ messages)
` [Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

[Qemu-devel] [PATCH v2 00/15] make bdrv_get_block_status byte-based
 2017-07-04 11:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 14/15] block: Align block status requests
` [Qemu-devel] [PATCH v2 15/15] qemu-io: Relax 'alloc' now that block-status doesn't assert
` [Qemu-devel] [RFC PATCH v2 16/15] block: Add .bdrv_co_block_status() callback

[Qemu-devel] [RFC PATCH 0/3] vmstate: error hint for failed equal checks
 2017-07-04 11:25 UTC  (13+ messages)
` [Qemu-devel] [RFC PATCH 1/3] "

[Qemu-devel] [RFC v3 0/2] target/ppc/cpu-models: set POWER9_v1.0 as POWER9 DD1
 2017-07-04 11:13 UTC  (5+ messages)
` [Qemu-devel] [RFC v3 2/2] target/ppc: move POWER9 DD1 workaround to ppc_cpu_initfn
      ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v3 00/22] add disable-tcg option for x86 build
 2017-07-04 11:08 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/22] configure: factor out list of supported Xen/KVM/HAX targets
` [Qemu-devel] [PATCH 02/22] configure: early test for supported targets
` [Qemu-devel] [PATCH 20/22] target/i386: add the tcg_enabled() in target/i386/

[Qemu-devel] [PATCH v4] virtio-net: enable configurable tx queue size
 2017-07-04 11:03 UTC  (3+ messages)
  ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH v2] spapr: fix memory hotplug error path
 2017-07-04 10:57 UTC  (5+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-07-03 11:52 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation

[Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break
 2017-07-04 10:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] doc: add item for "-M enforce-config-section"

[Qemu-devel] [PATCH 0/1] Change mail address
 2017-07-04 10:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/1] Update my email address

[Qemu-devel] [PATCH v3 0/4] block: Block driver callbacks fixes
 2017-07-04 10:01 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/4] block: Pass bdrv_* methods to bs->file by default
` [Qemu-devel] [PATCH v3 2/4] block: Use defaults of bdrv_* callbacks in raw
` [Qemu-devel] [PATCH v3 3/4] block: Remove bdrv_truncate callback in blkdebug
` [Qemu-devel] [PATCH v3 4/4] block: Add default implementations for bdrv_co_get_block_status()

[Qemu-devel] [PATCH v3 0/1] virtio-scsi-ccw: fix iotest 068 for s390x
 2017-07-04  9:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/1] virtio-scsi-ccw: use ioeventfd even when KVM is disabled


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).