messages from 2017-10-09 12:13:01 to 2017-10-09 20:25:46 UTC [more...]
[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 v5 00/23] make bdrv_get_block_status byte-based
2017-10-09 20:07 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 09/23] block: Switch BdrvCoGetBlockStatusData to byte-based
` [Qemu-devel] [Qemu-block] "
[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 (17+ messages)
` [Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic
` [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] [PATCH 00/13] More fully implement ARM PMUv3
2017-10-09 18:19 UTC (3+ messages)
` [Qemu-devel] [PATCH 01/13] target/arm: A53: Initialize PMCEID[0]
[Qemu-devel] [RFC 0/3] vITS Reset
2017-10-09 18:17 UTC (2+ messages)
[Qemu-devel] [PATCH 00/88] use g_new() family of functions
2017-10-09 18:04 UTC (17+ messages)
` [Qemu-devel] [PATCH 21/88] NBD: "
` [Qemu-devel] [PATCH 31/88] QMP: "
` [Qemu-devel] [PATCH 34/88] qapi: "
` [Qemu-devel] [PATCH 49/88] hw/misc: "
` [Qemu-devel] [PATCH 54/88] KVM: "
` [Qemu-devel] [PATCH 61/88] tests: "
` [Qemu-devel] [PATCH 81/88] hw/acpi: "
[Qemu-devel] [PATCH v7 00/20] ARM SMMUv3 Emulation Support
2017-10-09 17:49 UTC (25+ messages)
` [Qemu-devel] [PATCH v7 02/20] hw/arm/smmu-common: IOMMU memory region and address space setup
` [Qemu-devel] [PATCH v7 03/20] hw/arm/smmu-common: smmu_read/write_sysmem
` [Qemu-devel] [PATCH v7 04/20] hw/arm/smmu-common: VMSAv8-64 page table walk
` [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 (3+ 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 (17+ messages)
` [Qemu-devel] [PATCH v1 1/5] s390x/kvm: Enable AIS from CPU model always
` [Qemu-devel] [PATCH v1 2/5] s390x/css: Use AIS AIRQ injection only if adapter support AIS
` [Qemu-devel] [PATCH v1 3/5] s390x/intc: Emulate Adapter Interrupt Suppression
` [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 (32+ messages)
` [Qemu-devel] [PATCH 02/17] imx_fec: Do not calculate FEC
` [Qemu-devel] [PATCH 04/17] imx_fec: Change queue flushing heuristics
` [Qemu-devel] [PATCH 05/17] imx_fec: Use ENET_FTRL to determine truncation length
` [Qemu-devel] [PATCH 07/17] imx_fec: Emulate SHIFT16 in ENETx_RACC
` [Qemu-devel] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings
` [Qemu-devel] [PATCH 13/17] i.MX: Add code to emulate i.MX2 watchdog IP block
` [Qemu-devel] [PATCH 15/17] include/qemu: Add sizes.h from Linux
` [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)
[Qemu-devel] [PATCH v2 0/4] disable the decrementer interrupt when a CPU is unplugged
2017-10-09 15:49 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] target/ppc: export ppc_cpu_pvr_match() helper
` [Qemu-devel] [PATCH v2 2/4] spapr/rtas: disable the decrementer interrupt when a CPU is unplugged
` [Qemu-devel] [PATCH v2 3/4] spapr/rtas: fix reboot of a SMP TCG guest
` [Qemu-devel] [PATCH v2 4/4] spapr/rtas: do not reset the MSR in stop-self command
[Qemu-devel] [PATCH 0/7] x86: Rework KVM-defaults compat code, enable kvm_pv_unhalt by default
2017-10-09 15:47 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/7] qemu-doc: Document minimum kernel version for KVM in x86_64
` [Qemu-devel] [PATCH 7/7] target/i386: Enable kvm_pv_unhalt by default
[Qemu-devel] [v20 0/2] virtio-crypto: virtio crypto device specification
2017-10-09 15:43 UTC (3+ messages)
` [Qemu-devel] [v20 1/2] virtio-crypto: Add "
[Qemu-devel] Using qemu command not able launch VM
2017-10-09 15:41 UTC (2+ messages)
[Qemu-devel] [PATCH] qcow2: Use BDRV_SECTOR_BITS instead of its literal value
2017-10-09 15:24 UTC (3+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v16 0/5] Virtio-balloon Enhancement
2017-10-09 15:20 UTC (5+ messages)
` [Qemu-devel] [PATCH v16 1/5] lib/xbitmap: Introduce xbitmap
` [Qemu-devel] [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
[Qemu-devel] [PATCH v2 0/8] improve error handling for IO instr
2017-10-09 15:19 UTC (8+ messages)
` [Qemu-devel] [PATCH v2 2/8] s390x/css: IO instr handler ending control
[Qemu-devel] ‘vte_terminal_copy_clipboard’ is deprecated
2017-10-09 15:16 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/4] blockjobs: add explicit job reaping
2017-10-09 14:30 UTC (6+ messages)
[Qemu-devel] [PATCH 0/2] disable the decrementer interrupt when a CPU is unplugged
2017-10-09 14:28 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] spapr/rtas: "
[Qemu-devel] [PATCH v9 0/8] Optimize VMDK I/O by allocating multiple clusters
2017-10-09 14:12 UTC (10+ messages)
` [Qemu-devel] [PATCH v9 1/8] vmdk: Move vmdk_find_offset_in_cluster() to the top
` [Qemu-devel] [PATCH v9 2/8] vmdk: Rename get_whole_cluster() to vmdk_perform_cow()
` [Qemu-devel] [PATCH v9 3/8] vmdk: Rename get_cluster_offset() to vmdk_get_cluster_offset()
` [Qemu-devel] [PATCH v9 4/8] vmdk: Factor out metadata loading code out of vmdk_get_cluster_offset()
` [Qemu-devel] [PATCH v9 5/8] vmdk: Set maximum bytes allocated in one cycle
` [Qemu-devel] [PATCH v9 6/8] vmdk: New functions to assist allocating multiple clusters
` [Qemu-devel] [PATCH v9 7/8] vmdk: Update metadata for "
` [Qemu-devel] [PATCH v9 8/8] vmdk: Make vmdk_get_cluster_offset() return cluster offset only
[Qemu-devel] [PATCH v1 1/1] virtio-ccw: Add the virtio-input devices for CCW bus
2017-10-09 14:01 UTC
[Qemu-devel] [PATCH 0/9] v8M: BLXNS, SG, secure function return
2017-10-09 13:48 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/9] target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()
` [Qemu-devel] [PATCH 2/9] target/arm: Implement SG instruction
` [Qemu-devel] [PATCH 3/9] target/arm: Implement BLXNS
` [Qemu-devel] [PATCH 4/9] target/arm: Implement secure function return
` [Qemu-devel] [PATCH 5/9] target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1
` [Qemu-devel] [PATCH 6/9] target/arm: Pull Thumb insn word loads up to top level
` [Qemu-devel] [PATCH 7/9] target-arm: Simplify insn_crosses_page()
` [Qemu-devel] [PATCH 8/9] target/arm: Support some Thumb insns being always unconditional
` [Qemu-devel] [PATCH 9/9] target/arm: Implement SG instruction corner cases
[Qemu-devel] [PATCH v5 0/7] Generalize MDIO framework
2017-10-09 13:21 UTC (2+ messages)
[Qemu-devel] [PATCH v2] vga: stop passing pointers to vga_draw_line* functions
2017-10-09 13:09 UTC (4+ messages)
[Qemu-devel] [PATCH v9 00/12] Multifd
2017-10-09 13:08 UTC (7+ messages)
` [Qemu-devel] [PATCH v9 04/12] migration: Start of multiple fd work
` [Qemu-devel] [PATCH v9 05/12] migration: Create ram_multifd_page
[Qemu-devel] [PATCH v6 0/7] KASLR kernel dump support
2017-10-09 13:02 UTC (5+ messages)
` [Qemu-devel] [PATCH v6 2/7] hw/misc: add vmcoreinfo device
[Qemu-devel] hot plug cpu report error
2017-10-09 12:21 UTC
[Qemu-devel] [RFC 00/29] postcopy+vhost-user/shared ram
2017-10-09 12:12 UTC (7+ messages)
` [Qemu-devel] [RFC 24/29] vhost+postcopy: Lock around set_mem_table
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).