qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 01:32:51 to 2021-03-22 13:55:50 UTC [more...]

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-22 13:37 UTC  (7+ messages)
` [PATCH v5 02/10] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v5 09/10] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v5 10/10] KVM: Dirty ring support

[Bug 1920767] [NEW] build-tools-and-docs-debian job waste cycles building pointless things
 2021-03-22 13:31 UTC 

[PATCH v28 00/23] i386 cleanup PART 2
 2021-03-22 13:35 UTC  (27+ messages)
` [RFC] accel: add cpu_reset
` [PATCH v28 01/23] target/i386: Rename helper_fldt, helper_fstt
` [PATCH v28 02/23] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
` [PATCH v28 03/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v28 04/23] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v28 05/23] accel: introduce new accessor functions
` [PATCH v28 06/23] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v28 07/23] accel-cpu: make cpu_realizefn return a bool
` [PATCH v28 08/23] meson: add target_user_arch
` [PATCH v28 09/23] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v28 10/23] i386: split smm helper (sysemu)
` [PATCH v28 11/23] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v28 12/23] i386: move TCG bpt_helper into sysemu/
` [PATCH v28 13/23] i386: split misc helper user stubs and sysemu part
` [PATCH v28 14/23] i386: separate fpu_helper sysemu-only parts
` [PATCH v28 15/23] i386: split svm_helper into sysemu and stub-only user
` [PATCH v28 16/23] i386: split seg_helper into user-only and sysemu parts
` [PATCH v28 17/23] i386: split off sysemu part of cpu.c
` [PATCH v28 18/23] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
` [PATCH v28 19/23] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v28 20/23] i386: make cpu_load_efer sysemu-only
` [PATCH v28 21/23] accel: move call to accel_init_interfaces
` [PATCH v28 22/23] accel: add init_accel_cpu for adapting accel behavior to CPU type
` [RFC v28 23/23] XXX RFC accel: add cpu_reset

[Bug 1920752] [NEW] USB SoundCard Passthrough not working on arm64
 2021-03-22 13:24 UTC  (2+ messages)
` [Bug 1920752] "

[PATCH] tests/meson: Only build softfloat objects if TCG is selected
 2021-03-22 13:41 UTC  (5+ messages)

[PATCH] nvme: expose 'bootindex' property
 2021-03-22 13:19 UTC  (5+ messages)

[PATCH 1/2] disas/arm-a64.cc: Fix build error
 2021-03-22 13:18 UTC  (3+ messages)

[PATCH] optionrom/pvh: use memcmp() to find the RSDP signature
 2021-03-22 13:15 UTC  (2+ messages)

[PATCH 0/3] s390x: modularize virtio-gpu-ccw
 2021-03-22 13:12 UTC  (2+ messages)

[PULL v2 00/13] misc patches removing deprecated features
 2021-03-22 11:31 UTC  (4+ messages)

[PATCH 0/5] yank: Add chardev tests and fixes
 2021-03-22 10:32 UTC  (13+ messages)
` [PATCH 1/5] tests: Use the normal yank code instead of stubs in relevant tests
` [PATCH 2/5] tests: Add tests for yank with the chardev-change
` [PATCH 3/5] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH 4/5] chardev/char.c: Always pass id to chardev_new
` [PATCH 5/5] chardev: Fix yank with the chardev-change case

[PATCH v2 0/3] exec: Build page-vary-common.c with -fno-lto
 2021-03-22 13:00 UTC  (5+ messages)
` [PATCH v2 1/3] exec: Rename exec-vary.c as page-vary.c
` [PATCH v2 2/3] exec: Extract 'page-vary.h' header
` [PATCH v2 3/3] exec: Build page-vary-common.c with -fno-lto

[PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi
 2021-03-22 12:44 UTC  (15+ messages)
` [PATCH 1/2] block/raw: added support of persistent dirty bitmaps
` [PATCH 2/2] qapi: implementation of the block-dirty-bitmap-dump command
  ` Fwd: [PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-03-22 12:43 UTC  (15+ messages)
` [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition
` [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition
` [PATCH V4 3/7] qapi/net: Add new QMP command for COLO passthrough

[RFC PATCH v2 0/3] virtio-net: graceful drop of vhost for TAP
 2021-03-22 12:24 UTC  (4+ messages)
` [RFC PATCH v2 1/3] net: add ability to hide (disable) vhost_net
` [RFC PATCH v2 2/3] virtio: introduce 'missing_features_migrated' device callback
` [RFC PATCH v2 3/3] virtio-net: implement missing_features_migrated callback

[PATCH v2] target/riscv: Prevent lost illegal instruction exceptions
 2021-03-22 12:16 UTC 

[PATCH for-6.0 0/2] Fix use-after-free, if remove bitmap during migration
 2021-03-22 12:22 UTC  (4+ messages)
` [PATCH 1/2] migration/block-dirty-bitmap: make incoming disabled bitmaps busy
` [PATCH 2/2] migrate-bitmaps-postcopy-test: check that we can't remove in-flight bitmaps

[PATCH] FreeBSD: Upgrade to 12.2 release
 2021-03-22 12:14 UTC  (2+ messages)

[PATCH v4] sphinx: adopt kernel readthedoc theme
 2021-03-22 12:14 UTC  (4+ messages)

[PATCH v2 0/2] hw/block/nvme: coverity fixes
 2021-03-22 12:09 UTC  (3+ messages)
` [PATCH v2 1/2] hw/block/nvme: fix resource leak in nvme_dif_rw
` [PATCH v2 2/2] hw/block/nvme: fix ref counting in nvme_format_ns

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-22 12:06 UTC  (14+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-03-22 12:03 UTC  (8+ messages)
` [PATCH v3 4/8] meson: move qxl trace events to separate file

[Qemu-devel] [PULL v2 00/76] misc patches for 2019-02-04
 2021-03-22 11:52 UTC  (10+ messages)
` [Qemu-devel] [PULL 18/76] optionrom: add new PVH option rom

[PATCH for 6.0 v1 00/14] fixes for rc1 (kernel-doc, semihosting, testing)
 2021-03-22 11:46 UTC  (3+ messages)
` [PATCH v1 04/14] tools/virtiofsd: include --socket-group in help

[PATCH 0/2] Fix crash if try to remove bitmap on target during migration
 2021-03-22 11:39 UTC  (3+ messages)

[PULL 0/5] Unit test fixes + misc OS patches
 2021-03-22 11:24 UTC  (2+ messages)

[PULL 0/8] Misc bugfixes for QEMU soft freeze
 2021-03-22 11:22 UTC  (3+ messages)

[PATCH] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-22 11:08 UTC  (2+ messages)

[PATCH] exec: Build page-varry-common.c with -fno-lto
 2021-03-22 11:26 UTC  (3+ messages)

[PATCH 0/2] hw/block/nvme: coverity fixes
 2021-03-22 11:06 UTC  (6+ messages)
` [PATCH 1/2] hw/block/nvme: fix resource leak in nvme_dif_rw
` [PATCH 2/2] hw/block/nvme: fix resource leak in nvme_format_ns

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2021-03-22 11:00 UTC  (10+ messages)
  ` [External] "

[PATCH] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-22 10:59 UTC 

spurious error in check-dco job?
 2021-03-22 10:54 UTC  (3+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-22 10:51 UTC  (7+ messages)
` [RFC PATCH 13/27] vhost: Send buffers to device

[PATCH 0/3] target/arm: Add nested virtualization support
 2021-03-22 10:48 UTC  (5+ messages)
` [PATCH 1/3] Update linux header with new arm64 NV macro
` [PATCH 2/3] Enable support for setting KVM vGIC maintenance IRQ
` [PATCH 3/3] Enable nested virtualization support in arm64 KVM mode

[PATCH v2 0/7] ui: add vdagent implementation and clipboard support
 2021-03-22 10:27 UTC  (4+ messages)
` [PATCH v2 2/7] ui/vdagent: core infrastructure

[PATCH v2] target/mips: Deprecate Trap-and-Emul KVM support
 2021-03-22 10:23 UTC  (2+ messages)

[PATCH] target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
 2021-03-22 10:19 UTC  (2+ messages)

[PATCH 0/2] SEV firmware error list touchups
 2021-03-22 10:18 UTC  (3+ messages)

[PULL 00/13] Net patches
 2021-03-22 10:08 UTC  (14+ messages)
` [PULL 01/13] net: eth: Add a helper to pad a short Ethernet frame
` [PULL 02/13] net: Add a 'do_not_pad" to NetClientState
` [PULL 03/13] net: Pad short frames to minimum size before sending from SLiRP/TAP
` [PULL 04/13] hw/net: virtio-net: Initialize nc->do_not_pad to true
` [PULL 05/13] net/colo-compare.c: Fix memory leak for non-tcp packet
` [PULL 06/13] net/colo-compare.c: Optimize removal of secondary packet
` [PULL 07/13] net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()
` [PULL 08/13] net/eth: Simplify _eth_get_rss_ex_dst_addr()
` [PULL 09/13] net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argument
` [PULL 10/13] net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()
` [PULL 11/13] net/eth: Check iovec has enough data earlier
` [PULL 12/13] net/eth: Read ip6_ext_hdr_routing buffer before accessing it
` [PULL 13/13] net/eth: Add an assert() and invert if() statement to simplify code

check-unit: GLib-ERROR **: 20:40:27.-147: GLib requires working CLOCK_MONOTONIC
 2021-03-22 10:14 UTC  (2+ messages)

[Bug 1920672] [NEW] Compilation fails silently
 2021-03-22 10:02 UTC  (2+ messages)
` [Bug 1920672] "

Is accel/stubs/ still needed? (resent)
 2021-03-22 10:07 UTC  (2+ messages)

[PATCH v3 for-6.0 0/2] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-22 10:03 UTC  (3+ messages)
` [PATCH v3 for-6.0 2/2] "

[PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server
 2021-03-22  9:23 UTC  (4+ messages)
` [PATCH 1/3] test: new qTest case to test the vhost-user-blk-server
` [PATCH 2/3] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PATCH 3/3] vhost-user-blk-test: test discard/write zeroes invalid inputs

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-22  9:25 UTC 

[PATCH v1] vhost-user-blk: use different event handlers on init and operation
 2021-03-22  8:21 UTC  (2+ messages)

[PATCH 00/15] virtio-gpu: split into two devices
 2021-03-22  8:14 UTC  (3+ messages)

[PATCH] configure: Improve alias attribute check
 2021-03-22 10:54 UTC  (10+ messages)

[PATCH 1/2] hw/riscv: microchip_pfsoc: Map EMMC/SD mux register
 2021-03-22  7:52 UTC  (2+ messages)
` [PATCH 2/2] docs/system: riscv: Add documentation for 'microchip-icicle-kit' machine

[PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-03-22  7:27 UTC  (2+ messages)

[PATCH v5 00/12] net: Pad short frames for network backends
 2021-03-22  7:08 UTC  (2+ messages)

ReplayKernelNormal.test_mips_malta functional test timeouting
 2021-03-22  7:06 UTC  (2+ messages)

[PULL v2 00/11] emulated nvme updates and fixes
 2021-03-22  6:23 UTC  (3+ messages)

[PATCH qemu] spapr: Fix typo in the patb_entry comment
 2021-03-22  5:44 UTC  (2+ messages)

[PATCH] hw/net: fsl_etsec: Tx padding length should exclude CRC
 2021-03-22  5:48 UTC  (7+ messages)

[PATCH] spapr: Assert DIMM unplug state in spapr_memory_unplug()
 2021-03-22  4:34 UTC  (2+ messages)

[PATCH v4 00/17] target/ppc: Fix truncation of env->hflags
 2021-03-22  4:27 UTC  (31+ messages)
` [PATCH v4 01/17] target/ppc: Move helper_regs.h functions out-of-line
` [PATCH v4 02/17] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
` [PATCH v4 03/17] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PATCH v4 04/17] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
` [PATCH v4 05/17] target/ppc: Retain hflags_nmsr only for migration
` [PATCH v4 06/17] target/ppc: Fix comment for MSR_FE{0,1}
` [PATCH v4 07/17] target/ppc: Disconnect hflags from MSR
` [PATCH v4 08/17] target/ppc: Reduce env->hflags to uint32_t
` [PATCH v4 09/17] target/ppc: Put dbcr0 single-step bits into hflags
` [PATCH v4 10/17] target/ppc: Create helper_scv
` [PATCH v4 11/17] target/ppc: Put LPCR[GTSE] in hflags
` [PATCH v4 12/17] target/ppc: Remove MSR_SA and MSR_AP from hflags
` [PATCH v4 13/17] target/ppc: Remove env->immu_idx and env->dmmu_idx
` [PATCH v4 14/17] hw/ppc/pnv_core: Update hflags after setting msr
` [PATCH v4 15/17] hw/ppc/spapr_rtas: "

[PATCH 0/5] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-03-22  4:11 UTC  (6+ messages)
` [PATCH 3/5] hw/pci-host/prep: Remove unuseful memory region mapping
` [PATCH 4/5] hw/pci-host/prep: Do not directly map bus-master region onto main bus

[RFC PATCH] i386: Add ratelimit for bus locks acquired in guest
 2021-03-22  4:11 UTC  (5+ messages)

[RFC 0/1] target/riscv: add RNMI support
 2021-03-22  2:04 UTC  (6+ messages)
` [RFC 1/1] target/riscv: add support of RNMI

[PATCH v2] target/ppc/kvm: Cache timebase frequency
 2021-03-22  0:32 UTC  (2+ messages)

[PATCH v2] hw/block: m25p80: Support fast read for SST flashes
 2021-03-22  1:29 UTC  (4+ 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).