qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-03 11:56:55 to 2023-10-03 18:33:31 UTC [more...]

[PATCH v17 00/16] TCG code quality tracking
 2023-10-03 18:30 UTC  (13+ messages)
` [PATCH v17 01/16] accel/tcg: Move HMP info jit and info opcount code
` [PATCH v17 02/16] tcg: Record orig_nb_ops TCGContext
` [PATCH v17 03/16] tcg: Record nb_deleted_ops in TCGContext
` [PATCH v17 05/16] accel/tcg: Add TBStatistics structure
` [PATCH v17 06/16] accel/tcg: Collect TB execution statistics
` [PATCH v17 08/16] accel/tcg: Add tb_stats hmp command
` [PATCH v17 09/16] util/log: Add Error argument to qemu_str_to_log_mask
` [PATCH v17 10/16] util/log: Add -d tb_stats
` [PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t
` [PATCH v17 14/16] monitor: Change MonitorDec.get_value return type to int64_t
` [PATCH v17 15/16] accel/tcg: Add info [tb-list|tb] commands to HMP
` [PATCH v17 16/16] accel/tcg: Dump hot TBs at the end of the execution

[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-10-03 18:21 UTC  (9+ messages)
` [PATCH v4 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v4 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v4 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()

[PATCH 00/10] tcg: Allow softmmu for user-only
 2023-10-03 17:43 UTC  (11+ messages)
` [PATCH 01/10] tcg: Introduce tcg_use_softmmu
` [PATCH 02/10] tcg: Provide guest_base fallback for system mode
` [PATCH 03/10] tcg/arm: Use tcg_use_softmmu
` [PATCH 04/10] tcg/aarch64: "
` [PATCH 05/10] tcg/i386: "
` [PATCH 06/10] tcg/loongarch64: "
` [PATCH 07/10] tcg/mips: "
` [PATCH 08/10] tcg/ppc: "
` [PATCH 09/10] tcg/riscv: "
` [PATCH 10/10] tcg/s390x: "

[PULL 00/47] tcg patch queue
 2023-10-03 17:30 UTC  (48+ 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 05/47] accel: Declare AccelClass::cpu_common_[un]realize() handlers
` [PULL 06/47] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PULL 07/47] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
` [PULL 08/47] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PULL 09/47] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PULL 10/47] qom: Propagate alignment through type system
` [PULL 11/47] target/arm: Remove size and alignment for cpu subclasses
` [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 16/47] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PULL 17/47] accel/tcg: Remove cpu_neg()
` [PULL 18/47] tcg: Rename cpu_env to tcg_env
` [PULL 19/47] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PULL 20/47] accel/tcg: Remove cpu_set_cpustate_pointers
` [PULL 21/47] accel/tcg: Remove env_neg()
` [PULL 22/47] tcg: Remove TCGContext.tlb_fast_offset
` [PULL 23/47] accel/tcg: Modify tlb_*() to use CPUState
` [PULL 24/47] accel/tcg: Modify probe_access_internal() "
` [PULL 25/47] accel/tcg: Modify memory access functions "
` [PULL 26/47] accel/tcg: Modify atomic_mmu_lookup() "
` [PULL 27/47] accel/tcg: Use CPUState in atomicity helpers
` [PULL 28/47] accel/tcg: Remove env_tlb()
` [PULL 29/47] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PULL 30/47] accel/tcg: move ld/st helpers to ldst_common.c.inc
` [PULL 31/47] exec: Make EXCP_FOO definitions target agnostic
` [PULL 32/47] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
` [PULL 33/47] accel/tcg: Restrict dump_exec_info() declaration
` [PULL 34/47] accel: Make accel-blocker.o target agnostic
` [PULL 35/47] accel: Rename accel-common.c -> accel-target.c
` [PULL 36/47] exec: Rename cpu.c -> cpu-target.c
` [PULL 37/47] exec: Rename target specific page-vary.c -> page-vary-target.c
` [PULL 38/47] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
` [PULL 39/47] accel/tcg: Make monitor.c a target-agnostic unit
` [PULL 40/47] accel/tcg: Make icount.o a target agnostic unit
` [PULL 41/47] accel/tcg: Make cpu-exec-common.c "
` [PULL 42/47] tcg: Remove argument to tcg_prologue_init
` [PULL 43/47] tcg: Split out tcg init functions to tcg/startup.h
` [PULL 44/47] linux-user/hppa: Fix struct target_sigcontext layout
` [PULL 45/47] build: Remove --enable-gprof
` [PULL 46/47] tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
` [PULL 47/47] tcg/loongarch64: Fix buid error

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

[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  (24+ messages)
` [PATCH v3 01/15] scripts/update-linux-headers: Add iommufd.h
` [PATCH v3 04/15] vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
` [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  (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  (16+ 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 06/10] hw/acpi: Update GED _EVT method AML with cpu scan
` [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 


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