qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-09 17:27:39 to 2017-10-10 02:40:14 UTC [more...]

[Qemu-devel] [PULL v2 0/8] x86 and machine queue, 2017-10-09
 2017-10-10  2:39 UTC  (4+ messages)
` [Qemu-devel] [PULL v2 1/8] qom/cpu: move cpu_model null check to cpu_class_by_name()
` [Qemu-devel] [PULL v2 2/8] machine: Add a valid_cpu_types property
` [Qemu-devel] [PULL v2 3/8] vl: Eliminate defconfig variable

[Qemu-devel] [PATCH 00/42] TPM: code cleanup & CRB device
 2017-10-10  2:38 UTC  (49+ 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 v6 0/4]ACPI: NUMA: Fix ACPI SRAT Memory Affinity building
 2017-10-10  2:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 2/4] hw/acpi-build: Make assignment statement of next_base easy to read

[Qemu-devel] [PULL v2 00/10] Merge tpm 2017/10/04
 2017-10-10  1:33 UTC  (11+ messages)
` [Qemu-devel] [PULL v2 01/10] tpm-backend: Remove unneeded member variable from backend class
` [Qemu-devel] [PULL v2 02/10] tpm-backend: Move thread handling inside TPMBackend
` [Qemu-devel] [PULL v2 03/10] tpm-backend: Initialize and free data members in it's own methods
` [Qemu-devel] [PULL v2 04/10] tpm-backend: Made few interface methods optional
` [Qemu-devel] [PULL v2 05/10] tpm-backend: Add new API to read backend TpmInfo
` [Qemu-devel] [PULL v2 06/10] tpm-backend: Move realloc_buffer() implementation to tpm-tis model
` [Qemu-devel] [PULL v2 07/10] tpm-passthrough: move reusable code to utils
` [Qemu-devel] [PULL v2 08/10] tpm: Added support for TPM emulator
` [Qemu-devel] [PULL v2 09/10] tpm: Move tpm_cleanup() to right place
` [Qemu-devel] [PULL v2 10/10] specs: Describe the TPM support in QEMU

[Qemu-devel] [PULL 00/23] Queued TCG patches
 2017-10-10  1:30 UTC  (26+ 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] [PULL 07/23] tcg/mips: "
` [Qemu-devel] [PULL 08/23] tcg: remove addr argument from lookup_tb_ptr
` [Qemu-devel] [PULL 09/23] tcg: consolidate TB lookups in tb_lookup__cpu_state
` [Qemu-devel] [PULL 10/23] exec-all: bring tb->invalid into tb->cflags
` [Qemu-devel] [PULL 11/23] translate-all: define and use DEBUG_TB_FLUSH_GATE
` [Qemu-devel] [PULL 12/23] exec-all: introduce TB_PAGE_ADDR_FMT
` [Qemu-devel] [PULL 13/23] translate-all: define and use DEBUG_TB_INVALIDATE_GATE
` [Qemu-devel] [PULL 14/23] translate-all: define and use DEBUG_TB_CHECK_GATE
` [Qemu-devel] [PULL 15/23] exec-all: extract tb->tc_* into a separate struct tc_tb
` [Qemu-devel] [PULL 16/23] tci: move tci_regs to tcg_qemu_tb_exec's stack
` [Qemu-devel] [PULL 17/23] tcg: take .helpers out of TCGContext
` [Qemu-devel] [PULL 18/23] tcg: allocate optimizer temps with tcg_malloc
` [Qemu-devel] [PULL 19/23] util: move qemu_real_host_page_size/mask to osdep.h
` [Qemu-devel] [PULL 20/23] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PULL 21/23] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PULL 22/23] tcg: define TCG_HIGHWATER
` [Qemu-devel] [PULL 23/23] tcg/mips: delete commented out extern keyword

[Qemu-devel] [PATCH v4 00/43] tcg: support for multiple TCG contexts
 2017-10-10  1:23 UTC  (10+ 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 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  (11+ 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 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 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  (3+ 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 v2 00/10] nbd minimal structured read
 2017-10-09 19:21 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 01/10] block/nbd-client: assert qiov len once in nbd_co_request
` [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 04/10] nbd-server: refactor simple reply sending
` [Qemu-devel] [PATCH v2 05/10] nbd: header constants indenting
` [Qemu-devel] [PATCH v2 06/10] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v2 07/10] nbd/client: refactor nbd_receive_starttls
` [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  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] qdev: store DeviceState's canonical path to use when unparenting

[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  (2+ messages)

[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  (11+ messages)
` [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)


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