qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 07:11:05 to 2021-03-22 14:29:27 UTC [more...]

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-22 14:02 UTC  (10+ 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

[RFC v10 00/49] arm cleanup experiment for kvm-only build
 2021-03-22 14:01 UTC  (20+ messages)
` [RFC v10 01/49] target/arm: move translate modules to tcg/
` [RFC v10 02/49] target/arm: move helpers "
` [RFC v10 03/49] arm: tcg: only build under CONFIG_TCG
` [RFC v10 04/49] target/arm: tcg: add sysemu and user subsirs
` [RFC v10 05/49] target/arm: only build psci for TCG
` [RFC v10 06/49] target/arm: split off cpu-sysemu.c
` [RFC v10 07/49] target/arm: move physical address translation to cpu-mmu
` [RFC v10 08/49] target/arm: cpu-mmu: fix comment style
` [RFC v10 11/49] target/arm: move cpu definitions to common cpu module
` [RFC v10 17/49] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v10 18/49] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v10 19/49] target/arm: move arm_sctlr away from tcg helpers
` [RFC v10 20/49] target/arm: move arm_cpu_list to common_cpu
` [RFC v10 21/49] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v10 22/49] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v10 23/49] target/arm: move sve_exception_el out of TCG helpers
` [RFC v10 25/49] target/arm: cpu: fix style
` [RFC v10 27/49] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v10 30/49] target/arm: remove broad "else" statements when checking accels

[PULL 0/2] MIPS patches for 2021-03-22
 2021-03-22 13:59 UTC  (3+ messages)
` [PULL 1/2] target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
` [PULL 2/2] target/mips: Deprecate Trap-and-Emul KVM support

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

[PATCH v3 for-6.0 0/2] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-22 13:56 UTC  (6+ messages)
` [PATCH v3 for-6.0 1/2] tcg: Do not set guard pages on the rx portion of code_gen_buffer
` [PATCH v3 for-6.0 2/2] tcg: Workaround macOS 11.2 mprotect bug

[PATCH v28 00/23] i386 cleanup PART 2
 2021-03-22 13:54 UTC  (31+ 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

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

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-03-22 13:43 UTC  (2+ messages)
` [Bug 1914535] "

[PULL v2 00/15] testing, docs, semihosting move and guest-loader
 2021-03-22 13:39 UTC  (3+ messages)
` [PULL v2 04/15] gitlab-ci.yml: Add jobs to test CFI flags

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

[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 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

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


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