qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-19 12:40:27 to 2023-01-19 21:04:45 UTC [more...]

[PATCH 0/2] vhost-user: Remove the nested event loop to unbreak the DPDK use case
 2023-01-19 18:39 UTC  (4+ messages)
` [PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
` [PATCH 2/2] Revert "vhost-user: Introduce nested event loop "

[PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-19 21:03 UTC  (16+ messages)
` [PATCH v2 01/11] tests/qtest/boot-serial-test: Constify tests[] array
` [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
` [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
` [PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators
` [PATCH v2 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
` [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
` [PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
` [PATCH v2 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
` [PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
` [PATCH v2 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
` [PATCH v2 11/11] tests/qtest/migration-test: Only use available accelerators

[PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
 2023-01-19 20:50 UTC  (5+ messages)

[PATCH] vhost-user-fs: add capability to allow migration
 2023-01-19 20:47 UTC  (12+ messages)

[PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
 2023-01-19 20:23 UTC  (5+ messages)
` [PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on Windows
` [PATCH 2/3] tests/qtest/vnc-display-test: Use the 'none' machine

[RFC PATCH v4 00/15] target/arm: Allow CONFIG_TCG=n builds
 2023-01-19 20:19 UTC  (36+ messages)
` [RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
` [RFC PATCH v4 02/15] target/arm: move cpu_tcg to tcg/cpu32.c
` [RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
` [RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
` [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option
` [RFC PATCH v4 08/15] tests/qtest: Adjust test-hmp to always pass "
` [RFC PATCH v4 09/15] tests/qtest: Adjust device-introspect-test to always set a "
` [RFC PATCH v4 10/15] tests/qtest: aarch64: Set -cpu for numa-test
` [RFC PATCH v4 11/15] tests/qemu-iotests: Allow passing a -cpu option in the QEMU cmdline
` [RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v4 13/15] target/avocado: Pass parameters to migration test on aarch64
` [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH v3 0/7] riscv: fdt related cleanups
 2023-01-19 20:17 UTC  (11+ messages)
` [PATCH v3 1/7] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v3 2/7] hw/riscv: split fdt address calculation from fdt load
` [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
` [PATCH v3 4/7] hw/riscv: simplify riscv_compute_fdt_addr()
` [PATCH v3 5/7] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
` [PATCH v3 6/7] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
` [PATCH v3 7/7] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

[PATCH v2 00/12] qemu-img info: Show protocol-level information
 2023-01-19 20:12 UTC  (7+ messages)
` [PATCH v2 01/12] block: Improve empty format-specific info dump
` [PATCH v2 03/12] block/vmdk: Change extent info type

[PATCH 00/18] testing/next updates (gitlab, docker, check-tcg)
 2023-01-19 19:55 UTC  (27+ messages)
` [PATCH 01/18] scripts/ci: update gitlab-runner playbook to use latest runner
` [PATCH 02/18] gitlab: add FF_SCRIPT_SECTIONS for timings
` [PATCH 03/18] gitlab: just use plain --cc=clang for custom runner build
` [PATCH 04/18] tests/unit: drop hacky race avoidance in test-io-channel-command
` [PATCH 05/18] build-sys: fix crlf-ending C code
` [PATCH 06/18] .gitlab-ci.d/windows: do not disable opengl
` [PATCH 07/18] meson: replace Perl usage with Python
` [PATCH 08/18] docs: drop texinfo options
` [PATCH 09/18] gitlab: add lsan suppression file to workaround tcmalloc issues
` [PATCH 10/18] Update lcitool and fedora to 37
` [PATCH 11/18] lcitool: drop perl from QEMU project/dependencies
` [PATCH 12/18] lcitool: drop texinfo "
` [PATCH 13/18] tests/docker: Install flex in debian-tricore-cross
` [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
` [PATCH 15/18] tests/tcg: skip the vma-pthread test on CI
` [PATCH 16/18] tests/tcg: Use SIGKILL for timeout
` [PATCH 17/18] gitlab: wrap up test results for custom runners
` [PATCH 18/18] MAINTAINERS: Fix the entry for tests/tcg/nios2

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-01-19 19:48 UTC  (11+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start

[PULL 00/15] Trivial branch for 8.0 patches
 2023-01-19 18:57 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as VFIO reviewer
 2023-01-19 18:57 UTC 

[PATCH v2 0/5] AVR target fixes
 2023-01-19 18:29 UTC  (9+ messages)
` [PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
` [PATCH v2 3/5] target/avr: fix avr features processing
` [PATCH v2 4/5] target/avr: fix interrupt processing
` [PATCH v2 5/5] target/avr: enable icount mode

[RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
 2023-01-19 17:31 UTC  (12+ messages)

[PATCH v4 00/19] Clean up includes
 2023-01-19 17:05 UTC  (12+ messages)
` [PATCH v4 04/19] bsd-user: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
` [PATCH v4 19/19] Drop duplicate #include

[PATCH v2 0/6] riscv: fdt related cleanups
 2023-01-19 16:47 UTC  (5+ messages)
` [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()

[PATCH] gitlab-ci: Check building KVM-only aarch64 target
 2023-01-19 16:38 UTC  (3+ messages)

[PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-19 16:21 UTC  (4+ messages)
` [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-19 16:17 UTC  (18+ messages)
                      ` cxl nvdimm Potential probe ordering issues

[PATCH] travis.yml: Use the libfdt from the distro instead of the submodule
 2023-01-19 16:04 UTC  (3+ messages)

[PATCH 00/20] target/arm: CONFIG_TCG=n part 1
 2023-01-19 15:58 UTC  (6+ messages)

[PATCH 0/5] scripts/ci: update build environment playbooks
 2023-01-19 15:41 UTC  (6+ messages)
` [PATCH 1/5] scripts/ci: remove unnecessary checks from CentOS playbook
` [PATCH 2/5] scripts/ci: support CentOS Stream 8 in build-environment.yaml
` [PATCH 3/5] scripts/ci: add capstone development packages
` [PATCH 4/5] scripts/ci: unify package lists for CentOS in build-environment files
` [PATCH 5/5] scripts/ci: bump CentOS Python to 3.8

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 15:25 UTC  (4+ messages)

[PATCH v7 00/51] Xen support under KVM
 2023-01-19 15:06 UTC  (4+ messages)
` [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/

[PULL 00/22] tcg patch queue
 2023-01-19 15:05 UTC  (2+ messages)

[PATCH 0/3] Remove C virtiofsd
 2023-01-19 14:56 UTC  (4+ messages)

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-19 14:49 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-19 14:48 UTC  (20+ messages)
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v3 0/7] AML Housekeeping
 2023-01-19 14:47 UTC  (6+ messages)
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-19 14:32 UTC  (12+ messages)

tests/qtest: Is vnc-display-test supposed to work on Darwin?
 2023-01-19 14:14 UTC  (9+ messages)

[PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
 2023-01-19 14:08 UTC  (3+ messages)

[PATCH] travis.yml: Remove the generic addons section
 2023-01-19 13:59 UTC 

[PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
 2023-01-19 13:58 UTC  (4+ messages)

[PATCH] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
 2023-01-19 13:47 UTC  (2+ messages)

[PATCH v2 0/4] Series of fixes for PL011 char device
 2023-01-19 13:45 UTC  (9+ messages)
` [PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code
` [PATCH v2 2/4] hw/char/pl011: implement a reset method
` [PATCH v2 3/4] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH v2 4/4] hw/char/pl011: check if UART is enabled before RX or TX operation

[PULL 00/17] Monitor patches for 2023-01-19
 2023-01-19 13:27 UTC  (18+ messages)
` [PULL 01/17] ui: Check numeric part of expire_password argument @time properly
` [PULL 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
` [PULL 03/17] ui/spice: Require spice-protocol >= 0.14.0
` [PULL 04/17] Revert "hmp: info spice: take out webdav"
` [PULL 05/17] ui/spice: Require spice-server >= 0.14.0
` [PULL 06/17] ui/spice: QXLInterface method set_mm_time() is now dead, drop
` [PULL 07/17] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
` [PULL 08/17] ui: Clean up a few things checkpatch.pl would flag later on
` [PULL 09/17] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PULL 10/17] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
` [PULL 11/17] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PULL 12/17] ui: Improve "change vnc" error reporting
` [PULL 13/17] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PULL 14/17] ui: Reduce nesting in hmp_change_vnc() slightly
` [PULL 15/17] ui: Don't check for mode change after mouse_set error
` [PULL 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
` [PULL 17/17] ui: Simplify control flow in qemu_mouse_set()

[PATCH 0/3] block: remove separate bdrv_file_open callback
 2023-01-19 13:17 UTC  (3+ messages)
` [PATCH 2/3] block: do not check bdrv_file_open

Display update issue on M1 Macs
 2023-01-19 13:10 UTC  (5+ messages)

[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
 2023-01-19 13:00 UTC  (2+ messages)

[PATCH] hw/misc: Add basic Aspeed GFX model
 2023-01-19 12:44 UTC 

Announcement of aborting HAXM maintenance
 2023-01-19 12:40 UTC  (3+ messages)

[PATCH 00/25] aspeed: Various extensions, fixes and cleanups
 2023-01-19 12:34 UTC  (3+ messages)
` [PATCH 02/25] aspeed: Add Supermicro X11 SPI machine type
` [PATCH 05/25] m25p80: Add the is25wp256 SFPD table


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