qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-09 13:01:47 to 2023-10-10 03:38:50 UTC [more...]

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

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

[PATCH v2 0/7] virtio-net RSS/hash report fixes
 2023-10-10  2:59 UTC  (8+ 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

[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  (17+ 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  (15+ messages)
` [PATCH v4 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v4 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v4 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v4 10/10] hw/fsi: Update MAINTAINER list

[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 v12 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-09 21:08 UTC  (13+ messages)
` [PATCH v12 01/10] migration: New QAPI type 'MigrateAddress'
` [PATCH v12 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v12 03/10] migration: convert socket backend to accept MigrateAddress
` [PATCH v12 04/10] migration: convert rdma "
` [PATCH v12 05/10] migration: convert exec "
` [PATCH v12 06/10] migration: New migrate and migrate-incoming argument 'channels'
` [PATCH v12 07/10] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
` [PATCH v12 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v12 09/10] migration: Implement MigrateChannelList to hmp "
` [PATCH v12 10/10] migration: modify test_multifd_tcp_none() to use new QAPI syntax

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

[PATCH] hw/loongarch: remove global loaderparams variable
 2023-10-09 21:00 UTC 

[PATCH V4 00/10] Add architecture agnostic code to support vCPU Hotplug
 2023-10-09 20:54 UTC  (24+ 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

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

[PATCH 0/3] vfio: memory leak fix and code cleanup
 2023-10-09 20:53 UTC  (7+ messages)
` [PATCH 2/3] vfio/ap: Remove pointless apdev variable
` [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 v2 0/6] scripts/migration: Fix analyze-migration.py and add a test
 2023-10-09 18:43 UTC  (7+ 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 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  (26+ messages)
` [PATCH 01/25] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
` [PATCH 02/25] tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware
` [PATCH 03/25] tests/lcitool: add swtpm to the package list
` [PATCH 04/25] gitlab: shuffle some targets and reduce avocado noise
` [PATCH 05/25] tests/docker: make docker engine choice entirely configure driven
` [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 09/25] gdbstub: Fix target.xml response
` [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 14/25] hw/core/cpu: Return static value with gdb_arch_name()
` [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

[PATCH v2] hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-09 16:24 UTC  (2+ messages)

[PATCH 0/6] hw: Clean up global variables shadowing
 2023-10-09 16:22 UTC  (8+ messages)
` [PATCH 3/6] hw/display/vga: Clean up global variable shadowing
` [PATCH 4/6] hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
` [PATCH 5/6] hw/pci: Clean up global variable shadowing of address_space_io variable

[PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device
 2023-10-09 16:06 UTC  (16+ messages)
` [PATCH v3] "
            ` [PATCH v4] "

[PATCH V3 00/10] Add architecture agnostic code to support vCPU Hotplug
 2023-10-09 15:45 UTC  (29+ messages)
` [PATCH V3 01/10] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V3 01/10] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V3 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V3 03/10] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH V3 04/10] hw/acpi: Init GED framework with cpu hotplug events

[PATCH] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
 2023-10-09 15:42 UTC  (3+ messages)

[PATCH v2 0/1] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
 2023-10-09 15:09 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-09 15:06 UTC  (24+ messages)
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v11 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v11 09/10] migration: Implement MigrateChannelList to hmp "
` [PATCH v11 10/10] migration: modify test_multifd_tcp_none() to use new QAPI syntax

[PULL 0/2] Dirty page rate and dirty page limit 20231009 patches
 2023-10-09 14:21 UTC  (4+ messages)
` [PULL 1/2] migration/calc-dirty-rate: millisecond-granularity period

[PATCH v5 00/15] Prerequisite changes for IOMMUFD support
 2023-10-09 13:53 UTC  (4+ messages)

[PATCH v4 0/6] virtio: cleanup vhost-user-generic and reduce c&p
 2023-10-09 13:48 UTC  (6+ messages)
` [PATCH v4 2/6] hw/virtio: derive vhost-user-rng from vhost-user-base
` [PATCH v4 6/6] docs/system: add a basic enumeration of vhost-user devices

[PATCH v3] target/riscv: Use env_archcpu for better performance
 2023-10-09 13:47 UTC  (3+ messages)

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2023-10-09 13:01 UTC  (9+ messages)
` [PATCH v4 01/15] hw/pci: Add a pci_setup_iommu_ops() helper

[PATCH v2] target/riscv: Use a direct cast for better performance
 2023-10-09 12:58 UTC  (5+ 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).