messages from 2017-10-09 20:07:48 to 2017-10-10 10:14:15 UTC [more...]
[Qemu-devel] [PATCH v3 0/3] exec: further refine address_space_get_iotlb_entry()
2017-10-10 10:13 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] exec: add page_mask for flatview_do_translate
` [Qemu-devel] [PATCH v3 2/3] exec: simplify address_space_get_iotlb_entry
` [Qemu-devel] [PATCH v3 3/3] memory: fix off-by-one error in memory_region_notify_one()
[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
2017-10-10 10:08 UTC (11+ messages)
` [Qemu-devel] [RFC v2 10/33] migration: allow dst vm pause on postcopy
` [Qemu-devel] [RFC v2 32/33] migration: allow migrate_incoming for paused VM
[Qemu-devel] tcg/translate-all.c:169: tb_lock: Assertion `!have_tb_lock' failed when doing cpu_restore_state in usermode
2017-10-10 10:07 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/8] improve error handling for IO instr
2017-10-10 10:06 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 3/8] s390x: improve error handling for SSCH and RSCH
[Qemu-devel] [PATCH 00/18] block/mirror: Add active-sync mirroring
2017-10-10 9:58 UTC (11+ messages)
` [Qemu-devel] [PATCH 02/18] block: BDS deletion during bdrv_drain_recurse
` [Qemu-devel] [PATCH 05/18] block/mirror: Convert to coroutines
` [Qemu-devel] [PATCH 08/18] block/mirror: Use source as a BdrvChild
` [Qemu-devel] [PATCH 10/18] block/mirror: Make source the file child
` [Qemu-devel] [PATCH 13/18] block/mirror: Keep write perm for pending writes
[Qemu-devel] [PATCH v2 0/6] aspeed: add a witherspoon-bmc machine
2017-10-10 9:54 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/6] aspeed: add support for the witherspoon-bmc board
[Qemu-devel] [PATCH] scripts/checkpatch.pl: fix false error of externs checking
2017-10-10 9:44 UTC (2+ messages)
[Qemu-devel] [PULL 0/9] x86 and machine queue, 2017-10-05
2017-10-10 9:40 UTC (6+ messages)
[Qemu-devel] [PATCH v1 0/5][RFC] Refactoring of AIS support
2017-10-10 9:35 UTC (5+ messages)
` [Qemu-devel] [PATCH v1 4/5] s390x/pci: Refuse to realize VFIO-PCI if AIS needed but supported
[Qemu-devel] [PATCH v2 00/10] nbd minimal structured read
2017-10-10 9:13 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 04/10] nbd-server: refactor simple reply sending
` [Qemu-devel] [PATCH v2 10/10] nbd: Minimal structured read for client
[Qemu-devel] [PATCH v1 0/6] QEMU: kvm: cleanup kvm_slot handling
2017-10-10 9:06 UTC (3+ messages)
` [Qemu-devel] [PATCH v1 5/6] kvm: kvm_log_start/stop are only called with known sections
[Qemu-devel] qemu-system-nios2 hangs when emulator is quit
2017-10-10 8:58 UTC (4+ messages)
[Qemu-devel] [RFC 0/8] virtio-crypto: add multiplexing mode support
2017-10-10 8:35 UTC (10+ messages)
` [Qemu-devel] [virtio-dev] "
` [Qemu-devel] [virtio-dev] "
[Qemu-devel] [PATCH v6 0/7] KASLR kernel dump support
2017-10-10 8:31 UTC (7+ messages)
` [Qemu-devel] [PATCH v6 2/7] hw/misc: add vmcoreinfo device
[Qemu-devel] [PATCH] disas: Always initialize read_memory_inner_func properly
2017-10-10 8:29 UTC (2+ messages)
[Qemu-devel] [PATCH 0/8] sun4m : sparc32_dma tidy-ups
2017-10-10 8:21 UTC (12+ 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 00/42] TPM: code cleanup & CRB device
2017-10-10 8:18 UTC (56+ 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 v2 0/4] disable the decrementer interrupt when a CPU is unplugged
2017-10-10 8:08 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 2/4] spapr/rtas: "
[Qemu-devel] Patch to add helpful tracing output for driver authors in NVMe emulation
2017-10-10 8:02 UTC (10+ messages)
[Qemu-devel] [PATCH v2 0/*] xen: xen-domid-restrict improvements
2017-10-10 7:43 UTC (5+ messages)
` [Qemu-devel] [PATCH 7/8] os-posix: Provide new -runasid option
[Qemu-devel] [PATCH v2 00/24] generalize parsing of cpu_model (part 3/PPC)
2017-10-10 7:29 UTC (13+ messages)
` [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] [Qemu-ppc] "
` [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 v16 0/5] Virtio-balloon Enhancement
2017-10-10 7:28 UTC (4+ messages)
` [Qemu-devel] [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
[Qemu-devel] Using qemu command not able launch VM
2017-10-10 7:23 UTC (3+ messages)
[Qemu-devel] [PATCH v4 0/5] virtio-iommu: VFIO integration
2017-10-10 6:42 UTC (13+ messages)
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [PATCH] oslib-posix: Fix compiler warning
2017-10-10 5:39 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/3] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol
2017-10-10 2:50 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 2/3] scripts: Remove debug parameter from QEMUMonitorProtocol
` [Qemu-devel] [PATCH v2 3/3] scripts: Remove debug parameter from QEMUMachine
[Qemu-devel] [PATCH v2 0/3] qdev/vfio: defer DEVICE_DEL to avoid races with libvirt
2017-10-10 1:44 UTC (7+ 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] [PATCH v2 0/1] Avoid LMB unplug if a previous unplug isn't
2017-10-10 1:36 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 1/1] hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done
[Qemu-devel] [PULL v2 0/8] x86 and machine queue, 2017-10-09
2017-10-10 2:40 UTC (9+ 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] [PULL v2 4/8] qemu-options: Deprecate -nodefconfig
` [Qemu-devel] [PULL v2 5/8] config: qemu_config_parse() return number of config groups
` [Qemu-devel] [PULL v2 6/8] qom: update doc comment for type_register[_static]()
` [Qemu-devel] [PULL v2 7/8] vl: exit if maxcpus is negative
` [Qemu-devel] [PULL v2 8/8] x86: Correct translation of some rdgsbase and wrgsbase encodings
[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 (3+ messages)
` [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 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 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] "
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).