qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-26 16:04:24 to 2023-08-28 16:50:03 UTC [more...]

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-08-28 16:48 UTC  (3+ messages)
` [PATCH v7 3/7] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command

[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
 2023-08-28 16:47 UTC  (9+ messages)
` [PATCH 04/20] target/riscv: move riscv_tcg_ops to tcg-cpu.c
` [PATCH 08/20] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH 11/20] target/riscv: introduce KVM AccelCPUClass
` [PATCH 12/20] target/riscv: move KVM only files to kvm subdir

[PATCH 00/32] hw/sd: eMMC support
 2023-08-28 16:27 UTC  (2+ messages)

[PATCH] tests/avocado/machine_aspeed.py: Update SDK images
 2023-08-28 16:20 UTC  (5+ messages)

[PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
 2023-08-28 16:11 UTC  (4+ messages)

[PATCH] linux-user/riscv: Add new extensions to hwprobe
 2023-08-28 15:54 UTC  (2+ messages)

[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
 2023-08-28 15:48 UTC  (5+ messages)
` [PATCH 1/3] hw/mips/jazz: Remove the big_endian variable

[RFC PATCH v2 0/6] Add API for list cpu extensions
 2023-08-28 15:35 UTC  (12+ messages)
` [RFC PATCH v2 1/6] cpu: Add new API cpu_type_by_name
` [RFC PATCH v2 2/6] target/riscv: Add API list_cpu_props
` [RFC PATCH v2 3/6] softmmu/vl: Add qemu_cpu_opts QemuOptsList
` [RFC PATCH v2 4/6] target/riscv: Add default value for misa property
` [RFC PATCH v2 5/6] target/riscv: Add defalut value for string property
` [RFC PATCH v2 6/6] linux-user: Move qemu_cpu_opts to cpu.c

[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-28 15:18 UTC  (7+ messages)
` [PATCH 1/6] migration: Add migration prefix to functions in target.c
` [PATCH 2/6] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PATCH 3/6] vfio/migration: Add vfio_migratable_devices_num()
` [PATCH 4/6] vfio/migration: Change vfio_mig_active() semantics
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration
` [PATCH 6/6] vfio/migration: Block VFIO migration with background snapshot

[PATCH 00/11] Lower TCG vector ops to LSX
 2023-08-28 15:19 UTC  (12+ messages)
` [PATCH 01/11] tcg/loongarch64: Import LSX instructions
` [PATCH 02/11] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PATCH 03/11] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PATCH 04/11] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PATCH 05/11] tcg/loongarch64: Lower vector bitwise operations
` [PATCH 06/11] tcg/loongarch64: Lower neg_vec to vneg
` [PATCH 07/11] tcg/loongarch64: Lower mul_vec to vmul
` [PATCH 08/11] tcg/loongarch64: Lower vector min max ops
` [PATCH 09/11] tcg/loongarch64: Lower vector saturated ops
` [PATCH 10/11] tcg/loongarch64: Lower vector shift vector ops
` [PATCH 11/11] tcg/loongarch64: Lower bitsel_vec to vbitsel

[PATCH vOther2 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-28 15:21 UTC  (2+ messages)

[PATCH v3 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-28 15:09 UTC  (5+ messages)
` [PATCH v3 1/4] docs/qcow2: add the zoned format feature
` [PATCH v3 2/4] qcow2: add configurations for zoned format extension
` [PATCH v3 3/4] qcow2: add zoned emulation capability
` [PATCH v3 4/4] iotests: test the zoned format feature for qcow2 file

[PATCH] kconfig: Add NVME to s390x machines
 2023-08-28 15:01 UTC 

[PATCH 0/8] target/translate: Remove unused "exec/cpu_ldst.h" / "qemu/main-loop.h"
 2023-08-28 14:55 UTC  (9+ messages)
` [PATCH 1/8] target/ppc/pmu: Include missing 'qemu/timer.h' header
` [PATCH 2/8] target/riscv/pmu: Restrict 'qemu/log.h' include to source
` [PATCH 3/8] target/translate: Include missing 'exec/cpu_ldst.h' header
` [PATCH 4/8] target/translate: Remove unnecessary "
` [PATCH 5/8] target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
` [PATCH 6/8] target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
` [PATCH 7/8] target/helper: Remove unnecessary 'qemu/main-loop.h' header
` [PATCH 8/8] target/mips: Remove unused headers in lcsr_helper.c

[PATCH v2 0/8] machine: Unified CPU type check
 2023-08-28 14:46 UTC  (7+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-28 14:42 UTC  (14+ messages)
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension
` [PATCH v2 3/4] qcow2: add zoned emulation capability

[PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
 2023-08-28 14:32 UTC 

[PATCH v3] migration: hold the BQL during setup
 2023-08-28 14:09 UTC  (3+ messages)

[PATCH v2 00/58] TDX QEMU support
 2023-08-28 13:14 UTC  (4+ messages)
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

Help with QEMU DBUS display
 2023-08-28  6:28 UTC  (2+ messages)

[PATCH v2 00/11] TriCore 1.6.2 insn and bugfixes
 2023-08-28 12:29 UTC  (13+ messages)
` [PATCH v2 01/11] tests/tcg/tricore: Bump cpu to tc37x
` [PATCH v2 02/11] target/tricore: Implement CRCN insn
` [PATCH v2 03/11] target/tricore: Correctly handle FPU RM from PSW
` [PATCH v2 04/11] target/tricore: Implement FTOU insn
` [PATCH v2 05/11] target/tricore: Clarify special case for FTOUZ insn
` [PATCH v2 06/11] target/tricore: Implement ftohp insn
` [PATCH v2 07/11] target/tricore: Implement hptof insn
` [PATCH v2 08/11] target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
` [PATCH v2 09/11] target/tricore: Swap src and dst reg for RCRR_INSERT
` [PATCH v2 10/11] target/tricore: Replace cpu_*_code with translator_*
` [PATCH v2 11/11] target/tricore: Fix FTOUZ being ISA v1.3.1 up

[RFC PATCH 0/3] Add API for list cpu extensions
 2023-08-28 12:25 UTC  (9+ messages)
` [RFC PATCH 1/3] cpu: Add new API cpu_type_by_name
` [RFC PATCH 2/3] target/riscv: Add API list_cpu_props
` [RFC PATCH 3/3] softmmu/vl: Add qemu_cpu_opts QemuOptsList

[PATCH] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
 2023-08-28 12:23 UTC  (7+ messages)

[PATCH 0/8] ACPI: X86 AML generation and GPE tracing cleanup
 2023-08-28 12:11 UTC  (16+ messages)
` [PATCH 1/8] hw/i386/acpi-build: Use pc_madt_cpu_entry() directly
` [PATCH 2/8] hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callback
` [PATCH 3/8] hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method
` [PATCH 4/8] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
` [PATCH 5/8] hw/i386: Remove now redundant TYPE_ACPI_GED_X86
` [PATCH 6/8] hw/i386/acpi-build: Determine SMI command port just once
` [PATCH 7/8] hw/acpi: Trace GPE access in all device models, not just PIIX4
` [PATCH 8/8] hw/acpi/core: Trace enable and status registers of GPE separately

[PULL 00/14] Python, i386 changes for 2023-08-28
 2023-08-28 10:38 UTC  (15+ messages)
` [PULL 01/14] configure: fix and complete detection of tricore tools
` [PULL 02/14] dockerfiles: bump tricore cross compiler container to Debian 11
` [PULL 03/14] python: mkvenv: tweak the matching of --diagnose to depspecs
` [PULL 04/14] python: mkvenv: introduce TOML-like representation of dependencies
` [PULL 05/14] python: mkvenv: add ensuregroup command
` [PULL 06/14] lcitool: bump libvirt-ci submodule and regenerate
` [PULL 07/14] configure: never use PyPI for Meson
` [PULL 08/14] python: use vendored tomli
` [PULL 09/14] configure: switch to ensuregroup
` [PULL 10/14] Revert "tests: Use separate virtual environment for avocado"
` [PULL 11/14] tests/docker: add python3-tomli dependency to containers
` [PULL 12/14] target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSE
` [PULL 13/14] configure: fix container_hosts misspellings and duplications
` [PULL 14/14] configure: remove unnecessary mkdir -p

[PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
 2023-08-28  9:01 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH v1 0/7] Introduce model for IBM's FSP
 2023-08-28  8:59 UTC  (17+ messages)
` [PATCH v1 1/7] hw/fsi: Introduce IBM's Local bus
` [PATCH v1 2/7] hw/fsi: Introduce IBM's scratchpad
` [PATCH v1 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v1 4/7] hw/fsi: Introduce IBM's FSI
` [PATCH v1 5/7] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v1 6/7] hw/fsi: Aspeed APB2OPB interface
` [PATCH v1 7/7] hw/arm: Hook up FSI module in AST2600

[PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
 2023-08-28  8:54 UTC  (3+ messages)
`  "

[PATCH] accel/kvm: Fix dirty reaper thread crash
 2023-08-28  8:22 UTC 

[PATCH for-8.2 v3 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-08-28  7:50 UTC  (5+ messages)
` [PATCH for-8.2 v3 5/6] "

[PATCH v2] migration/calc-dirty-rate: millisecond-granularity period
 2023-08-28  6:23 UTC  (5+ messages)

[PATCH v3 0/5] Enable vdpa net migration with features depending on CVQ
 2023-08-28  6:10 UTC  (2+ messages)

[PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07
 2023-08-28  5:00 UTC  (3+ messages)
` [PATCH 10/24] riscv: spelling fixes

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-28  0:05 UTC  (3+ messages)

[PATCH 0/3] softmmu: Use async_run_on_cpu in tcg_commit
 2023-08-27 21:16 UTC  (10+ messages)
` [PATCH 1/3] softmmu: Assert data in bounds in iotlb_to_section
` [PATCH 2/3] softmmu: Use async_run_on_cpu in tcg_commit
` [PATCH 3/3] softmmu: Remove cpu_reloading_memory_map as unused

[PATCH 00/10] TriCore 1.6.2 insn and bugfixes
 2023-08-27 18:59 UTC  (29+ messages)
` [PATCH 01/10] tests/tcg/tricore: Bump cpu to tc37x
` [PATCH 02/10] target/tricore: Implement CRCN insn
` [PATCH 03/10] target/tricore: Correctly handle FPU RM from PSW
` [PATCH 04/10] target/tricore: Implement FTOU insn
` [PATCH 05/10] target/tricore: Implement ftohp insn
` [PATCH 06/10] target/tricore: Implement hptof insn
` [PATCH 07/10] target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
` [PATCH 08/10] target/tricore: Swap src and dst reg for RCRR_INSERT
` [PATCH 09/10] target/tricore: Replace cpu_*_code with translator_*
` [PATCH 10/10] target/tricore: Fix FTOUZ being ISA v1.3.1 up

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-27 18:29 UTC  (8+ messages)
` [PATCH 1/7] vhost-user: strip superfluous whitespace
` [PATCH 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"
` [PATCH 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_msg"
` [PATCH 5/7] vhost-user: hoist "write_msg", "get_features", "get_u64"
` [PATCH 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PATCH 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously

[PULL 0/5] Devel hppa priv cleanup2 patches
 2023-08-27 15:17 UTC  (6+ messages)
` [PULL 1/5] target/hppa: Add missing PL1 and PL2 privilege levels
` [PULL 2/5] target/hppa: Add privilege to MMU index conversion helpers
` [PULL 3/5] target/hppa: Do not use hardcoded value for tlb_flush_*()
` [PULL 4/5] target/hppa: Use privilege helper in hppa_get_physical_address()
` [PULL 5/5] target/hppa: Switch to use MMU indices 11-15

hw/display/xlinx-dp: fixing comment
 2023-08-27 13:58 UTC  (2+ messages)

Lost partition tables on ide-hd + ahci drive
 2023-08-26 18:07 UTC  (9+ 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).