QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-09 16:44:20 to 2023-10-10 09:32:59 UTC [more...]

[PATCH v2 00/58] TDX QEMU support
 2023-10-10  5:29 UTC  (4+ messages)
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions

[PATCH 00/18] target: Make 'cpu-qom.h' really target agnostic
 2023-10-10  9:28 UTC  (11+ messages)
` [PATCH 01/18] target: Mention 'cpu-qom.h' is "
` [PATCH 02/18] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PATCH 03/18] target/riscv: "
` [PATCH 04/18] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PATCH 05/18] target/hexagon: Declare QOM definitions "
` [PATCH 07/18] target/nios2: "
` [PATCH 09/18] target/i386: Inline target specific TARGET_DEFAULT_CPU_TYPE definition
` [PATCH 11/18] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 16/18] target/i386: Make X86_CPU common to new I386_CPU / X86_64_CPU types
` [PATCH 17/18] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types

[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
 2023-10-10  9:10 UTC  (13+ messages)
` [PATCH v2 3/3] target/hexagon: avoid shadowing globals

[PATCH 0/4] tests/qtest: Introduce qtest_get_base_arch() and qtest_get_arch_bits()
 2023-10-10  8:42 UTC  (6+ messages)
` [PATCH 1/4] tests/libqtest: Introduce qtest_get_arch_bits()
` [PATCH 2/4] tests/qtest: Use qtest_get_arch_bits()
` [PATCH 3/4] tests/libqtest: Introduce qtest_get_base_arch()
` [PATCH 4/4] tests/qtest: Use qtest_get_base_arch()

[PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-10  8:18 UTC  (18+ messages)
` [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
    ` (no subject)
      ` [Virtio-fs] "

[PATCH V4 00/10] Add architecture agnostic code to support vCPU Hotplug
 2023-10-10  8:18 UTC  (27+ messages)
` [PATCH V4 01/10] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V4 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V4 03/10] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH V4 04/10] hw/acpi: Init GED framework with CPU hotplug events
` [PATCH V4 05/10] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V4 06/10] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V4 07/10] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V4 08/10] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V4 09/10] gdbstub: Add helper function to unregister GDB register space
` [PATCH V4 10/10] target/arm/kvm: Write CPU state back to KVM on reset

[RFC PATCH 00/11] ppc: avocado test additions and new defaults
 2023-10-10  8:02 UTC  (15+ messages)
` [RFC PATCH 01/11] tests/avocado: ppc add powernv10 boot_linux_console test
` [RFC PATCH 02/11] tests/avocado: Add ppc pseries and powernv Hash MMU tests
` [RFC PATCH 03/11] tests/avocado: Add pseries KVM boot_linux test
` [RFC PATCH 04/11] tests/avocado: ppc add hypervisor tests
` [RFC PATCH 05/11] testing/avocado: ppc add new BookE boot_linux_console.py tests
` [RFC PATCH 06/11] tests/avocado: Add FreeBSD distro boot tests for ppc
` [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images
` [RFC PATCH 08/11] tests/avocado: Add ppc MacOS tests
` [RFC PATCH 09/11] tests/avocado: Use default CPU for pseries machine
` [RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER10 CPU
` [RFC PATCH 11/11] ppc/pnv: Change powernv default to powernv10

[PATCH v2 0/7] virtio-net RSS/hash report fixes
 2023-10-10  8:00 UTC  (10+ messages)
` [PATCH v2 1/7] tap: Fix virtio-net header buffer size
` [PATCH v2 2/7] virtio-net: Copy header only when necessary
` [PATCH v2 3/7] virtio-net: Disable RSS on reset
` [PATCH v2 4/7] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v2 5/7] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v2 6/7] virtio-net: Do not clear VIRTIO_NET_F_RSS
` [PATCH v2 7/7] ebpf: Fix RSS error handling

[PATCH v3 00/18] Make Pixman an optional dependency
 2023-10-10  7:38 UTC  (19+ messages)
` [PATCH v3 01/18] build-sys: add a "pixman" feature
` [PATCH v3 02/18] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v3 03/18] ui: add pixman-compat.h
` [PATCH v3 04/18] ui/console: allow to override the default VC
` [PATCH v3 05/18] ui/vc: console-vc requires PIXMAN
` [PATCH v3 06/18] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH v3 07/18] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v3 08/18] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v3 09/18] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v3 10/18] ui/gl: opengl doesn't require PIXMAN
` [PATCH v3 11/18] ui/vnc: VNC requires PIXMAN
` [PATCH v3 12/18] ui/spice: SPICE/QXL "
` [PATCH v3 13/18] ui/gtk: -display gtk "
` [PATCH v3 14/18] ui/dbus: do not require PIXMAN
` [PATCH v3 15/18] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH v3 16/18] hw/sm501: allow compiling without PIXMAN
` [PATCH v3 17/18] hw/display: make ATI_VGA depend on PIXMAN
` [PATCH v3 18/18] build-sys: make pixman actually optional

[PATCH v2 00/18] Make Pixman an optional dependency
 2023-10-10  7:34 UTC  (4+ messages)
` [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

[PATCH v2 0/6] scripts/migration: Fix analyze-migration.py and add a test
 2023-10-10  7:11 UTC  (8+ messages)
` [PATCH v2 1/6] migration: Add the configuration vmstate to the json writer
` [PATCH v2 2/6] migration: Fix analyze-migration.py 'configuration' parsing
` [PATCH v2 3/6] migration: Add capability parsing to analyze-migration.py
` [PATCH v2 4/6] migration: Fix analyze-migration.py when ignore-shared is used
` [PATCH v2 5/6] migration: Fix analyze-migration read operation signedness
` [PATCH v2 6/6] tests/qtest/migration: Add a test for the analyze-migration script

[PATCH v5 0/3] ramfb: migration support
 2023-10-10  7:08 UTC  (5+ messages)
` [PATCH v5 3/3] hw/vfio: add ramfb "

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-10  6:46 UTC  (3+ messages)
` [PATCH RFC V2 03/37] hw/arm/virt: Move setting of common CPU properties in a function

[PATCH] virtio-serial-bus: Discard throttled VirtQueueElement when virtio-serial closed
 2023-10-10  6:22 UTC 

[PATCH] targer/i386/cpu: Fix CPUID_HT exposure
 2023-10-10  6:05 UTC 

[PATCH v12 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-10  5:55 UTC  (5+ messages)
` [PATCH v12 09/10] migration: Implement MigrateChannelList to hmp migration flow

[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-10  5:20 UTC  (11+ messages)
` [PATCH v11 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v11 09/10] migration: Implement MigrateChannelList to hmp "

[PATCH] hw/loongarch: remove global loaderparams variable
 2023-10-10  5:17 UTC  (2+ messages)

[PATCH] hw/ufs: Fix incorrect register fields
 2023-10-10  5:11 UTC 

[PATCH v1 0/6] linux-user/loongarch64: Add LSX/LASX sigcontext
 2023-10-10  3:37 UTC  (7+ messages)
` [PATCH v1 1/6] target/loongarch: Add env->extctx_flags for user-mode setup extcontext
` [PATCH v1 2/6] target/loongarch: Add set_vec_extctx to set LSX/LASX instructions extctx_flags
` [PATCH v1 3/6] linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context size
` [PATCH v1 4/6] linux-user/loongarch64: setup_sigframe() set 'end' context size 0
` [PATCH v1 5/6] linux-user/loongarch64: Add LSX sigcontext save/restore
` [PATCH v1 6/6] linux-user/loongarch64: Add LASX "

[PULL v2 0/6] vfio queue
 2023-10-10  1:29 UTC  (2+ messages)

[PULL v2 00/25] Audio, source reorg, HVF changes for 2023-10-06
 2023-10-10  1:29 UTC  (2+ messages)

[PULL 00/15] NBD patches through 2023-10-05
 2023-10-10  1:28 UTC  (2+ messages)

[PULL 00/32] -Wshadow=local patches patches for 2023-10-06
 2023-10-10  1:28 UTC  (2+ messages)

[PULL 00/20] Q800 for 8.2 patches
 2023-10-10  1:29 UTC  (2+ messages)

qemu direct kernel boot on LoongArch
 2023-10-10  1:12 UTC 

[PULL 0/2] Dirty page rate and dirty page limit 20231010 patches
 2023-10-10  0:31 UTC  (3+ messages)
` [PULL 1/2] migration/calc-dirty-rate: millisecond-granularity period
` [PULL 2/2] migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time

[QEMU][PATCH v1 0/7] Xen: support grant mappings
 2023-10-10  0:29 UTC  (16+ messages)
` [QEMU][PATCH v1 1/7] xen: when unplugging emulated devices skip virtio devices
` [QEMU][PATCH v1 2/7] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCH v1 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v1 4/7] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCH v1 5/7] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCH v1 6/7] xen: add map and unmap callbacks for grant region
` [QEMU][PATCH v1 7/7] hw: arm: Add grant mapping

[PATCH v17 0/9] gfxstream + rutabaga_gfx
 2023-10-10  0:06 UTC  (4+ messages)
` [PATCH v17 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH 0/3] Add emulation of AmigaOne XE board
 2023-10-10  0:00 UTC  (15+ messages)
` [PATCH 1/3] via-ide: Fix legacy mode emulation
` [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

[PATCH 0/6] target: Use env_archcpu() instead of ARCH_CPU(env_cpu(env))
 2023-10-09 22:41 UTC  (5+ messages)
` [PATCH 5/6] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PATCH 6/6] target/i386: Use env_archcpu() in simulate_[rdmsr/wrmsr]()

[PATCH v4 00/10] Introduce model for IBM's FSI
 2023-10-09 22:16 UTC  (9+ messages)
` [PATCH v4 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v4 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave

[PATCH] target/sparc: Clean up global variable shadowing
 2023-10-09 21:52 UTC  (2+ messages)

[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
 2023-10-09 21:27 UTC  (4+ messages)
` [PATCH v2 3/3] qom: Link multiple numa nodes to device using a new object

[PATCH v2] misc/pca9552: Fix for pca9552 not getting reset
 2023-10-09 21:06 UTC  (2+ messages)

[PATCH 0/3] vfio: memory leak fix and code cleanup
 2023-10-09 20:53 UTC  (4+ messages)
` [PATCH 3/3] vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW

[PATCH] ppc/pnv: Add an I2C master controller model
 2023-10-09 20:42 UTC  (2+ messages)

[PATCH v2 0/3] Add emulation of AmigaOne XE board
 2023-10-09 19:54 UTC  (4+ messages)
` [PATCH v2 1/3] via-ide: Fix legacy mode emulation
` [PATCH v2 2/3] hw/pci-host: Add emulation of Mai Logic Articia S
` [PATCH v2 3/3] hw/ppc: Add emulation of AmigaOne XE board

[PATCH] docs/about: Deprecate the 'next-cube' m68k machine
 2023-10-09 19:39 UTC  (2+ messages)

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-09 18:00 UTC  (6+ messages)
` [PATCH 2/3] target/riscv: "

[PATCH 0/3] hw/mips: Cleanup in preparation of heterogenous prototype
 2023-10-09 17:14 UTC  (4+ messages)
` [PATCH 1/3] hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
` [PATCH 2/3] hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
` [PATCH 3/3] hw/misc/mips_itu: Make MIPSITUState target agnostic

[PATCH v2 0/2] target/s390x/kvm: Simplify the synchronization code
 2023-10-09 17:07 UTC  (3+ messages)
` [PATCH v2 1/2] target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirement
` [PATCH v2 2/2] target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code

[PATCH] Revert "configure: Add workaround for ccache and clang"
 2023-10-09 16:51 UTC 

[PATCH v3 00/10] migration: Better error handling in rp thread, allow failures in recover
 2023-10-09 16:50 UTC  (9+ messages)
` [PATCH v3 10/10] tests/migration-test: Add a test for postcopy hangs during RECOVER

[PATCH 00/25] October maintainer omnibus pre-PR (tests, gdbstub, plugins)
 2023-10-09 16:41 UTC  (20+ messages)
` [PATCH 03/25] tests/lcitool: add swtpm to the package list
` [PATCH 06/25] configure: allow user to override docker engine
` [PATCH 07/25] configure: remove gcc version suffixes
` [PATCH 08/25] gdbstub: Fix target_xml initialization
` [PATCH 10/25] plugins: Check if vCPU is realized
` [PATCH 11/25] contrib/plugins: Use GRWLock in execlog
` [PATCH 12/25] gdbstub: Introduce GDBFeature structure
` [PATCH 13/25] target/arm: Move the reference to arm-core.xml
` [PATCH 15/25] gdbstub: Use g_markup_printf_escaped()
` [PATCH 16/25] target/arm: Remove references to gdb_has_xml
` [PATCH 17/25] target/ppc: "
` [PATCH 18/25] gdbstub: Remove gdb_has_xml variable
` [PATCH 19/25] gdbstub: Replace gdb_regs with an array
` [PATCH 20/25] accel/tcg: Add plugin_enabled to DisasContextBase
` [PATCH 21/25] target/sh4: Disable decode_gusa when plugins enabled
` [PATCH 22/25] plugins: Set final instruction count in plugin_gen_tb_end
` [PATCH 23/25] contrib/plugins: fix coverity warning in cache
` [PATCH 24/25] contrib/plugins: fix coverity warning in lockstep
` [PATCH 25/25] contrib/plugins: fix coverity warning in hotblocks


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