qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-09 16:02:01 to 2017-10-10 00:56:16 UTC [more...]

[Qemu-devel] [PULL 00/23] Queued TCG patches
 2017-10-10  0:55 UTC  (7+ messages)
` [Qemu-devel] [PULL 01/23] cputlb: bring back tlb_flush_count under !TLB_DEBUG
` [Qemu-devel] [PULL 02/23] tcg: fix corruption of code_time profiling counter upon tb_flush
` [Qemu-devel] [PULL 03/23] exec-all: fix typos in TranslationBlock's documentation
` [Qemu-devel] [PULL 04/23] translate-all: make have_tb_lock static
` [Qemu-devel] [PULL 05/23] cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
` [Qemu-devel] [PULL 06/23] tcg/i386: constify tcg_target_callee_save_regs

[Qemu-devel] [PATCH v3 0/8] Add the ZynqMP PMU and IPI
 2017-10-10  0:12 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/88] use g_new() family of functions
 2017-10-10  0:03 UTC  (13+ messages)
` [Qemu-devel] [PATCH 21/88] NBD: "
` [Qemu-devel] [PATCH 31/88] QMP: "
` [Qemu-devel] [PATCH 34/88] qapi: "
` [Qemu-devel] [PATCH 44/88] hw/core/loader: "
` [Qemu-devel] [PATCH 61/88] tests: "

[Qemu-devel] [PATCH 0/5] backup improvements part 1
 2017-10-09 23:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/5] hbitmap: add next_zero function
` [Qemu-devel] [PATCH 2/5] backup: move from done_bitmap to copy_bitmap
` [Qemu-devel] [PATCH 3/5] backup: init copy_bitmap from sync_bitmap for incremental
` [Qemu-devel] [PATCH 4/5] backup: simplify non-dirty bits progress processing
` [Qemu-devel] [PATCH 5/5] backup: use copy_bitmap in incremental backup

[Qemu-devel] [PATCH 0/3] qcow2: Fix preallocated truncation
 2017-10-09 23:30 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] qcow2: Fix unaligned "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 2/3] qcow2: Always execute preallocate() in a coroutine
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 3/3] iotests: Add cluster_size=64k to 125
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 00/42] TPM: code cleanup & CRB device
 2017-10-09 22:56 UTC  (43+ messages)
` [Qemu-devel] [PATCH 01/42] tpm-tis: remove unused hw_access argument
` [Qemu-devel] [PATCH 02/42] tpm-tis: remove RAISE_STS_IRQ
` [Qemu-devel] [PATCH 03/42] tpm: make tpm_get_backend_driver() static
` [Qemu-devel] [PATCH 04/42] tpm: lookup tpm backend class in tpm_driver_find_by_type()
` [Qemu-devel] [PATCH 05/42] tpm: replace tpm_get_backend_driver() to drop be_drivers
` [Qemu-devel] [PATCH 06/42] tpm: remove tpm_register_driver()
` [Qemu-devel] [PATCH 07/42] tpm: move TPMSizedBuffer to tpm_tis.h
` [Qemu-devel] [PATCH 08/42] tpm: remove TPMDriverOps
` [Qemu-devel] [PATCH 09/42] tpm: remove init() class method
` [Qemu-devel] [PATCH 10/42] tpm: remove configure_tpm() hop
` [Qemu-devel] [PATCH 11/42] tpm: remove unused TPMBackendCmd
` [Qemu-devel] [PATCH 12/42] tpm: remove needless cast
` [Qemu-devel] [PATCH 13/42] tpm: remove locty argument from receive_cb
` [Qemu-devel] [PATCH 14/42] tpm: add TPMBackendCmd to hold the request state
` [Qemu-devel] [PATCH 15/42] tpm-emulator: fix error handling
` [Qemu-devel] [PATCH 16/42] tpm: remove locty_data from TPMState
` [Qemu-devel] [PATCH 17/42] tpm-tis: move TPMState to TIS header
` [Qemu-devel] [PATCH 18/42] tpm-tis: remove tpm_tis.h header
` [Qemu-devel] [PATCH 19/42] tpm-tis: fold TPMTISEmuState in TPMState
` [Qemu-devel] [PATCH 20/42] tpm: add a QOM TPM interface
` [Qemu-devel] [PATCH 21/42] tpm: move recv_data_callback to "
` [Qemu-devel] [PATCH 22/42] tpm-backend: store TPMIf interface, improve backend_init()
` [Qemu-devel] [PATCH 23/42] tpm-tis: no longer expose TPMState
` [Qemu-devel] [PATCH 24/42] tpm-be: call request_completed() out of thread
` [Qemu-devel] [PATCH 25/42] tpm-be: report error instead of front-end
` [Qemu-devel] [PATCH 26/42] tpm-be: ask model to the TPM interface
` [Qemu-devel] [PATCH 27/42] tpm: remove unused opened code
` [Qemu-devel] [PATCH 28/42] tpm-passthrough: don't save guessed cancel_path in options
` [Qemu-devel] [PATCH 29/42] tpm-be: update optional function pointers
` [Qemu-devel] [PATCH 30/42] tpm-passthrough: pass TPMPassthruState to handle_device_opts
` [Qemu-devel] [PATCH 31/42] tpm-backend: move set 'id' to common code
` [Qemu-devel] [PATCH 32/42] tpm-passthrough: make it safer to destroy after creation
` [Qemu-devel] [PATCH 33/42] tpm-passthrough: remove error cleanup from handle_device_opts
` [Qemu-devel] [PATCH 34/42] tpm-passthrough: workaround a possible race
` [Qemu-devel] [PATCH 35/42] tpm-tis: simplify header inclusion
` [Qemu-devel] [PATCH 36/42] tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()
` [Qemu-devel] [PATCH 37/42] tpm: lookup the the TPM interface instead of TIS device
` [Qemu-devel] [PATCH 38/42] tpm: add TPM interface to lookup TPM version
` [Qemu-devel] [PATCH 39/42] tpm: add tpm_cmd_get_size() to tpm_util
` [Qemu-devel] [PATCH 40/42] acpi: change TPM TIS data conditions
` [Qemu-devel] [PATCH 41/42] tpm-emulator: add a FIXME comment about blocking cancel
` [Qemu-devel] [PATCH 42/42] WIP: add TPM CRB device

[Qemu-devel] [PATCH 0/8] sun4m : sparc32_dma tidy-ups
 2017-10-09 22:23 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
` [Qemu-devel] [PATCH 2/8] sparc32_dma: split esp and le into separate DMA devices
` [Qemu-devel] [PATCH 3/8] sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
` [Qemu-devel] [PATCH 4/8] sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()
` [Qemu-devel] [PATCH 5/8] sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h
` [Qemu-devel] [PATCH 6/8] sparc32_dma: use object link instead of qdev property to pass IOMMU reference
` [Qemu-devel] [PATCH 7/8] sparc32_dma: introduce new SPARC32_DMA type container object
` [Qemu-devel] [PATCH 8/8] sparc32_dma: remove is_ledma hack and replace with memory region alias

[Qemu-devel] [PATCH] oslib-posix: Fix compiler warning
 2017-10-09 21:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/7] KASLR kernel dump support
 2017-10-09 21:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 2/7] hw/misc: add vmcoreinfo device

[Qemu-devel] [PATCH v5 00/23] make bdrv_get_block_status byte-based
 2017-10-09 21:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 09/23] block: Switch BdrvCoGetBlockStatusData to byte-based
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/1] Avoid LMB unplug if a previous unplug isn't
 2017-10-09 21:11 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/1] hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done

[Qemu-devel] [PATCH 00/13] More fully implement ARM PMUv3
 2017-10-09 20:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/13] target/arm: A53: Initialize PMCEID[0]

[Qemu-devel] [PATCH v2 00/13] More fully implement ARM PMUv3
 2017-10-09 20:25 UTC  (4+ messages)

[Qemu-devel] [Bug 1721222] [NEW] qemu crashes with Assertion `fdctrl->dma' failed
 2017-10-09 20:07 UTC  (2+ messages)
` [Qemu-devel] [Bug 1721222] "

[Qemu-devel] [PATCH] qcow2: Emit errp when truncating the image tail
 2017-10-09 19:56 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/2] iotests: Add _filter_actual_image_size
 2017-10-09 19:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] iotests: Pull _filter_actual_image_size from 67/87
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 2/2] iotests: Filter actual image size in 184 and 191
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 00/24] generalize parsing of cpu_model (part 3/PPC)
 2017-10-09 19:51 UTC  (25+ messages)
` [Qemu-devel] [PATCH v2 01/24] qom: update doc comment for type_register[_static]()
` [Qemu-devel] [PATCH v2 02/24] qom: introduce type_register_static_array()
` [Qemu-devel] [PATCH v2 03/24] qom: add helper macro DEFINE_TYPES()
` [Qemu-devel] [PATCH v2 04/24] ppc: mpc8544ds/e500plat: use generic cpu_model parsing
` [Qemu-devel] [PATCH v2 05/24] ppc: mac_newworld: "
` [Qemu-devel] [PATCH v2 06/24] ppc: mac_oldworld: "
` [Qemu-devel] [PATCH v2 07/24] ppc: bamboo: "
` [Qemu-devel] [PATCH v2 08/24] ppc: replace cpu_model with cpu_type on ref405ep, taihu boards
` [Qemu-devel] [PATCH v2 09/24] ppc: virtex-ml507: replace cpu_model with cpu_type
` [Qemu-devel] [PATCH v2 10/24] ppc: 40p/prep: "
` [Qemu-devel] [PATCH v2 11/24] ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
` [Qemu-devel] [PATCH v2 12/24] ppc: move '-cpu foo, compat=xxx' parsing into ppc_cpu_parse_featurestr()
` [Qemu-devel] [PATCH v2 13/24] ppc: spapr: define core types statically
` [Qemu-devel] [PATCH v2 14/24] ppc: spapr: use cpu type name directly
` [Qemu-devel] [PATCH v2 15/24] ppc: spapr: register 'host' core type along with the rest of core types
` [Qemu-devel] [PATCH v2 16/24] ppc: spapr: use cpu model names as tcg defaults instead of aliases
` [Qemu-devel] [PATCH v2 17/24] ppc: move ppc_cpu_lookup_alias() before its first user
` [Qemu-devel] [PATCH v2 18/24] ppc: spapr: use generic cpu_model parsing
` [Qemu-devel] [PATCH v2 19/24] ppc: pnv: "
` [Qemu-devel] [PATCH v2 20/24] ppc: pnv: normalize core/chip type names
` [Qemu-devel] [PATCH v2 21/24] ppc: pnv: drop PnvCoreClass::cpu_oc field
` [Qemu-devel] [PATCH v2 22/24] ppc: pnv: define core types statically
` [Qemu-devel] [PATCH v2 23/24] ppc: pnv: drop PnvChipClass::cpu_model field
` [Qemu-devel] [PATCH v2 24/24] ppc: pnv: consolidate type definitions and batch register them

[Qemu-devel] [PATCH v4 00/43] tcg: support for multiple TCG contexts
 2017-10-09 19:24 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 11/43] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK

[Qemu-devel] [PATCH v2 00/10] nbd minimal structured read
 2017-10-09 19:21 UTC  (22+ messages)
` [Qemu-devel] [PATCH v2 01/10] block/nbd-client: assert qiov len once in nbd_co_request
` [Qemu-devel] [PATCH v2 1/7] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PATCH v2 2/7] block/nbd-client: exit reply-reading coroutine on incorrect handle
` [Qemu-devel] [PATCH v2 02/10] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PATCH v2 3/7] block/nbd-client: refactor reading reply
` [Qemu-devel] [PATCH v2 03/10] nbd: rename NBD_REPLY_MAGIC to NBD_SIMPLE_REPLY_MAGIC
` [Qemu-devel] [PATCH v2 4/7] block/nbd-client: drop reply field from NBDClientSession
` [Qemu-devel] [PATCH v2 04/10] nbd-server: refactor simple reply sending
` [Qemu-devel] [PATCH v2 5/7] block/nbd-client: nbd_co_send_request: return -EIO if s->quit was set in parallel
` [Qemu-devel] [PATCH v2 05/10] nbd: header constants indenting
` [Qemu-devel] [PATCH v2 6/7] block/nbd-client: early fail nbd_read_reply_entry if s->quit is set
` [Qemu-devel] [PATCH v2 06/10] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v2 7/7] block/nbd-client: do not yield from nbd_read_reply_entry
` [Qemu-devel] [PATCH v2 07/10] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PATCH v2 08/10] nbd: share some nbd entities to be reused in block/nbd-client.c
` [Qemu-devel] [PATCH v2 09/10] nbd/client: prepare nbd_receive_reply for structured reply
` [Qemu-devel] [PATCH v2 10/10] nbd: Minimal structured read for client

[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
 2017-10-09 19:12 UTC  (13+ messages)
` [Qemu-devel] [RFC v2 10/33] migration: allow dst vm pause on postcopy
` [Qemu-devel] [RFC v2 20/33] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [RFC v2 32/33] migration: allow migrate_incoming for paused VM

[Qemu-devel] Co-routine re-entered recursively
 2017-10-09 19:11 UTC 

[Qemu-devel] [PATCH v2 0/3] qdev/vfio: defer DEVICE_DEL to avoid races with libvirt
 2017-10-09 19:04 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/3] qdev: store DeviceState's canonical path to use when unparenting
` [Qemu-devel] [PATCH v2 2/3] Revert "qdev: Free QemuOpts when the QOM path goes away"
` [Qemu-devel] [PATCH v2 3/3] qdev: defer DEVICE_DEL event until instance_finalize()

[Qemu-devel] [Bug 1719282] [NEW] Unable to boot after drive-mirror
 2017-10-09 18:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1719282] "

[Qemu-devel] [PATCH v4 0/8] xen: xen-domid-restrict improvements
 2017-10-09 18:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/8] xen: link against xentoolcore
` [Qemu-devel] [PATCH 2/8] xen: restrict: use xentoolcore_restrict_all
` [Qemu-devel] [PATCH 3/8] xen: defer call to xen_restrict until just before os_setup_post
` [Qemu-devel] [PATCH 4/8] xen: destroy_hvm_domain: Move reason into a variable
` [Qemu-devel] [PATCH 5/8] xen: move xc_interface compatibility fallback further up the file
` [Qemu-devel] [PATCH 6/8] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [Qemu-devel] [PATCH 7/8] os-posix: Provide new -runas <uid>.<gid> facility
` [Qemu-devel] [PATCH 8/8] configure: do_compiler: Dump some extra info under bash

[Qemu-devel] Patch to add helpful tracing output for driver authors in NVMe emulation
 2017-10-09 18:44 UTC  (8+ messages)

[Qemu-devel] [PATCH v2] watchdog/aspeed: fix variable type to store reload value
 2017-10-09 18:34 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/18] block/mirror: Add active-sync mirroring
 2017-10-09 18:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH 02/18] block: BDS deletion during bdrv_drain_recurse

[Qemu-devel] [RFC 0/3] vITS Reset
 2017-10-09 18:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/20] ARM SMMUv3 Emulation Support
 2017-10-09 17:49 UTC  (19+ messages)
` [Qemu-devel] [PATCH v7 05/20] hw/arm/smmuv3: Skeleton
` [Qemu-devel] [PATCH v7 06/20] hw/arm/smmuv3: Wired IRQ and GERROR helpers
` [Qemu-devel] [PATCH v7 07/20] hw/arm/smmuv3: Queue helpers
` [Qemu-devel] [PATCH v7 08/20] hw/arm/smmuv3: Implement MMIO write operations
` [Qemu-devel] [PATCH v7 09/20] hw/arm/smmuv3: Event queue recording helper
` [Qemu-devel] [PATCH v7 10/20] hw/arm/smmuv3: Implement translate callback
` [Qemu-devel] [PATCH v7 15/20] hw/arm/sysbus-fdt: Pass the VirtMachineState to the node creation functions
` [Qemu-devel] [PATCH v7 19/20] hw/arm/smmuv3: [not for upstream] add SMMU_CMD_TLBI_NH_VA_AM handling
` [Qemu-devel] [PATCH v7 20/20] hw/arm/smmuv3: [not for upstream] Add caching-mode option

[Qemu-devel] [PATCH v2] qcow2: Use BDRV_SECTOR_BITS instead of its literal value
 2017-10-09 16:41 UTC  (2+ messages)

[Qemu-devel] i386/kvm: QEMU crash when doing 'info cpus' after CPU hotplug
 2017-10-09 17:19 UTC 

[Qemu-devel] [PATCH v1 0/5][RFC] Refactoring of AIS support
 2017-10-09 17:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 4/5] s390x/pci: Refuse to realize VFIO-PCI if AIS needed but supported

[Qemu-devel] [PATCH 00/17] Initial i.MX7 support
 2017-10-09 17:09 UTC  (16+ messages)
` [Qemu-devel] [PATCH 02/17] imx_fec: Do not calculate FEC
` [Qemu-devel] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings
` [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation
` [Qemu-devel] [PATCH 17/17] Implement support for i.MX7 Sabre board

[Qemu-devel] [PATCH v2 0/*] xen: xen-domid-restrict improvements
 2017-10-09 16:58 UTC  (9+ messages)
` [Qemu-devel] [PATCH 3/8] xen: defer call to xen_restrict until after os_setup_post
` [Qemu-devel] [PATCH 7/8] os-posix: Provide new -runasid option

[Qemu-devel] [PATCH v3] iotests: Add test for dataplane mirroring
 2017-10-09 16:41 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] linux-user/main: support dfilter
 2017-10-09 16:32 UTC  (3+ 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).