qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-30 03:43:07 to 2023-01-30 13:49:05 UTC [more...]

[PATCH v4 00/28] e1000x cleanups (preliminary for IGB)
 2023-01-30 13:47 UTC  (3+ messages)
` [PATCH v4 01/28] e1000e: Fix the code style
` [PATCH v4 15/28] e1000e: Introduce e1000_rx_desc_union

[PATCH v5 00/20] Clean up includes
 2023-01-30 13:21 UTC  (21+ messages)
` [PATCH v5 01/20] scripts/clean-includes: Fully skip / ignore files
` [PATCH v5 02/20] scripts/clean-includes: Don't claim duplicate headers found when not
` [PATCH v5 03/20] scripts/clean-includes: Skip symbolic links
` [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message
` [PATCH v5 05/20] bsd-user: Clean up includes
` [PATCH v5 06/20] crypto: "
` [PATCH v5 07/20] hw/cxl: "
` [PATCH v5 08/20] hw/input: "
` [PATCH v5 09/20] hw/tricore: "
` [PATCH v5 10/20] qga: "
` [PATCH v5 11/20] migration: "
` [PATCH v5 12/20] net: "
` [PATCH v5 13/20] target/hexagon: "
` [PATCH v5 14/20] riscv: "
` [PATCH v5 15/20] block: "
` [PATCH v5 16/20] accel: "
` [PATCH v5 17/20] Fix non-first inclusions of qemu/osdep.h
` [PATCH v5 18/20] Don't include headers already included by qemu/osdep.h
` [PATCH v5 19/20] 9p: Drop superfluous include of linux/limits.h
` [PATCH v5 20/20] Drop duplicate #include

[PATCH v2 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-01-30 13:23 UTC  (10+ messages)
` [PATCH v2 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v2 2/9] igb: handle PF/VF reset properly
` [PATCH v2 3/9] igb: implement VFRE and VFTE registers
` [PATCH v2 4/9] igb: add ICR_RXDW
` [PATCH v2 5/9] igb: check oversized packets for VMDq
` [PATCH v2 6/9] igb: respect E1000_VMOLR_RSSE
` [PATCH v2 7/9] igb: implement VF Tx and Rx stats
` [PATCH v2 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH v2 9/9] igb: respect VMVIR and VMOLR for VLAN

[RFC v4 0/3] CXL Type-3 Volatile Memory Support
 2023-01-30 13:24 UTC  (6+ messages)
` [RFC v4 2/3] tests/qtest/cxl-test: whitespace, line ending cleanup
` [RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-01-30 13:28 UTC  (10+ messages)
` [PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
` [PATCH 2/6] gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job
` [PATCH 3/6] tests/qtest/display-vga-test: Add proper checks if a device is available
` [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
` [PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs
` [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job

[PATCH 0/9] igb: add missing feature set from
 2023-01-30 13:20 UTC  (9+ messages)
` [PATCH 3/9] igb: implement VFRE and VFTE registers
` [PATCH 5/9] igb: respect E1000_VMOLR_RSSE

[PATCH v6 0/3] block/rbd: Add support for layered encryption
 2023-01-30 13:16 UTC  (5+ messages)
` [PATCH v6 1/3] block/rbd: Remove redundant stack variable passphrase_len
` [PATCH v6 2/3] block/rbd: Add luks-any encryption opening option
` [PATCH v6 3/3] block/rbd: Add support for layered encryption

Please review a important patch abort fix setting of CPUX86State::gdt::base
 2023-01-30 13:12 UTC  (3+ messages)
  `  "

[PATCH v4 00/19] Clean up includes
 2023-01-30 13:12 UTC  (20+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 04/19] bsd-user: Clean up includes
` [PATCH v4 10/19] migration: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
` [PATCH v4 19/19] Drop duplicate #include

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-01-30 13:07 UTC  (6+ messages)

[PATCH v2] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
 2023-01-30 12:53 UTC  (3+ messages)

[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
 2023-01-30 12:51 UTC  (3+ messages)
` [PATCH v3 1/9] virtio: Add shared memory capability

[RFC PATCH 0/3] migration: support query migration thread information
 2023-01-30 12:49 UTC  (10+ messages)
` [PATCH 1/3] migration: report migration thread name to libvirt
` [PATCH 2/3] migration: implement query migration threadinfo by name
` [PATCH 3/3] migration: save/delete migration thread info

[PATCH v2] backends/vhost-user: remove the ioeventfd check
 2023-01-30 12:47 UTC 

[PATCH v3] docs/s390x/pcidevices: document pci devices on s390x
 2023-01-30 12:45 UTC  (2+ messages)

[PATCH 1/2] linux-user: Show SIGCHLD in clone() strace output
 2023-01-30 12:37 UTC  (3+ messages)
` [PATCH 2/2] linux-user: Show 4th argument of rt_sigprocmask() in strace

[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
 2023-01-30 12:32 UTC  (3+ messages)
` [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices

unable to use "-net user" argument after building from master branch
 2023-01-30 12:31 UTC  (3+ messages)

[Bug 1882123] [NEW] ARM cpu emulation regression on QEMU 4.2.0
 2023-01-30 11:55 UTC  (3+ messages)
` [PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)
  ` [Bug 1882123] Re: ARM cpu emulation regression on QEMU 4.2.0

[PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
 2023-01-30 11:48 UTC  (9+ messages)
` [PATCH 1/3] docs: vhost-user: "
` [PATCH 2/3] libvhost-user: Adopt new backend naming
` [PATCH 3/3] vhost-user: "

[PATCH v1 0/1] virtio-block: switch to blk_get_max_hw_transfer
 2023-01-30 10:48 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH 00/11] ui: dbus & misc fixes
 2023-01-30 11:24 UTC  (12+ messages)
` [PATCH 01/11] ui/dbus: unregister clipboard on connection close
` [PATCH 02/11] audio/dbus: there are no sender for p2p mode
` [PATCH 03/11] ui/dbus: set mouse is-absolute during console creation
` [PATCH 04/11] ui/dbus: update the display when switching surface
` [PATCH 05/11] meson: ensure dbus-display generated code is built before other units
` [PATCH 06/11] ui: rename cursor_{put->unref}
` [PATCH 07/11] ui: rename cursor_{get->ref}, return it
` [PATCH 08/11] ui: keep current cursor with QemuConsole
` [PATCH 09/11] ui: set cursor upon listener registration
` [PATCH 10/11] ui: set cursor position "
` [PATCH 11/11] ui/sdl: get the GL context from the window

[PATCH v2 00/12] qemu-img info: Show protocol-level information
 2023-01-30 10:56 UTC  (5+ messages)
` [PATCH v2 03/12] block/vmdk: Change extent info type

[PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
 2023-01-30 10:24 UTC  (22+ messages)
` [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset

[PATCH] target/riscv: set tval for triggered watchpoints
 2023-01-30 10:07 UTC 

[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-01-30  9:52 UTC  (17+ messages)
` [PATCH v4 01/16] hw/9pfs: Add missing definitions "
` [PATCH v4 02/16] hw/9pfs: Implement Windows specific utilities functions for 9pfs
` [PATCH v4 03/16] hw/9pfs: Replace the direct call to xxxdir() APIs with a wrapper
` [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs
` [PATCH v4 05/16] hw/9pfs: Update the local fs driver to support Windows
` [PATCH v4 06/16] hw/9pfs: Support getting current directory offset for Windows
` [PATCH v4 07/16] hw/9pfs: Update helper qemu_stat_rdev()
` [PATCH v4 08/16] hw/9pfs: Add a helper qemu_stat_blksize()
` [PATCH v4 09/16] hw/9pfs: Disable unsupported flags and features for Windows
` [PATCH v4 10/16] hw/9pfs: Update v9fs_set_fd_limit() "
` [PATCH v4 11/16] hw/9pfs: Add Linux error number definition
` [PATCH v4 12/16] hw/9pfs: Translate Windows errno to Linux value
` [PATCH v4 13/16] fsdev: Disable proxy fs driver on Windows
` [PATCH v4 14/16] hw/9pfs: Update synth fs driver for Windows
` [PATCH v4 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32
` [PATCH v4 16/16] meson.build: Turn on virtfs for Windows

[PATCH 0/3] Misc sm501 clean ups
 2023-01-30  9:43 UTC  (4+ messages)

[PATCH v2 00/11] Multifd zero page support
 2023-01-30  9:37 UTC  (13+ messages)
` [PATCH v2 01/11] migration: Update atomic stats out of the mutex
` [PATCH v2 02/11] migration: Make multifd_bytes atomic
` [PATCH v2 03/11] multifd: We already account for this packet on the multifd thread
` [PATCH v2 04/11] multifd: Count the number of bytes sent correctly
` [PATCH v2 05/11] migration: Make ram_save_target_page() a pointer
` [PATCH v2 06/11] multifd: Make flags field thread local
` [PATCH v2 07/11] multifd: Prepare to send a packet without the mutex held
` [PATCH v2 08/11] multifd: Add capability to enable/disable zero_page
` [PATCH v2 09/11] multifd: Support for zero pages transmission
` [PATCH v2 10/11] multifd: Zero "
` [PATCH v2 11/11] So we use multifd to transmit zero pages

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2023-01-30  9:31 UTC  (9+ messages)
` [PATCH qemu v3] "

[PATCH 0/2] fix for #285
 2023-01-30  9:27 UTC  (6+ messages)
` [PATCH 2/2] tcg: use QTree instead of GTree

[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
 2023-01-30  9:26 UTC  (2+ messages)

[PATCH v3 00/14] Add support for the T-Head vendor extensions
 2023-01-30  9:06 UTC  (12+ messages)
` [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
` [PATCH v3 09/14] RISC-V: Adding T-Head MemIdx extension
` [PATCH v3 12/14] RISC-V: Add initial support for T-Head C906

[PATCH] linux-user: Improve strace output of personality() and sysinfo()
 2023-01-30  8:52 UTC  (9+ messages)
          ` [PATCH v2] "

[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
 2023-01-30  8:48 UTC  (5+ messages)
  ` [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

[PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
 2023-01-30  8:45 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v9 00/58] Xen HVM support under KVM
 2023-01-30  8:41 UTC  (3+ messages)
` [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/

[PATCH] linux-user: move target_flat.h to target subdirs
 2023-01-30  8:40 UTC  (2+ messages)

Crash in RTC
 2023-01-30  8:31 UTC 

[PATCH v3] migration: Remove res_compatible parameter
 2023-01-30  8:06 UTC 

[PULL 0/5] Next patches
 2023-01-30  8:03 UTC  (6+ messages)
` [PULL 1/5] migration: Fix migration crash when target psize larger than host
` [PULL 2/5] migration: No save_live_pending() method uses the QEMUFile parameter
` [PULL 3/5] migration: Split save_live_pending() into state_pending_*
` [PULL 4/5] migration: Remove unused threshold_size parameter
` [PULL 5/5] migration: simplify migration_iteration_run()

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-30  6:04 UTC  (3+ messages)

[PATCH RFC 00/21] migration: Support hugetlb doublemaps
 2023-01-30  5:45 UTC  (29+ messages)
` [PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
` [PATCH RFC 03/21] physmem: Add qemu_ram_is_hugetlb()
` [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
` [PATCH RFC 05/21] madvise: Add QEMU_MADV_SPLIT
` [PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
` [PATCH RFC 07/21] ramblock: Cache file offset for file-backed ramblocks
` [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
` [PATCH RFC 09/21] ramblock: Add RAM_READONLY
` [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
` [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
` [PATCH RFC 12/21] migration: Introduce page size for-migration-only
` [PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()
` [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
` [PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap

[PATCH 0/2] MAINTAINERS: Small potatos
 2023-01-30  4:49 UTC  (6+ messages)
` [PATCH 1/2] MAINTAINERS: Cover userfaultfd
` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h

[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-30  4:49 UTC  (15+ messages)
` [PATCH v3 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
` [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
` [PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
` [PATCH v3 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
` [PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
` [PATCH v3 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
` [PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators

[PATCH] migration: Fix migration crash when target psize larger than host
 2023-01-30  4:38 UTC  (2+ messages)

[PATCH v8 0/5] riscv: Allow user to set the satp mode
 2023-01-30  4:30 UTC  (7+ messages)
` [PATCH v8 3/5] "
` [PATCH v8 4/5] riscv: Introduce satp mode hw capabilities
` [PATCH v8 5/5] riscv: Correctly set the device-tree entry 'mmu-type'


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