qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-25 22:38:11 to 2017-04-26 09:36:34 UTC [more...]

[Qemu-devel] [PATCH v15 00/21] block: Image locking series
 2017-04-26  9:36 UTC  (23+ messages)
` [Qemu-devel] [PATCH v15 01/21] block: Make bdrv_perm_names public
` [Qemu-devel] [PATCH v15 02/21] block: Define BLK_PERM_MAX
` [Qemu-devel] [PATCH v15 03/21] block: Add, parse and store "force-share" option
` [Qemu-devel] [PATCH v15 04/21] block: Respect "force-share" in perm propagating
` [Qemu-devel] [PATCH v15 05/21] qemu-img: Add --force-share option to subcommands
` [Qemu-devel] [PATCH v15 06/21] qemu-img: Update documentation for -U
` [Qemu-devel] [PATCH v15 07/21] qemu-io: Add --force-share option
` [Qemu-devel] [PATCH v15 08/21] iotests: 030: Prepare for image locking
` [Qemu-devel] [PATCH v15 09/21] iotests: 046: "
` [Qemu-devel] [PATCH v15 10/21] iotests: 055: Don't attach the target image already for drive-backup
` [Qemu-devel] [PATCH v15 11/21] iotests: 085: Avoid image locking conflict
` [Qemu-devel] [PATCH v15 12/21] iotests: 087: Don't attach test image twice
` [Qemu-devel] [PATCH v15 13/21] iotests: 091: Quit QEMU before checking image
` [Qemu-devel] [PATCH v15 14/21] iotests: 172: Use separate images for multiple devices
` [Qemu-devel] [PATCH v15 15/21] tests: Use null-co:// instead of /dev/null as the dummy image
` [Qemu-devel] [PATCH v15 16/21] file-posix: Add 'locking' option
` [Qemu-devel] [PATCH v15 17/21] tests: Disable image lock in test-replication
` [Qemu-devel] [PATCH v15 18/21] block: Reuse bs as backing hd for drive-backup sync=none
` [Qemu-devel] [PATCH v15 19/21] osdep: Add qemu_lock_fd and qemu_unlock_fd
` [Qemu-devel] [PATCH v15 20/21] file-posix: Add image locking to perm operations
` [Qemu-devel] [PATCH v15 21/21] qemu-iotests: Add test case 153 for image locking

[Qemu-devel] [PATCH] monitor: Check whether TCG is enabled before running the "info jit" code
 2017-04-26  9:27 UTC  (4+ messages)

[Qemu-devel] [PATCH] net/dump: Issue a warning for the deprecated "-net dump"
 2017-04-26  9:25 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10] net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.c
 2017-04-26  9:21 UTC  (4+ messages)

[Qemu-devel] [Bug 1686350] [NEW] [KVM] The qemu ‘-cpu’ option not have skylake server cpu model
 2017-04-26  9:15 UTC 

[Qemu-devel] [PATCH] virtio-net: fix wild pointer when remove virtio-net queues
 2017-04-26  9:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v5] Split migration bitmaps by ramblock
 2017-04-26  9:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH] ram: Split dirty bitmap by RAMBlock

[Qemu-devel] [PATCH RESEND v2 00/18] COLO: integrate colo frame with block replication and net compare
 2017-04-26  9:14 UTC  (5+ messages)
` [Qemu-devel] [PATCH RESEND v2 01/18] net/colo: Add notifier/callback related helpers for filter

[Qemu-devel] [PATCH RFC 1/1] vfio/pci: Fix incorrect error message
 2017-04-26  9:07 UTC  (4+ messages)

[Qemu-devel] [PULL 00/48] ppc-for-2.10 queue 20170426
 2017-04-26  9:04 UTC  (50+ messages)
` [Qemu-devel] [PULL 01/48] target/ppc: Improve accuracy of guest HTM availability on P8s
` [Qemu-devel] [PULL 02/48] pseries: Add pseries-2.10 machine type
` [Qemu-devel] [PULL 03/48] ppc/spapr: QOM'ify sPAPRRTCState
` [Qemu-devel] [PULL 04/48] hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devices
` [Qemu-devel] [PULL 05/48] target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64
` [Qemu-devel] [PULL 06/48] spapr: Add ibm, processor-radix-AP-encodings to the device tree
` [Qemu-devel] [PULL 07/48] target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3
` [Qemu-devel] [PULL 08/48] target/ppc: Add new H-CALL shells for in memory table translation
` [Qemu-devel] [PULL 09/48] target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL
` [Qemu-devel] [PULL 10/48] spapr: move spapr_populate_pa_features()
` [Qemu-devel] [PULL 11/48] spapr: Enable ISA 3.0 MMU mode selection via CAS
` [Qemu-devel] [PULL 12/48] spapr: Workaround for broken radix guests
` [Qemu-devel] [PULL 13/48] target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce
` [Qemu-devel] [PULL 14/48] spapr_pci: Warn when RAM page size is not enabled in IOMMU page mask
` [Qemu-devel] [PULL 15/48] spapr_pci: Removed unused include
` [Qemu-devel] [PULL 16/48] target/ppc: Add ibm, processor-radix-AP-encodings for TCG
` [Qemu-devel] [PULL 17/48] ppc/xics: introduce an 'intc' backlink under PowerPCCPU
` [Qemu-devel] [PULL 18/48] spapr: move the IRQ server number mapping under the machine
` [Qemu-devel] [PULL 19/48] spapr: allocate the ICPState object from under sPAPRCPUCore
` [Qemu-devel] [PULL 20/48] ppc/xics: add a realize() handler to ICPStateClass
` [Qemu-devel] [PULL 21/48] ppc/pnv: add a PnvICPState object
` [Qemu-devel] [PULL 22/48] ppc/pnv: extend the machine with a XICSFabric interface
` [Qemu-devel] [PULL 23/48] ppc/pnv: extend the machine with a InterruptStatsProvider interface
` [Qemu-devel] [PULL 24/48] ppc/pnv: create the ICP object under PnvCore
` [Qemu-devel] [PULL 25/48] ppc/pnv: add a helper to calculate MMIO addresses registers
` [Qemu-devel] [PULL 26/48] ppc/pnv: add memory regions for the ICP registers
` [Qemu-devel] [PULL 27/48] ppc/pnv: Add cut down PSI bridge model and hookup external interrupt
` [Qemu-devel] [PULL 28/48] ppc/pnv: Add OCC model stub with interrupt support
` [Qemu-devel] [PULL 29/48] ppc: add IPMI support
` [Qemu-devel] [PULL 30/48] ipmi: use a file to load SDRs
` [Qemu-devel] [PULL 31/48] ipmi: provide support for FRUs
` [Qemu-devel] [PULL 32/48] ipmi: introduce an ipmi_bmc_sdr_find() API
` [Qemu-devel] [PULL 33/48] ipmi: introduce an ipmi_bmc_gen_event() API
` [Qemu-devel] [PULL 34/48] target/ppc: Fix size of struct PPCElfPrstatus
` [Qemu-devel] [PULL 35/48] spapr: remove the 'nr_servers' field from the machine
` [Qemu-devel] [PULL 36/48] ppc/pnv: Add support for POWER8+ LPC Controller
` [Qemu-devel] [PULL 37/48] ppc/pnv: enable only one LPC bus
` [Qemu-devel] [PULL 38/48] ppc/pnv: scan ISA bus to populate device tree
` [Qemu-devel] [PULL 39/48] ppc/pnv: populate device tree for RTC devices
` [Qemu-devel] [PULL 40/48] ppc/pnv: populate device tree for serial devices
` [Qemu-devel] [PULL 41/48] ppc/pnv: populate device tree for IPMI BT devices
` [Qemu-devel] [PULL 42/48] ppc/pnv: add initial IPMI sensors for the BMC simulator
` [Qemu-devel] [PULL 43/48] ppc/pnv: generate an OEM SEL event on shutdown
` [Qemu-devel] [PULL 44/48] spapr-cpu-core: Release ICPState object during CPU unrealization
` [Qemu-devel] [PULL 45/48] target/ppc: Flush TLB on write to PIDR
` [Qemu-devel] [PULL 46/48] e500, book3s: mfspr 259: Register mapped/aliased SPRG3 user read
` [Qemu-devel] [PULL 47/48] target/ppc: Style fixes
` [Qemu-devel] [PULL 48/48] MAINTAINERS: Remove myself from e500

[Qemu-devel] [PATCH v3 1/1] qemu-img: wait for convert coroutines to complete
 2017-04-26  8:33 UTC 

[Qemu-devel] [PATCH v5 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-04-26  8:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 07/13] vfio/ccw: vfio based subchannel passthrough driver

[Qemu-devel] [PATCH 1/1] block: fix alignment calculations in bdrv_co_do_zero_pwritev
 2017-04-26  8:40 UTC 

[Qemu-devel] [PATCH v3 00/10] TCG optimizations for 2.10
 2017-04-26  8:40 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 01/10] tcg-runtime: add lookup_tb_ptr helper
` [Qemu-devel] [PATCH v3 02/10] tcg: introduce goto_ptr opcode
` [Qemu-devel] [PATCH v3 03/10] tcg: export tcg_gen_lookup_and_goto_ptr
` [Qemu-devel] [PATCH v3 04/10] tcg/i386: implement goto_ptr op
` [Qemu-devel] [PATCH v3 05/10] target/arm: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v3 06/10] target/arm: optimize indirect branches
` [Qemu-devel] [PATCH v3 07/10] target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr
` [Qemu-devel] [PATCH v3 08/10] target/i386: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v3 09/10] target/i386: optimize indirect branches
` [Qemu-devel] [PATCH v3 10/10] tb-hash: improve tb_jmp_cache hash function in user mode

[Qemu-devel] [PATCH for 2.10 00/11] Preparation for block job mutex
 2017-04-26  8:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/11] blockjob: remove unnecessary check

[Qemu-devel] [PATCH v2 0/4] Convert non-blocking connect and fix its error reporting
 2017-04-26  8:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] net/socket: Convert the non-blocking connection mechanism to QIOchannel
` [Qemu-devel] [PATCH v2 2/4] net/socket: Improve -net socket error reporting
` [Qemu-devel] [PATCH v2 3/4] net/socket: Convert error report message to Error
` [Qemu-devel] [PATCH v2 4/4] net/net: Convert parse_host_port() "

[Qemu-devel] [PATCH 1/2] qemu-img: make sure contain the consecutive number of zero bytes
 2017-04-26  8:05 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] qemu-img: fix some spelling errors

[Qemu-devel] [PATCH 0/3] colo-compare: fix three bugs
 2017-04-26  7:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] colo-compare: serialize compare thread's initialization with main thread

[Qemu-devel] [PATCH 0/2] ramblock: add hmp command "info ramblock"
 2017-04-26  7:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] ramblock: add RAMBLOCK_FOREACH()
` [Qemu-devel] [PATCH 2/2] ramblock: add new hmp command "info ramblock"

[Qemu-devel] [PATCH v2 00/18] COLO: integrate colo frame with block replication and net compare
 2017-04-26  7:38 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 05/18] COLO: Handle shutdown command for VM in COLO state

[Qemu-devel] [PATCH 0/7] sockets: Flatten SocketAddress except in external interfaces
 2017-04-26  7:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] sockets: Prepare vsock_parse() for flattened SocketAddress
` [Qemu-devel] [PATCH 2/7] sockets: Prepare inet_parse() "
` [Qemu-devel] [PATCH 3/7] qapi: New QAPI_CLONE_MEMBERS()
` [Qemu-devel] [PATCH 4/7] sockets: Rename SocketAddress to SocketAddressLegacy
` [Qemu-devel] [PATCH 5/7] sockets: Rename SocketAddressFlat to SocketAddress
` [Qemu-devel] [PATCH 6/7] sockets: Limit SocketAddressLegacy except to external interfaces
` [Qemu-devel] [PATCH 7/7] socket: Delete unused helper socket_address_crumple()

[Qemu-devel] [PATCH 00/26] Audio Cleanup
 2017-04-26  7:23 UTC  (29+ messages)
` [Qemu-devel] [PATCH 05/26] audio: Remove UINT8
` [Qemu-devel] [PATCH 09/26] audio: remove INT16
` [Qemu-devel] [PATCH 10/26] audio: Remove INT32
` [Qemu-devel] [PATCH 11/26] audio: Unfold OPLSAMPLE
` [Qemu-devel] [PATCH 12/26] audio: Remove Unused OPL_TYPE_*
` [Qemu-devel] [PATCH 13/26] audio: Remove type field
` [Qemu-devel] [PATCH 14/26] audio: Remove unused fields
` [Qemu-devel] [PATCH 15/26] audio: GUSbyte is uint8_t
` [Qemu-devel] [PATCH 16/26] audio: remove GUSchar
` [Qemu-devel] [PATCH 17/26] audio: GUSword is uint16_t
` [Qemu-devel] [PATCH 18/26] "
` [Qemu-devel] [PATCH 19/26] audio: GUSsample is int16_t
` [Qemu-devel] [PATCH 20/26] audio: OPLSetIRQHandler is not used anywhere
` [Qemu-devel] [PATCH 21/26] audio: OPLSetUpdateHandler "
` [Qemu-devel] [PATCH 22/26] audio: IRQHandler is not used anymore
` [Qemu-devel] [PATCH 23/26] audio: UpdateHandler "
` [Qemu-devel] [PATCH 24/26] audio: Remove unused typedefs
` [Qemu-devel] [PATCH 25/26] audio: un-export OPLResetChip
` [Qemu-devel] [PATCH 26/26] audio: Use ARRAY_SIZE from qemu/osdep.h

[Qemu-devel] [PATCH v2] Issue a deprecation warning if the user specifies the "-hdachs" option
 2017-04-26  7:16 UTC 

[Qemu-devel] [PATCH] tcg: Initialize return value after exit_atomic
 2017-04-26  7:06 UTC  (4+ messages)

[Qemu-devel] [PULL 0/21] Please pull xen-20170421-tag for 2.10
 2017-04-26  6:44 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/2] ipmi: fix open() NULL argument
 2017-04-26  6:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] ipmi: don't try to open a NULL filename

[Qemu-devel] [PULL 00/47] ppc-for-2.10 queue 20170424
 2017-04-26  6:11 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4 v6] migration/ppc: migrating DRC, ccs_list and pending_events
 2017-04-26  5:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/4] hw/ppc: migrating the DRC state of hotplugged devices
` [Qemu-devel] [PATCH 3/4] migration: spapr: migrate ccs_list in spapr state
` [Qemu-devel] [PATCH 4/4] migration: spapr: migrate pending_events of "

[Qemu-devel] [PATCH V3 0/6] calculate downtime for postcopy live migration
 2017-04-26  5:06 UTC  (7+ messages)
    ` [Qemu-devel] [PATCH V3 1/6] userfault: add pid into uffd_msg & update UFFD_FEATURE_*
    ` [Qemu-devel] [PATCH V3 2/6] migration: pass ptr to MigrationIncomingState into migration ufd_version_check & postcopy_ram_supported_by_host
    ` [Qemu-devel] [PATCH V3 3/6] migration: split ufd_version_check onto receive/request features part
    ` [Qemu-devel] [PATCH V3 4/6] migration: add postcopy downtime into MigrationIncommingState
    ` [Qemu-devel] [PATCH V3 5/6] migration: calculate downtime on dst side
    ` [Qemu-devel] [PATCH V3 6/6] migration: trace postcopy total downtime

[Qemu-devel] Subject: [PATCH] target-ppc: Add global timer group A to open-pic
 2017-04-26  4:34 UTC  (5+ messages)

[Qemu-devel] [PATCH] block: Remove NULL check in bdrv_co_flush
 2017-04-26  2:03 UTC 

[Qemu-devel] [PULL 0/21] Please pull xen-20170421-v2-tag for 2.10
 2017-04-26  1:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/21] xen: make use of xen_xc implicit in xen_common.h inlines
  ` [Qemu-devel] [PATCH 10/21] xen: import ring.h from xen

[Qemu-devel] [PATCH v4] qga: Add support network interfacestatistics in
 2017-04-26  1:20 UTC 

[Qemu-devel] [PATCH for 2.9 v3 00/10] block: Fixes regarding dataplane and management operations
 2017-04-26  0:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH for 2.9 v3 10/10] block: Fix bdrv_co_flush early return

[Qemu-devel] [PULL 00/11] Block patches for 2.9-rc4
 2017-04-26  0:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 10/11] block: Fix bdrv_co_flush early return

[Qemu-devel] [PATCH v3 0/3] vfio-pci: support recovery of AER non fatal error
 2017-04-26  0:06 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 3/3] vfio-pci: process non fatal error of AER

[Qemu-devel] [PULL 0/8] qemu-ga patch queue
 2017-04-25 23:04 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] qemu-ga: Make QGA VSS provider service run only when needed
` [Qemu-devel] [PULL 2/8] qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply
` [Qemu-devel] [PULL 3/8] qga-win: Fix a bug where qemu-ga service is stuck during stop operation
` [Qemu-devel] [PULL 4/8] qga-win: Fix Event Viewer errors caused by qemu-ga
` [Qemu-devel] [PULL 5/8] qga: Add 'guest-get-host-name' command
` [Qemu-devel] [PULL 6/8] qga: improve fsfreeze documentations
` [Qemu-devel] [PULL 7/8] qga: Add 'guest-get-users' command
` [Qemu-devel] [PULL 8/8] qga: Add `guest-get-timezone` command

[Qemu-devel] [PATCH] RFC: vmcoreinfo device
 2017-04-25 22:55 UTC  (4+ messages)


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