messages from 2017-07-03 16:25:14 to 2017-07-04 07:33:50 UTC [more...]
[Qemu-devel] [PATCH v2 00/15] make bdrv_get_block_status byte-based
2017-07-04 7:33 UTC (19+ messages)
` [Qemu-devel] [PATCH v2 01/15] block: add default implementations for bdrv_co_get_block_status()
` [Qemu-devel] [PATCH v2 02/15] block: Allow NULL file for bdrv_get_block_status()
` [Qemu-devel] [PATCH v2 03/15] block: Add flag to avoid wasted work in bdrv_is_allocated()
` [Qemu-devel] [PATCH v2 04/15] block: Make bdrv_round_to_clusters() signature more useful
` [Qemu-devel] [PATCH v2 05/15] qcow2: Switch is_zero_sectors() to byte-based
` [Qemu-devel] [PATCH v2 06/15] block: Switch bdrv_make_zero() "
` [Qemu-devel] [PATCH v2 07/15] qemu-img: Switch get_block_status() "
` [Qemu-devel] [PATCH v2 08/15] block: Convert bdrv_get_block_status() to bytes
` [Qemu-devel] [PATCH v2 09/15] block: Switch bdrv_co_get_block_status() to byte-based
` [Qemu-devel] [PATCH v2 10/15] block: Switch BdrvCoGetBlockStatusData "
` [Qemu-devel] [PATCH v2 11/15] block: Switch bdrv_common_block_status_above() "
` [Qemu-devel] [PATCH v2 12/15] block: Switch bdrv_co_get_block_status_above() "
` [Qemu-devel] [PATCH v2 13/15] block: Convert bdrv_get_block_status_above() to bytes
` [Qemu-devel] [PATCH v2 14/15] block: Align block status requests
` [Qemu-devel] [PATCH v2 15/15] qemu-io: Relax 'alloc' now that block-status doesn't assert
` [Qemu-devel] [RFC PATCH v2 16/15] block: Add .bdrv_co_block_status() callback
[Qemu-devel] [PATCH] spapr: make default PHB optionnal
2017-07-04 7:29 UTC (2+ messages)
[Qemu-devel] [PATCH] audio: st_rate_flow exist a dead loop
2017-07-04 23:44 UTC
[Qemu-devel] [PATCH v2 0/2] Add global device ID in virt machine
2017-07-04 7:15 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/1] virtio-scsi-ccw: fix iotest 068 for s390x
2017-07-04 7:06 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/1] virtio-scsi-ccw: use ioeventfd even when KVM is disabled
[Qemu-devel] [RFC v2 0/3] Implement a warning_report function
2017-07-04 6:53 UTC (6+ messages)
` [Qemu-devel] [RFC v2 2/3] qemu-error: Implement a more generic error reporting
[Qemu-devel] [PATCH V7 00/12] Add COLO-proxy virtio-net support
2017-07-04 6:53 UTC (13+ messages)
` [Qemu-devel] [PATCH V7 01/12] net: Add vnet_hdr_len arguments in NetClientState
` [Qemu-devel] [PATCH V7 02/12] net/net.c: Add vnet_hdr support in SocketReadState
` [Qemu-devel] [PATCH V7 03/12] net/filter-mirror.c: Introduce parameter for filter_send()
` [Qemu-devel] [PATCH V7 04/12] net/filter-mirror.c: Make filter mirror support vnet support
` [Qemu-devel] [PATCH V7 05/12] net/filter-mirror.c: Add new option to enable vnet support for filter-redirector
` [Qemu-devel] [PATCH V7 06/12] net/colo.c: Make vnet_hdr_len as packet property
` [Qemu-devel] [PATCH V7 07/12] net/colo-compare.c: Introduce parameter for compare_chr_send()
` [Qemu-devel] [PATCH V7 08/12] net/colo-compare.c: Make colo-compare support vnet_hdr_len
` [Qemu-devel] [PATCH V7 09/12] net/colo.c: Add vnet packet parse feature in colo-proxy
` [Qemu-devel] [PATCH V7 10/12] net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
` [Qemu-devel] [PATCH V7 11/12] net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len
` [Qemu-devel] [PATCH V7 12/12] docs/colo-proxy.txt: Update colo-proxy usage of net driver with vnet_header
[Qemu-devel] [PATCH v3 00/20] qdev: Introduce DEFINE_PROP_LINK
2017-07-04 6:43 UTC (21+ messages)
` [Qemu-devel] [PATCH v3 01/20] qom: enforce readonly nature of link's check callback
` [Qemu-devel] [PATCH v3 02/20] qdev: Introduce PropertyInfo.create
` [Qemu-devel] [PATCH v3 03/20] qdev: Introduce DEFINE_PROP_LINK
` [Qemu-devel] [PATCH v3 04/20] qmp: Use ObjectProperty.type if present
` [Qemu-devel] [PATCH v3 05/20] qdev: Add const qualifier to PropertyInfo definitions
` [Qemu-devel] [PATCH v3 06/20] virtio-blk: Convert to DEFINE_PROP_LINK
` [Qemu-devel] [PATCH v3 07/20] virtio-scsi: "
` [Qemu-devel] [PATCH v3 08/20] virtio-rng: "
` [Qemu-devel] [PATCH v3 09/20] virtio-crypto: "
` [Qemu-devel] [PATCH v3 10/20] dimm: "
` [Qemu-devel] [PATCH v3 11/20] ivshmem: "
` [Qemu-devel] [PATCH v3 12/20] armv7m: Convert bitband.source-mamory "
` [Qemu-devel] [PATCH v3 13/20] armv7m: Convert armv7m.memory "
` [Qemu-devel] [PATCH v3 14/20] gicv3: Convert "
` [Qemu-devel] [PATCH v3 15/20] xlnx_zynqmp: "
` [Qemu-devel] [PATCH v3 16/20] xilinx_axienet: "
` [Qemu-devel] [PATCH v3 17/20] xilinx_axidma: "
` [Qemu-devel] [PATCH v3 18/20] mips_cmgcr: "
` [Qemu-devel] [PATCH v3 19/20] cpu: "
` [Qemu-devel] [PATCH v3 20/20] spapr_rng: "
[Qemu-devel] [RFC PATCH 0/3] vmstate: error hint for failed equal checks
2017-07-04 6:42 UTC (12+ messages)
` [Qemu-devel] [RFC PATCH 1/3] "
[Qemu-devel] [PATCH v4 00/13] chardevice hotswap
2017-07-04 6:25 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 11/13] virtio-console: chardev hotswap support
[Qemu-devel] [PATCH] vhost: fix a memory leak
2017-07-04 22:33 UTC
[Qemu-devel] [PATCH] include/hw/ptimer.h: Add documentation comments
2017-07-04 4:39 UTC (2+ messages)
[Qemu-devel] [PATCH] spapr: fix memory hotplug error path
2017-07-04 3:50 UTC (3+ messages)
[Qemu-devel] [PATCH 0/1] virtio-scsi-ccw: fix iotest 068 on s390x
2017-07-04 3:42 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/1] virtio-scsi-ccw: use ioeventfd even when KVM is disabled
[Qemu-devel] [PATCH v2 0/7] KVM: MMU: fast write protect
2017-07-04 3:17 UTC (4+ messages)
[Qemu-devel] [PATCH v2 00/15] add disable-tcg option for x86 build
2017-07-04 2:46 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 06/15] kvmvapic: remove tcg related code
[Qemu-devel] [PATCH 0/3] Qemu: Add Xen vIOMMU interrupt remapping function support
2017-07-04 2:31 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/3] i386/msi: Correct mask of destination ID in MSI address
` [Qemu-devel] [PATCH 2/3] xen-pt: bind/unbind interrupt remapping format MSI
[Qemu-devel] [PATCH] i386/kvm: mask MSR_IA32_BNDCFGS if MPX is not enabled in guest cpuid
2017-07-04 2:30 UTC (3+ messages)
[Qemu-devel] [PATCH 0/4] migration: fix iotest 055, only-migratable break
2017-07-04 2:18 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/4] migration: fix handling for --only-migratable
` [Qemu-devel] [PATCH 2/4] vl: move global property, migrate init earlier
` [Qemu-devel] [PATCH 3/4] doc: add item for "-M enforce-config-section"
` [Qemu-devel] [PATCH 4/4] doc: update TYPE_MIGRATION documents
[Qemu-devel] [PATCH v7 0/9] Convert to realize and cleanup
2017-07-04 1:58 UTC (3+ messages)
[Qemu-devel] [PULL 00/21] pc, acpi, pci, virtio: fixes, cleanups, features, tests
2017-07-04 1:44 UTC (23+ messages)
` [Qemu-devel] [PULL 01/21] virtio-net: enable configurable tx queue size
` [Qemu-devel] [PULL 02/21] hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device
` [Qemu-devel] [PULL 03/21] intel_iommu: relax iq tail check on VTD_GCMD_QIE enable
` [Qemu-devel] [PULL 04/21] pci: Clean up error checking in pci_add_capability()
` [Qemu-devel] [PULL 05/21] pci: Add comment for pci_add_capability2()
` [Qemu-devel] [PULL 06/21] pci: Fix the wrong assertion
` [Qemu-devel] [PULL 07/21] pci: Make errp the last parameter of pci_add_capability()
` [Qemu-devel] [PULL 08/21] pci: Replace pci_add_capability2() with pci_add_capability()
` [Qemu-devel] [PULL 09/21] pci: Convert to realize
` [Qemu-devel] [PULL 10/21] pci: Convert shpc_init() to Error
` [Qemu-devel] [PULL 11/21] i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()
` [Qemu-devel] [PULL 12/21] i386/kvm/pci-assign: Use errp directly rather than local_err
` [Qemu-devel] [PULL 13/21] fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()
` [Qemu-devel] [PULL 14/21] fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
` [Qemu-devel] [PULL 15/21] hw/acpi: remove dead acpi code
` [Qemu-devel] [PULL 16/21] intel_iommu: fix migration breakage on mr switch
` [Qemu-devel] [PULL 17/21] vhost: ensure vhost_ops are set before calling iotlb callback
` [Qemu-devel] [PULL 18/21] vhost-user: unregister slave req handler at cleanup time
` [Qemu-devel] [PULL 19/21] tests: Add unit tests for the VM Generation ID feature
` [Qemu-devel] [PULL 20/21] virtio-net: fix tx queue size for !vhost-user
` [Qemu-devel] [PULL 21/21] i386/acpi: update expected acpi files
[Qemu-devel] [PATCH RFC 0/6] q35: add acpi pci hotplug support
2017-07-04 1:00 UTC (12+ messages)
[Qemu-devel] [PATCH 0/4] target/m68k: implement 680x0 FPU (part 3)
2017-07-04 0:07 UTC (13+ messages)
` [Qemu-devel] [PATCH 1/4] softfloat: use floatx80_infinity in softfloat
` [Qemu-devel] [PATCH 2/4] target/m68k: add FPU trigonometric instructions
` [Qemu-devel] [PATCH 3/4] target/m68k: add fmod/frem
` [Qemu-devel] [PATCH 4/4] target-m68k: add fscale, fgetman and fgetexp
[Qemu-devel] [PATCH v2 0/3] block: block driver callbacks fixes
2017-07-03 22:22 UTC (10+ messages)
` [Qemu-devel] [PATCH v2 1/3] block: pass bdrv_* methods to bs->file by default
` [Qemu-devel] [PATCH v2 3/3] block: add default implementations for bdrv_co_get_block_status()
[Qemu-devel] [PATCH v3 1/1] s390x: vmstatify config migration for virtio-ccw
2017-07-03 21:50 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/5] target/sh4: misc FPU fixes and optimizations
2017-07-03 21:36 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg
2017-07-03 21:33 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/8] target/s390x tcg patches
2017-07-03 21:23 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 2/8] target/s390x: Implement CONVERT UNICODE insns
[Qemu-devel] [PATCH] util/cacheinfo: Fix warning generated by clang
2017-07-03 21:16 UTC (6+ messages)
[Qemu-devel] [PATCH v4 1/3] tcg/aarch64: Introduce and use long branch to register
2017-07-03 21:14 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 3/3] tcg/aarch64: Enable indirect jump path using LDR (literal)
[Qemu-devel] [PATCH 0/4] xen: don't save/restore the physmap on VM save/restore
2017-07-03 21:10 UTC (8+ messages)
` [Qemu-devel] [PATCH 2/4] xen/mapcache: add an ability to create dummy mappings
` [Qemu-devel] [PATCH 3/4] xen/mapcache: introduce xen_remap_cache_entry()
[Qemu-devel] [PATCH v3 00/22] add disable-tcg option for x86 build
2017-07-03 20:21 UTC (45+ messages)
` [Qemu-devel] [PATCH 01/22] configure: factor out list of supported Xen/KVM/HAX targets
` [Qemu-devel] [PATCH 02/22] configure: early test for supported targets
` [Qemu-devel] [PATCH 03/22] configure: add --disable-tcg configure option
` [Qemu-devel] [PATCH 04/22] vl: convert -tb-size to qemu_strtoul
` [Qemu-devel] [PATCH 05/22] vl: add tcg_enabled() for tcg related code
` [Qemu-devel] [PATCH 06/22] tcg: move page_size_init() function
` [Qemu-devel] [PATCH 07/22] tcg: tcg_handle_interrupt() function
` [Qemu-devel] [PATCH 08/22] tcg: make tcg_allowed global
` [Qemu-devel] [PATCH 09/22] monitor: disable "info jit" and "info opcount" if !TCG
` [Qemu-devel] [PATCH 10/22] vapic: use tcg_enabled
` [Qemu-devel] [PATCH 11/22] tcg: add the tcg-stub.c file into accel/stubs/
` [Qemu-devel] [PATCH 12/22] tcg: move tb_lock out of translate-all.h
` [Qemu-devel] [PATCH 13/22] exec: elide calls to tb_lock and tb_unlock
` [Qemu-devel] [PATCH 14/22] tcg: add CONFIG_TCG guards in headers
` [Qemu-devel] [PATCH 15/22] tcg: add the CONFIG_TCG into Makefiles
` [Qemu-devel] [PATCH 16/22] target/i386: move cpu_sync_bndcs_hflags() function
` [Qemu-devel] [PATCH 17/22] target/i386: make cpu_get_fp80()/cpu_set_fp80() static
` [Qemu-devel] [PATCH 18/22] target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
` [Qemu-devel] [PATCH 19/22] target/i386: move TLB refill function out of helper.c
` [Qemu-devel] [PATCH 20/22] target/i386: add the tcg_enabled() in target/i386/
` [Qemu-devel] [PATCH 21/22] target/i386: add the CONFIG_TCG into Makefiles
` [Qemu-devel] [PATCH 22/22] configure: warn on untested --disable-tcg
[Qemu-devel] [PATCH 0/7] KASLR kernel dump support
2017-07-03 19:51 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/7] vmgenid: replace x-write-pointer-available hack
[Qemu-devel] [PATCH 0/4] block/qcow2: add compression_algorithm create option
2017-07-03 19:45 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/4] "
[Qemu-devel] [PATCH] virtio-net: fix tx queue size for !vhost-user
2017-07-03 19:29 UTC
[Qemu-devel] [PATCH v4] virtio-net: enable configurable tx queue size
2017-07-03 19:18 UTC (2+ messages)
[Qemu-devel] postcopy migration hangs while loading virtio state
2017-07-03 19:07 UTC (12+ messages)
[Qemu-devel] [Bug 1377095] [NEW] KVM guest VM does not reattach a throughpassed USB printer from Host after switching printer off and on
2017-07-03 18:47 UTC (2+ messages)
` [Qemu-devel] [Bug 1377095] "
[Qemu-devel] [PATCH v3 00/20] make bdrv_is_allocated[_above] byte-based
2017-07-03 18:22 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 18/20] block: Make bdrv_is_allocated() byte-based
[Qemu-devel] [PATCH v4] tests: Avoid non-portable 'echo -ARG'
2017-07-03 18:09 UTC
[Qemu-devel] handling emulation fine-grained memory protection
2017-07-03 18:01 UTC (4+ messages)
[Qemu-devel] [RFC 00/29] postcopy+vhost-user/shared ram
2017-07-03 17:55 UTC (7+ messages)
` [Qemu-devel] [RFC 03/29] qemu_ram_block_host_offset
[Qemu-devel] [PATCH v1] virtio-net: code cleanup
2017-07-03 17:28 UTC (2+ messages)
[Qemu-devel] [PATCH v2] spapr: fix memory hotplug error path
2017-07-03 17:03 UTC (2+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode
2017-07-03 16:50 UTC (2+ messages)
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).