qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 12:52:49 to 2022-06-09 09:30:58 UTC [more...]

[PULL 00/55] target-arm queue
 2022-06-09  9:05 UTC  (12+ messages)
` [PULL 01/55] target/arm: Declare support for FEAT_RASv1p1
` [PULL 02/55] target/arm: Implement FEAT_DoubleFault
` [PULL 03/55] Fix 'writeable' typos
` [PULL 04/55] xlnx_dp: fix the wrong register size
` [PULL 05/55] xlnx_dp: Introduce a vblank signal
` [PULL 06/55] xlnx_dp: Fix the interrupt disable logic
` [PULL 10/55] target/arm: Move get_phys_addr_v5 to ptw.c
` [PULL 11/55] target/arm: Move get_phys_addr_v6 "
` [PULL 12/55] target/arm: Move get_phys_addr_pmsav5 "
` [PULL 18/55] target/arm: Move v8m_security_lookup "
` [PULL 28/55] target/arm: Move aa32_va_parameters "

[PATCH] disas: Remove libvixl disassembler
 2022-06-09  8:57 UTC  (6+ messages)

[RFC][PATCH] docs: note exception for PCIe IO port access
 2022-06-09  8:41 UTC  (4+ messages)

[PATCH v6 resend 0/4] add generic vDPA device support
 2022-06-09  8:35 UTC  (5+ messages)
` [PATCH v6 resend 4/4] vdpa: add vdpa-dev-pci support

[PATCH 1/1] i386/monitor: Fix page table walking issue for LA57 enabled guest
 2022-06-09  8:34 UTC 

[PATCH v2 0/3] Cavium Octeon MIPS extensions
 2022-06-09  8:23 UTC  (4+ messages)
` [PATCH v2 1/3] target/mips: introduce Cavium Octeon CPU model
` [PATCH v2 2/3] target/mips: implement Octeon-specific BBIT instructions
` [PATCH v2 3/3] target/mips: implement Octeon-specific arithmetic instructions

[PATCH v2 1/2] QIOChannelSocket: Reduce ifdefs to improve readability
 2022-06-09  8:09 UTC  (3+ messages)
` [PATCH v2 2/2] QIOChannelSocket: Fix zero-copy send so socket flush works

[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
 2022-06-09  7:51 UTC  (27+ messages)
` [RFC PATCH v8 01/21] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v8 02/21] vhost: Add custom used buffer callback
` [RFC PATCH v8 03/21] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v8 09/21] vhost: Add svq copy desc mode
` [RFC PATCH v8 11/21] vhost: Update kernel headers
` [RFC PATCH v8 12/21] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

[PATCH] microvm: turn off io reservations for pcie root ports
 2022-06-09  7:28 UTC  (3+ messages)

[PATCH v4 00/53] semihosting cleanup
 2022-06-09  7:24 UTC  (7+ messages)
` [PATCH v4 07/53] semihosting: Simplify softmmu_lock_user_string
` [PATCH v4 08/53] semihosting: Split out guestfd.c
` [PATCH v4 10/53] semihosting: Adjust error checking in common_semi_cb

[PATCH] gitlab: compare CIRRUS_nn vars against 'null' not ""
 2022-06-09  6:28 UTC  (3+ messages)

[PATCH v2 1/2] hw: m25p80: add WP# pin and SRWD bit for write protection
 2022-06-09  6:24 UTC  (3+ messages)
` [PATCH v2 2/2] hw: m25p80: add tests for write protect

bios bits acpica upgrade
 2022-06-09  5:51 UTC 

[PATCH v3] target/riscv: Don't expose the CPU properties on names CPUs
 2022-06-09  5:40 UTC  (2+ messages)

[PATCH v3 0/1] target/riscv: Add Zihintpause support
 2022-06-09  4:40 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v5 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-09  3:30 UTC  (5+ messages)
` [PATCH v5 1/4] target/riscv: Don't force update priv spec version to latest
` [PATCH v5 2/4] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH v5 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v5 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v4 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-09  3:16 UTC  (10+ messages)
` [PATCH v4 1/4] target/riscv: Don't force update priv spec version to latest
` [PATCH v4 2/4] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH v4 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v4 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v15 0/9] Add LoongArch linux-user emulation support
 2022-06-09  2:42 UTC  (10+ messages)
` [PATCH v15 1/9] linux-user: Add LoongArch generic header files
` [PATCH v15 2/9] linux-user: Add LoongArch signal support
` [PATCH v15 3/9] linux-user: Add LoongArch elf support
` [PATCH v15 4/9] linux-user: Add LoongArch syscall support
` [PATCH v15 5/9] linux-user: Add LoongArch cpu_loop support
` [PATCH v15 6/9] default-configs: Add loongarch linux-user support
` [PATCH v15 7/9] scripts: add loongarch64 binfmt config
` [PATCH v15 8/9] target/loongarch: Adjust functions and structure to support user-mode
` [PATCH v15 9/9] target/loongarch: Update README

[PATCH 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-09  1:49 UTC  (4+ messages)
` [PATCH 1/2] hw/nvme: Implement "

[PATCH 1/3] target/riscv: Remove the redundant initialization of env->misa_mxl
 2022-06-09  1:07 UTC  (3+ messages)
` [PATCH 2/3] target/riscv: kvm: Set env->misa_ext_mask to the supported value
` [PATCH 3/3] target/riscv: Skip parsing extensions from properties for KVM

Introduce akcipher service for virtio-crypto
 2022-06-09  0:57 UTC  (6+ messages)
` [PATCH v8 1/1] crypto: Introduce RSA algorithm
    `  "
        ` PING: "

[PATCH v2] edk2: Use TPM2_ENABLE and TPM2_CONFIG_ENABLE for newer edk2
 2022-06-09  0:47 UTC 

[PATCH] target/riscv: trans_rvv: Avoid assert for RV32 and e64
 2022-06-08 23:47 UTC 

[PATCH v4 0/3] target/m68k: semihosting cleanup
 2022-06-08 21:51 UTC  (7+ messages)

[PATCH] ppc: fix boot with sam460ex
 2022-06-08 21:34 UTC  (3+ messages)

[PATCH v2 0/6] bsd-user upstreaming: read, write and exit
 2022-06-08 21:17 UTC  (7+ messages)
` [PATCH v2 1/6] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH v2 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec
` [PATCH v2 3/6] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
` [PATCH v2 4/6] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH v2 5/6] bsd-user/bsd-file.h: Meat of the write system calls
` [PATCH v2 6/6] bsd-user/freebsd/os-syscall.c: Implement exit

[PATCH v1 1/1] QIOChannelSocket: Fix zero-copy send so socket flush works
 2022-06-08 21:00 UTC  (7+ messages)

[PATCH v13 0/8] MSG_ZEROCOPY + multifd
 2022-06-08 20:23 UTC  (8+ messages)
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
  ` [External] "

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-08 20:22 UTC  (7+ messages)
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-08 19:37 UTC  (6+ messages)

[PULL 0/1] VFIO updates 2022-06-08
 2022-06-08 19:23 UTC  (2+ messages)
` [PULL 1/1] vfio/common: remove spurious warning on vfio_listener_region_del

[PATCH v3 0/1] target/riscv: Add Zihintpause support
 2022-06-08 18:26 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH 00/20] migration: remove QEMUFileOps concept and assume use of QIOChannel
 2022-06-08 17:59 UTC  (3+ messages)
` [PATCH 03/20] migration: remove unreachble RDMA code in save_hook impl

[PATCH] configure: ignore --make
 2022-06-08 17:19 UTC  (4+ messages)

[PATCH RFC 0/5] CPU: Detect put cpu register errors for migrations
 2022-06-08 17:05 UTC  (3+ messages)
` [PATCH RFC 4/5] cpu: Allow cpu_synchronize_all_post_init() to take an errp

[PATCH 0/6] bsd-user upstreaming: read, write and exit
 2022-06-08 16:32 UTC  (8+ messages)
` [PATCH 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec

[PATCH] configure: update list of preserved environment variables
 2022-06-08 16:29 UTC  (2+ messages)

[PATCH v7 00/14] migration: Postcopy Preemption
 2022-06-08 16:26 UTC  (3+ messages)
` [PATCH v7 14/14] tests: Add postcopy preempt tests

[PATCH v5 00/10] qmp, hmp: statistics subsystem and KVM suport
 2022-06-08 16:17 UTC  (17+ messages)
` [PATCH v5 02/10] kvm: Support for querying fd-based stats
` [PATCH v5 06/10] hmp: add basic "info stats" implementation
` [PATCH v5 09/10] qmp: add filtering of statistics by name
` [PATCH v5 10/10] hmp: "

dbus-display-test is flakey
 2022-06-08 16:07 UTC  (3+ messages)

gitlab: convert Cirrus jobs to .base_job_template
 2022-06-08 16:07 UTC  (2+ messages)

[PATCH] tests/tcg/i386: Use explicit suffix on fist insns
 2022-06-08 15:43 UTC  (2+ messages)

[PATCH 0/3] target/riscv: Fix issue 1060
 2022-06-08 15:32 UTC  (2+ messages)

[PATCH] target/mips: make SEMIHOSTING conditional on TCG
 2022-06-08 15:22 UTC  (3+ messages)

[PATCH] gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobs
 2022-06-08 14:59 UTC  (2+ messages)

[PATCH v3 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-08 14:54 UTC  (9+ messages)
` [PATCH v3 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH v3 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH v3 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH v3 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH v3 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH v3 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH v3 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH v3 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH] test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef
 2022-06-08 14:58 UTC  (2+ messages)

[PATCH untested] tests/tcg: disable xtensa-linux-user again
 2022-06-08 14:53 UTC  (2+ messages)

[PULL v1 0/2] Merge tpm 2022/06/07 v1
 2022-06-08 14:40 UTC  (2+ messages)

[PATCH] edk2: Use TPM2_ENABLE and TPM2_CONFIG_ENABLE for newer edk2
 2022-06-08 13:55 UTC  (2+ messages)

[PATCH v2 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-06-08 13:53 UTC  (36+ messages)
` [PATCH v2 01/35] acpi: add interface to build device specific AML
` [PATCH v2 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface
` [PATCH v2 03/35] acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml
` [PATCH v2 04/35] acpi: parallel port: "
` [PATCH v2 05/35] acpi: serial-is: "
` [PATCH v2 06/35] acpi: mc146818rtc: "
` [PATCH v2 07/35] acpi: pckbd: "
` [PATCH v2 08/35] isa-bus: drop no longer used ISADeviceClass::build_aml
` [PATCH v2 09/35] tests: acpi: add and whitelist DSDT.ipmismbus expected blob
` [PATCH v2 10/35] tests: acpi: q35: add test for smbus-ipmi device
` [PATCH v2 11/35] tests: acpi: update expected blob DSDT.ipmismbus
` [PATCH v2 12/35] tests: acpi: whitelist DSDT.ipmismbus expected blob
` [PATCH v2 13/35] ipmi: acpi: use relative path to resource source
` [PATCH v2 14/35] tests: acpi: update expected DSDT.ipmismbus blob
` [PATCH v2 15/35] acpi: ich9-smb: add support for AcpiDevAmlIf interface
` [PATCH v2 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
` [PATCH v2 17/35] q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi
` [PATCH v2 18/35] tests: acpi: white-list to be re-factored pc/q35 DSDT
` [PATCH v2 19/35] acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors
` [PATCH v2 20/35] acpi: q35: "
` [PATCH v2 21/35] tests: acpi: update expected blobs
` [PATCH v2 22/35] tests: acpi: add and white-list DSDT.applesmc expected blob
` [PATCH v2 23/35] tests: acpi: add applesmc testcase
` [PATCH v2 24/35] acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 25/35] tests: acpi: update expected blobs
` [PATCH v2 26/35] tests: acpi: white-lists expected DSDT.pvpanic-isa blob
` [PATCH v2 27/35] tests: acpi: add pvpanic-isa: testcase
` [PATCH v2 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 29/35] tests: acpi: update expected DSDT.pvpanic-isa blob
` [PATCH v2 30/35] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PATCH v2 31/35] acpi: pc/q35: tpm-tis: fix TPM device scope
` [PATCH v2 32/35] acpi: pc/q35: remove not needed 'if' condition on pci bus
` [PATCH v2 33/35] acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 34/35] tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobs
` [PATCH v2 35/35] x86: acpi-build: do not include hw/isa/isa.h directly

[PATCH] MAINTAINERS: change Ben Widawsky's email address
 2022-06-08 13:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-08 13:08 UTC 

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-08 12:50 UTC  (8+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[RFC v2 00/15] vfio: Adopt iommufd
 2022-06-08 12:31 UTC  (6+ messages)
` [RFC v2 09/15] vfio/container-base: Introduce [attach/detach]_device container callbacks
` [RFC v2 11/15] backends/iommufd: Introduce the iommufd object
` [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend
` [RFC v2 14/15] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC v2 15/15] vfio/as: Allow the selection of a given iommu backend


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