qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-03 10:17:32 to 2023-10-03 17:36:04 UTC [more...]

[PULL 00/47] tcg patch queue
 2023-10-03 17:30 UTC  (17+ messages)
` [PULL 01/47] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PULL 02/47] accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
` [PULL 03/47] accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
` [PULL 04/47] accel: Introduce accel_cpu_common_unrealize() stub
` [PULL 07/47] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
` [PULL 10/47] qom: Propagate alignment through type system
` [PULL 12/47] target/*: Add instance_align to all cpu base classes
` [PULL 13/47] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PULL 14/47] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PULL 15/47] accel/tcg: Remove CPUState.icount_decr_ptr
` [PULL 23/47] accel/tcg: Modify tlb_*() to use CPUState
` [PULL 27/47] accel/tcg: Use CPUState in atomicity helpers
` [PULL 29/47] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PULL 31/47] exec: Make EXCP_FOO definitions target agnostic
` [PULL 36/47] exec: Rename cpu.c -> cpu-target.c
` [PULL 37/47] exec: Rename target specific page-vary.c -> page-vary-target.c

[PATCH qemu 0/1] contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free
 2023-10-03 17:23 UTC  (2+ messages)
` [PATCH qemu 1/1] Switch memory management calls to new coding conventions

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-10-03 17:21 UTC  (7+ messages)

FreeBSD 13.2 installer does not see AHCI devices on aarch64/sbsa-ref and x86-64/q35
 2023-10-03 17:11 UTC  (5+ messages)

[PATCH v10 00/11] Add VIRTIO sound card
 2023-10-03 17:10 UTC  (12+ messages)
` [PATCH v10 01/11] Add virtio-sound device stub
` [PATCH v10 09/11] virtio-sound: implement audio output (TX)

[PATCH 0/1] CVE-2023-5088
 2023-10-03 17:05 UTC  (11+ messages)
` [PATCH 1/1] hw/ide/core: terminate in-flight DMA on IDE bus reset

[PATCH for-8.1] vfio/display: Fix missing update to set backing fields
 2023-10-03 17:03 UTC  (10+ messages)

[RFC PATCH 0/1] tests/migration-test: Allow testing older machine types
 2023-10-03 16:24 UTC  (5+ messages)
` [RFC PATCH 1/1] qtest/migration: Support more than one QEMU binary

[PATCH v3 00/15] Prerequisite changes for IOMMUFD support
 2023-10-03 16:08 UTC  (27+ messages)
` [PATCH v3 01/15] scripts/update-linux-headers: Add iommufd.h
` [PATCH v3 03/15] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v3 04/15] vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
` [PATCH v3 05/15] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v3 06/15] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PATCH v3 07/15] vfio/pci: Introduce vfio_[attach/detach]_device
` [PATCH v3 08/15] vfio/platform: Use vfio_[attach/detach]_device
` [PATCH v3 09/15] vfio/ap: "
` [PATCH v3 10/15] vfio/ccw: "
` [PATCH v3 11/15] vfio/common: Move VFIO reset handler registration to a group agnostic function
` [PATCH v3 12/15] vfio/common: Introduce a per container device list
` [PATCH v3 13/15] vfio/common: Store the parent container in VFIODevice
` [PATCH v3 14/15] vfio/common: Introduce a global VFIODevice list
` [PATCH v3 15/15] vfio/common: Move legacy VFIO backend code into separate container.c

[PATCH v2 0/7] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03 16:02 UTC  (10+ messages)
` [PATCH v2 1/7] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH v2 2/7] accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
` [PATCH v2 3/7] accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
` [PATCH v2 4/7] accel: Introduce accel_cpu_common_unrealize() stub
` [PATCH v2 5/7] accel: Declare AccelClass::cpu_common_[un]realize() handlers
` [PATCH v2 6/7] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH v2 7/7] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

[RFC] Proposal of QEMU PCI Endpoint test environment
 2023-10-03 14:31 UTC  (6+ messages)

[PATCH] xlnx-bbram: hw/nvram: Remove deprecated device reset
 2023-10-03 15:58 UTC  (3+ messages)

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-10-03 15:55 UTC  (20+ messages)
` [PATCH 7/7] "

[PATCH 1/1] tcg/loongarch64: Fix buid error
 2023-10-03 15:53 UTC  (2+ messages)

[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-10-03 15:48 UTC  (4+ messages)
` [PATCH v2 05/12] virtio-iommu: Introduce per IOMMUDevice reserved regions

[PULL 00/24] Audio, build system, misc fixes for 2023-10-03
 2023-10-03 15:36 UTC  (3+ messages)

[PATCH] migration: Unify and trace vmstate field_exists() checks
 2023-10-03 15:04 UTC  (3+ messages)

[PATCH] migration: Add co-maintainers for migration
 2023-10-03 15:05 UTC  (4+ messages)

[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03 14:29 UTC  (5+ messages)

[PATCH] tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
 2023-10-03 14:07 UTC  (3+ messages)

[PATCH RESEND] osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
 2023-10-03 14:03 UTC  (2+ messages)

[PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free
 2023-10-03 13:10 UTC  (2+ messages)
` [PATCH qemu 1/1] Switch memory management calls to new coding conventions

[PATCH] vhost: Perform memory section dirty scans once per iteration
 2023-10-03 14:01 UTC  (2+ messages)

[PATCH 0/2] tests: Drop mentions of SoftMMU
 2023-10-03 13:55 UTC  (2+ messages)

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-10-03 13:39 UTC  (2+ messages)

[PATCH v2 0/2] riscv, kvm: support KVM_GET_REG_LIST
 2023-10-03 13:25 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST

[LINUX KERNEL PATCH v5 0/1] add freeze_mode for virtio_pci and add S3 support for virtgpu
 2023-10-03 13:20 UTC  (3+ messages)
` [LINUX KERNEL PATCH v5 1/2] virtio_pci: Add freeze_mode for virtio_pci_common_cfg

[PATCH] vhost: Add a defensive check in vhost_commit against wrong deallocation
 2023-10-03 13:16 UTC  (3+ messages)

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-10-03 13:12 UTC  (2+ messages)

[PATCH v6 00/19] linux-user: Implement VDSOs
 2023-10-03 13:07 UTC  (9+ messages)
` [PATCH v6 07/19] linux-user: Load vdso image if available
` [PATCH v6 08/19] linux-user: Add gen-vdso tool
` [PATCH v6 18/19] linux-user/s390x: Add vdso
` [PATCH v6 19/19] build: Add update-linux-vdso makefile rule

[PATCH] MAINTAINERS: Add entry for rdma migration
 2023-10-03 12:57 UTC  (4+ messages)

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-10-03 12:57 UTC  (5+ messages)
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH v2] qcow2: keep reference on zeroize with discard-no-unref enabled
 2023-10-03 12:53 UTC  (5+ messages)

[PATCH v3] qcow2: keep reference on zeroize with discard-no-unref enabled
 2023-10-03 12:52 UTC 

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-03 12:49 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Propagate error from PMU setup
` [PATCH 2/3] target/riscv: Support discontinuous PMU counters
` [PATCH 3/3] target/riscv: Don't assume PMU counters are continuous

[PATCH v5 0/2] migration: Update error description outside migration.c
 2023-10-03 12:44 UTC  (5+ messages)
` [PATCH v5 1/2] migration/vmstate: Introduce vmstate_save_state_with_err
` [PATCH v5 2/2] migration: Update error description outside migration.c

[PULL 00/13] Misc patches
 2023-10-03 12:35 UTC  (14+ messages)
` [PULL 01/13] input: Allow to choose console with qemu_input_is_absolute
` [PULL 02/13] ui/console: make qemu_console_is_multihead() static
` [PULL 03/13] ui/console: only walk QemuGraphicConsoles in qemu_console_is_multihead()
` [PULL 04/13] ui/console: eliminate QOM properties from qemu_console_is_multihead()
` [PULL 05/13] ui/console: sanitize search in qemu_graphic_console_is_multihead()
` [PULL 06/13] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
` [PULL 07/13] win32: avoid discarding the exception handler
` [PULL 08/13] ui/gtk: fix UI info precondition
` [PULL 09/13] analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
` [PULL 10/13] hw/core: remove needless includes
` [PULL 11/13] hw/pc: "
` [PULL 12/13] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
` [PULL 13/13] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected

[PATCH v3 0/5] WIP: ramfb: migration support
 2023-10-03 12:36 UTC  (6+ messages)
` [PATCH v3 5/5] hw/vfio: add ramfb "

[PATCH v3] hw/i386: changes towards enabling -Wshadow=local for x86 machines
 2023-10-03 12:30 UTC  (2+ messages)

[PATCH v2] hw/i386: changes towards enabling -Wshadow=local
 2023-10-03 12:28 UTC  (2+ messages)

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

[PATCH] target/riscv/tcg: remove RVG warning
 2023-10-03 12:25 UTC 

[PATCH 0/2] riscv, kvm: support KVM_GET_REG_LIST
 2023-10-03 11:53 UTC  (4+ messages)
` [PATCH 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH 2/2] target/riscv/kvm: support KVM_GET_REG_LIST

[PATCH] hw/i386/intel_iommu: changes towards enabling -Wshadow=local
 2023-10-03 10:41 UTC  (2+ messages)

[PATCH 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-03 10:24 UTC  (5+ messages)
` [PATCH 4/9] hw/acpi: Init GED framework with cpu hotplug events

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-03 10:22 UTC  (5+ messages)
` [PATCH RFC V2 31/37] physmem, gdbstub: Common helping funcs/changes to *unrealize* vCPU
  ` [PATCH RFC V2 31/37] physmem,gdbstub: "


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