QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-11 15:27:44 to 2022-07-12 10:05:45 UTC [more...]

[COMMITTED 0/3] build fixes
 2022-07-12  9:59 UTC  (2+ messages)
` [COMMITTED 2/3] iotests: fix copy-before-write for macOS and FreeBSD

[PATCH v2 00/15] Preliminary patches for subproject split
 2022-07-12  9:35 UTC  (15+ messages)
` [PATCH v2 01/15] error-report: misc comment fix
` [PATCH v2 02/15] error-report: introduce "detailed" variable
` [PATCH v2 03/15] error-report: simplify print_loc()
` [PATCH v2 04/15] error-report: introduce overridable error_is_detailed()
` [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp()
` [PATCH v2 06/15] qapi: move QEMU-specific dispatch code in monitor
` [PATCH v2 07/15] scripts/qapi-gen: add -i option
` [PATCH v2 08/15] scripts/qapi: add required system includes to visitor
` [PATCH v2 09/15] util: move 256-by-128 division helpers to int128
` [PATCH v2 10/15] qemu-common: introduce a common subproject
` [PATCH v2 11/15] qemu-common: move scripts/qapi
` [PATCH v2 12/15] qemu-common: move glib-compat.h
` [PATCH v2 13/15] qemu-common: move error-report
` [PATCH v2 14/15] mtest2make.py: teach suite name that are just "PROJECT"

[PATCH 0/3] accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore
 2022-07-12  9:52 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] hw/misc: Add mmio-debug-exit device
` [PATCH 3/3] tests/tcg/s390x: Test unaligned accesses to lowcore

[RFC PATCH v9 00/23] Net Control VQ support in SVQ
 2022-07-12  9:42 UTC  (33+ messages)
` [RFC PATCH v9 04/23] vhost: Get vring base from vq, not svq
` [RFC PATCH v9 08/23] vhost: Decouple vhost_svq_add_split from VirtQueueElement
` [RFC PATCH v9 09/23] vhost: Add SVQElement
` [RFC PATCH v9 12/23] vhost: Add opaque member to SVQElement
` [RFC PATCH v9 13/23] vhost: Add vhost_svq_inject
` [RFC PATCH v9 14/23] vhost: add vhost_svq_poll
` [RFC PATCH v9 19/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v9 20/23] vdpa: Buffer CVQ support on shadow virtqueue
` [RFC PATCH v9 21/23] vdpa: Add vhost_vdpa_start_control_svq

[PATCH v2] memory: prevent dma-reentracy issues
 2022-07-12  9:34 UTC  (4+ messages)

[PATCH 0/9] Preliminary patches for subproject split
 2022-07-12  9:32 UTC  (5+ messages)
` [PATCH 6/9] error-report: add a callback to overwrite error_vprintf

[PATCH v4 0/2] qga: add command 'guest-get-cpustats'
 2022-07-12  9:30 UTC  (2+ messages)

[PATCH v6 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-12  9:27 UTC  (15+ messages)
` [PATCH v6 03/10] i386/pc: pass pci_hole64_size to pc_memory_init()
` [PATCH v6 09/10] i386/pc: relocate 4g start to 1T where applicable
` [PATCH v6 10/10] i386/pc: restrict AMD only enforcing of valid IOVAs to new machine type

[PATCH] MAINTAINERS: Add myself as Guest Agent reviewer
 2022-07-12  9:27 UTC 

[PATCH v1 0/6] Support booting bios and kernel for LoongArch
 2022-07-12  8:32 UTC  (7+ messages)
` [PATCH 1/6] hw/loongarch: Add fw_cfg table support
` [PATCH 2/6] hw/loongarch: Add uefi bios loading support
` [PATCH 3/6] hw/loongarch: Add linux kernel booting support
` [PATCH 4/6] hw/loongarch: Add smbios support
` [PATCH 5/6] hw/loongarch: Add acpi ged support
` [PATCH 6/6] hw/loongarch: Add fdt support

[PATCH] target/ppc/kvm: Skip ".." directory in kvmppc_find_cpu_dt
 2022-07-12  3:46 UTC  (3+ messages)

[PULL 00/18] Block patches
 2022-07-12  8:39 UTC  (3+ messages)
` [PULL 06/18] vfio-user: build library

lcitool update required
 2022-07-12  8:22 UTC  (2+ messages)

[PATCH v1 0/5] Fix LoongArch coverity error and cpu name bug
 2022-07-12  8:01 UTC  (6+ messages)
` [PATCH 1/5] target/loongarch/cpu: Fix cpu_class_by_name function
` [PATCH 2/5] hw/intc/loongarch_pch_pic: Fix coverity errors in update irq
` [PATCH 3/5] target/loongarch/cpu: Fix coverity errors about excp_names
` [PATCH 4/5] target/loongarch/tlb_helper: Fix coverity integer overflow error
` [PATCH 5/5] target/loongarch/op_helper: Fix coverity cond_at_most error

[PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS
 2022-07-12  8:16 UTC  (8+ messages)

[PULL 0/2] tcg patch queue
 2022-07-12  7:50 UTC  (4+ messages)
` [PULL 1/2] tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()
` [PULL 2/2] accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore

[RFC v4 0/9] Add support for zoned device
 2022-07-12  7:48 UTC  (23+ messages)
` [RFC v4 1/9] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [RFC v4 2/9] qemu-io: add zoned block device operations
` [RFC v4 3/9] file-posix: introduce get_sysfs_long_val for a block queue of sysfs attribute
` [RFC v4 4/9] file-posix: introduce get_sysfs_str_val for device zoned model
` [RFC v4 5/9] qemu-iotests: test new zone operations
` [RFC v4 6/9] raw-format: add "
` [RFC v4 7/9] config: add check to block layer
` [RFC v4 8/9] include: add support for zoned block devices
` [RFC v4 9/9] qapi: add support for zoned host device

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-07-12  7:17 UTC  (10+ messages)
` [PATCH v2 01/11] acpi/tests/bits: initial commit of test scripts that are run by biosbits
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables using biosbits
` [PATCH v2 10/11] pytest: add pytest to the meson build system

[PATCH] iotests/copy-before-write: specify required_fmts
 2022-07-12  7:24 UTC  (2+ messages)

[PATCH 0/3] target/s390x: vfmin/vfmax fixes
 2022-07-12  7:17 UTC  (9+ messages)
` [PATCH 1/3] target/s390x: fix handling of zeroes in vfmin/vfmax
` [PATCH 2/3] target/s390x: fix NaN propagation rules
` [PATCH 3/3] tests/tcg/s390x: test signed vfmin/vfmax

[PATCH] iotests: fix copy-before-write for macOS and FreeBSD
 2022-07-12  7:15 UTC  (2+ messages)

[PATCH] vdpa: Clean vhost_vdpa_dev_start(dev, false)
 2022-07-12  7:15 UTC 

[Qemu] how to use viriofs in qemu without NUMA
 2022-07-12  7:06 UTC  (7+ messages)

[PATCH] vhost: Return earlier if used buffers overrun SVQ flush
 2022-07-12  7:08 UTC 

[PATCH v2 0/6] Improve the U/S/H extension related check
 2022-07-12  6:32 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv: add check for supported privilege modes conbinations
` [PATCH v2 2/6] target/riscv: H extension depends on I extension
` [PATCH v2 3/6] target/riscv: fix checkpatch warning may triggered in csr_ops table
` [PATCH v2 4/6] target/riscv: add check for csrs existed with U extension
` [PATCH v2 5/6] target/riscv: fix checks in hmode/hmode32
` [PATCH v2 6/6] target/riscv: simplify the check in hmode to resue the check in riscv_csrrw_check

[PATCH 0/2] gitlab-ci: msys2 improvements
 2022-07-12  6:10 UTC  (3+ messages)

[PATCH v4 0/2] handling guest multiple displays
 2022-07-12  6:11 UTC  (4+ messages)
` [PATCH v4 1/2] ui/gtk: detach VCs for additional guest displays
` [PATCH v4 2/2] ui/gtk: a new array param monitor to specify the target displays

[PATCH] target/riscv: move zmmul out of the experimental properties
 2022-07-12  5:36 UTC  (3+ messages)

[PATCH v2] target/riscv: fix shifts shamt value for rv128c
 2022-07-12  5:09 UTC  (5+ messages)

[PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
 2022-07-12  4:51 UTC  (2+ messages)

[PATCH] Add some documentation for "dtb" devices tree blobs
 2022-07-12  4:53 UTC  (5+ messages)
` Booting bare-metal RISC-V virt (Was: [PATCH] Add some documentation for "dtb" devices tree blobs)

[PATCH v4 00/12] Improve reliability of VM tests
 2022-07-12  4:00 UTC  (17+ messages)
` [PATCH v4 02/12] tests/vm: use 'cp' instead of 'ln' for temporary vm images
` [PATCH v4 03/12] tests/vm: switch CentOS 8 to CentOS 8 Stream
` [PATCH v4 04/12] tests/vm: switch centos.aarch64 "
` [PATCH v4 05/12] tests/vm: upgrade Ubuntu 18.04 VM to 20.04
` [PATCH v4 06/12] tests/vm: remove ubuntu.i386 VM test
` [PATCH v4 07/12] tests/vm: remove duplicate 'centos' "
` [PATCH v4 08/12] tests/vm: add 1GB extra memory per core
` [PATCH v4 09/12] tests/vm: Remove docker cross-compile test from CentOS VM

[PATCH] ui/cocoa: Fix switched_to_fullscreen warning
 2022-07-12  3:56 UTC  (5+ messages)

[PATCH] meson: place default firmware path under .../share
 2022-07-12  3:57 UTC  (2+ messages)

[PATCH v3 0/3] hw/gpio/aspeed: Don't let guests modify input pins
 2022-07-12  2:32 UTC  (4+ messages)
` [PATCH v3 1/3] qtest/aspeed_gpio: Add input pin modification test
` [PATCH v3 2/3] hw/gpio/aspeed: Don't let guests modify input pins
` [PATCH v3 3/3] aspeed: Add fby35-bmc slot GPIO's

[PULL 00/45] target-arm queue
 2022-07-12  2:16 UTC  (2+ messages)

[PATCH 0/2] i386/cpuid: Minor fixes for CPUID leaf 1f setup
 2022-07-12  2:12 UTC  (3+ messages)
` [PATCH 1/2] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH 2/2] i386/cpuid: Remove subleaf constraint on "

[PATCH 1/2] hw/gpio/aspeed: Don't let guests modify input pins
 2022-07-12  1:57 UTC  (6+ messages)

[PATCH v2] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-12  0:09 UTC  (2+ messages)

[RFC PATCH v3 0/7] tests: run python tests under a venv
 2022-07-11 23:01 UTC  (8+ messages)
` [RFC PATCH v3 1/7] tests: create optional tests/venv dependency groups
` [RFC PATCH v3 2/7] tests: pythonize test venv creation
` [RFC PATCH v3 3/7] tests: Remove spurious pip warnings on Ubuntu20.04
` [RFC PATCH v3 4/7] tests/vm: add venv pre-requisites to VM building recipes
` [RFC PATCH v3 5/7] tests: add 'check-venv' as a dependency of 'make check'
` [RFC PATCH v3 6/7] iotests: use tests/venv for running tests
` [RFC PATCH v3 7/7] iotests: self-bootstrap testing venv

Regarding QEMU on eclipse IDE:
 2022-07-11 20:38 UTC 

[PATCH] iotests: fix source directory location
 2022-07-11 21:30 UTC  (5+ messages)

[PATCH] python: QEMUMachine: enable qmp accept timeout by default
 2022-07-11 21:21 UTC  (3+ messages)

[PATCH v4 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-11 21:11 UTC  (4+ messages)
` [PATCH v4 1/3] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
` [PATCH v4 2/3] Add dirty-sync-missed-zero-copy migration stat
` [PATCH v4 3/3] migration/multifd: Report to user when zerocopy not working

[PATCH] python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
 2022-07-11 20:31 UTC  (3+ messages)

[PATCH] Replace 'whitelist' with 'allow'
 2022-07-11 20:26 UTC  (3+ messages)

[PATCH v3 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-11 19:29 UTC  (8+ messages)
` [PATCH v3 1/3] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent

[PATCH v2] hw/nvram: Add at24c-eeprom support for small eeproms
 2022-07-11 16:51 UTC 

Information needed regarding gnu-arm-eclipse version:
 2022-07-11 16:54 UTC  (2+ messages)

[PATCH] hw/riscv: virt: pass random seed to fdt
 2022-07-11 16:45 UTC  (10+ messages)

[PATCH 0/5] ppc: Remove irq_inputs
 2022-07-11 16:25 UTC  (2+ messages)

[PATCH v11 09/10] virtio-mmio: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 07/10] vhost: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 03/10] virtio-pci: decouple the single vector from the interrupt process
 2022-07-11 15:52 UTC 

[PATCH v9 00/21] job: replace AioContext lock with job_mutex
 2022-07-11 15:57 UTC  (2+ messages)

[PATCH v11 05/10] vhost-vdpa: add support for config interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 06/10] virtio: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 08/10] virtio-net: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 02/10] virtio-pci: decouple notifier from interrupt process
 2022-07-11 15:52 UTC 

[PATCH v11 00/10] vhost-vdpa: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 04/10] vhost: introduce new VhostOps vhost_set_config_call
 2022-07-11 15:52 UTC 

[PATCH v11 01/10] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
 2022-07-11 15:52 UTC 

[PATCH v11 10/10] virtio-pci: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v10 0/4] cutils: Introduce bundle mechanism
 2022-07-11 15:42 UTC  (2+ messages)

[RFC PATCH v2 0/2] Implement Power ISA 3.1B hash insns
 2022-07-11 15:30 UTC  (4+ messages)
` [RFC PATCH v2 1/2] target/ppc: Implement hashst and hashchk

[PATCH RFC v2 0/2] arm: enable MTE for QEMU + kvm
 2022-07-11 15:30 UTC  (8+ messages)

[PATCH v2] qemu-options: bring the kernel and image options together
 2022-07-11 15:26 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 read-only IMAP folder(s) and NNTP newsgroup(s).