qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-04 18:46:46 to 2022-01-05 14:05:03 UTC [more...]

[PATCH v1 00/34] testing/next and other misc fixes
 2022-01-05 13:50 UTC  (11+ messages)
` [PATCH v1 01/34] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v1 02/34] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v1 03/34] meson: require liburing >= 0.3
` [PATCH v1 05/34] ci: explicitly skip I/O tests on alpine
` [PATCH v1 06/34] tests/docker: switch fedora image to release 35
` [PATCH v1 07/34] tests: integrate lcitool for generating build env manifests
` [PATCH v1 09/34] tests/docker: auto-generate fedora.docker with lcitool
` [PATCH v1 11/34] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v1 27/34] tests/avocado: add :avocado: tags for some tests
` [PATCH v1 28/34] tests/tcg/multiarch: Read fp flags before printf

[PATCH 0/2] spapr: Fix support of POWER5+ processors
 2022-01-05 13:41 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: Add popcntb instruction to "
` [PATCH 2/2] spapr: Fix support of "

[PATCH v1 4/5] RISC-V: Typed CSRs in gdbserver
 2022-01-05 13:25 UTC  (12+ messages)
` [PATCH v2 0/5] Improve RISC-V debugging support
  ` [PATCH v2 1/5] RISC-V: larger and more consistent register set for 'info registers'
  ` [PATCH v2 3/5] RISC-V: 'info gmem' to show hypervisor guest -> physical address translations
  ` [PATCH v2 4/5] RISC-V: Typed CSRs in gdbserver

[PATCH] docs/system/ppc: Merge the PEF information into the pseries page
 2022-01-05 12:52 UTC  (2+ messages)

[PATCH 0/1] Fix -device JSON support wrt hotplug
 2022-01-05 12:49 UTC  (3+ messages)
` [PATCH 1/1] softmmu: fix device deletion events with -device JSON syntax

[PATCH] MAINTAINERS: Improve the PowerPC machines section
 2022-01-05 12:51 UTC  (2+ messages)

[PULL 0/8] Misc patches (tests, docs, compat machines)
 2022-01-05 12:36 UTC  (9+ messages)
` [PULL 1/8] hw: Add compat machines for 7.0
` [PULL 2/8] tests/qtest/test-x86-cpuid-compat: Check for machines before using them
` [PULL 3/8] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
` [PULL 4/8] tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
` [PULL 5/8] qemu-options: Remove the deprecated -no-quit option
` [PULL 6/8] docs/sphinx: fix compatibility with sphinx < 1.8
` [PULL 7/8] gitlab-ci: Enable docs in the centos job
` [PULL 8/8] docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name

[PATCH] docs/sphinx: fix compatibility with sphinx < 1.8
 2022-01-05 12:35 UTC  (2+ messages)

[RFC 00/10] add generic vDPA device support
 2022-01-05 12:26 UTC  (31+ messages)
` [RFC 01/10] virtio: get class_id and pci device id by the virtio id
` [RFC 02/10] vhost: add 3 commands for vhost-vdpa
` [RFC 03/10] vdpa: add the infrastructure of vdpa-dev
` [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface
` [RFC 05/10] vdpa-dev: implement the realize interface
` [RFC 06/10] vdpa-dev: implement the unrealize interface
` [RFC 07/10] vdpa-dev: implement the get_config/set_config interface
` [RFC 08/10] vdpa-dev: implement the get_features interface
` [RFC 09/10] vdpa-dev: implement the set_status interface
` [RFC 10/10] vdpa-dev: mark the device as unmigratable

[PATCH 0/6] Introduce CanoKey QEMU
 2022-01-05 12:02 UTC  (3+ messages)
` [PATCH 5/6] docs/qdev-device-use: Add CanoKey to QDEV devices examples

[PATCH] optionrom: Turn off -fcf-protection
 2022-01-05 12:00 UTC  (2+ messages)

[PATCH] docs: reSTify virtio-balloon-stats documentation and move to docs/interop
 2022-01-05 11:52 UTC 

[RFC 0/5] Clean up error handling in libvhost-user memory mapping
 2022-01-05 11:18 UTC  (11+ messages)
` [RFC 1/5] libvhost-user: Add vu_rem_mem_reg input validation
` [RFC 2/5] libvhost-user: Add vu_add_mem_reg "
` [RFC 3/5] libvhost-user: Simplify VHOST_USER_REM_MEM_REG
` [RFC 4/5] libvhost-user: prevent over-running max RAM slots
` [RFC 5/5] libvhost-user: handle removal of identical regions

[PATCH] ide: Explicitly poll for BHs on cancel
 2022-01-05 11:13 UTC 

[PATCH 1/3] linux-user: netlink: update IFLA entries
 2022-01-05 10:29 UTC  (6+ messages)
` [PATCH 2/3] linux-user: netlink: Add IFLA_VFINFO_LIST
` [PATCH 3/3] linux-user: netlink: update IFLA_BRPORT entries

[PATCH v2 0/7] linux-user: nios2 fixes
 2022-01-05 10:24 UTC  (15+ messages)
` [PATCH v2 1/7] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH v2 2/7] linux-user/nios2: Fixes for signal frame setup
` [PATCH v2 3/7] linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
` [PATCH v2 4/7] linux-user/nios2: Map a real kuser page
` [PATCH v2 5/7] linux-user/nios2: Fix EA vs PC confusion
` [PATCH v2 6/7] linux-user/nios2: Fix sigmask in setup_rt_frame
` [PATCH v2 7/7] linux-user/nios2: Use set_sigmask in do_rt_sigreturn

[PATCH v4 00/14] vfio-user server in QEMU
 2022-01-05 10:38 UTC  (5+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context

[PATCH] linux-user/syscall.c: malloc to g_try_malloc
 2022-01-05 10:26 UTC  (2+ messages)

[PATCH] linux-user/signal: Map exit signals in SIGCHLD siginfo_t
 2022-01-05 10:18 UTC  (2+ messages)

[PATCH] linux-user/syscall.c: fix missed flag for shared memory in open_self_maps
 2022-01-05 10:19 UTC  (2+ messages)

[PATCH] gitlab-ci: Enable docs in the centos job
 2022-01-05 10:14 UTC  (3+ messages)

[PATCH v4 0/2] linux-user: fixes for sched_ syscalls
 2022-01-05 10:16 UTC  (7+ messages)
` [PATCH v4 1/2] linux-user: add sched_getattr support
` [PATCH v4 2/2] linux-user: call set/getscheduler set/getparam directly

[PATCH] common-user: Really fix i386 calls to safe_syscall_set_errno_tail
 2022-01-05 10:04 UTC  (2+ messages)

[PATCH v2] FreeBSD: Upgrade to 12.3 release
 2022-01-05 10:02 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add entry for QEMU Guest Agent Windows components
 2022-01-05  9:50 UTC 

[PATCH] linux-user: Remove the deprecated ppc64abi32 target
 2022-01-05  9:47 UTC  (2+ messages)

[PATCH] docker: include bison in debian-tricore-cross
 2022-01-05  9:45 UTC  (2+ messages)

[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-05  9:41 UTC  (7+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam

[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-05  9:36 UTC  (4+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map

[PATCH v5 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2022-01-05  9:33 UTC  (2+ messages)

[PATCH] docs/can: convert to restructuredText
 2022-01-05  9:11 UTC  (2+ messages)

[PATCH 0/2] i386: Add support for Hyper-V Enlightened MSR-Bitmap feature
 2022-01-05  8:57 UTC  (3+ messages)
` [PATCH 1/2] i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
` [PATCH 2/2] i386: Hyper-V Enlightened MSR bitmap feature

[PATCH qemu] s390x/css: fix PMCW invalid mask
 2022-01-05  8:42 UTC  (2+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-05  7:53 UTC  (25+ messages)
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[PATCH for-7.0] hw/i386/pc: Add missing property descriptions
 2022-01-05  8:19 UTC  (2+ messages)

[PATCH 0/5] Introduce camera subsystem and USB video device
 2022-01-05  7:25 UTC  (6+ messages)
` [PATCH 4/5] usb: allow max 8192 bytes for desc
    `  "
  ` Re: [PATCH 0/5] Introduce camera subsystem and USB video device

[PATCH v2 0/2] linux-user/ppc: Deliver SIGTRAP on tw[i]/td[i]
 2022-01-05  6:46 UTC  (5+ messages)
` [PATCH v2 1/2] linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAP
` [PATCH v2 2/2] tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAP

[PATCH 0/3] PASID support for Intel IOMMU
 2022-01-05  4:19 UTC  (5+ messages)
` [PATCH] intel-iommu: correctly check passthrough during translation
` [PATCH 1/3] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH 2/3] intel-iommu: drop VTDBus
` [PATCH 3/3] intel-iommu: PASID support

[PATCH v6 00/23] QEMU RISC-V AIA support
 2022-01-05  3:30 UTC  (3+ messages)
` [PATCH v6 15/23] target/riscv: Implement AIA IMSIC interface CSRs

[RESEND PATCH v3 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2022-01-05  3:08 UTC  (8+ messages)
` [RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug
` [RESEND PATCH v3 2/7] target/riscv: machine: Add debug state description
` [RESEND PATCH v3 3/7] target/riscv: debug: Implement debug related TCGCPUOps
` [RESEND PATCH v3 4/7] target/riscv: cpu: Add a config option for native debug
` [RESEND PATCH v3 5/7] target/riscv: csr: Hook debug CSR read/write
` [RESEND PATCH v3 6/7] target/riscv: cpu: Enable native debug feature
` [RESEND PATCH v3 7/7] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()

[PATCH] Set return code on failure
 2022-01-05  3:16 UTC  (4+ messages)
` [PATCH] net/tap: "

[PATCH v3 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2022-01-05  3:01 UTC  (8+ messages)
` [PATCH v3 1/7] target/riscv: Add initial support for native debug
` [PATCH v3 2/7] target/riscv: machine: Add debug state description
` [PATCH v3 3/7] target/riscv: debug: Implement debug related TCGCPUOps
` [PATCH v3 4/7] target/riscv: cpu: Add a config option for native debug
` [PATCH v3 5/7] target/riscv: csr: Hook debug CSR read/write
` [PATCH v3 6/7] target/riscv: cpu: Enable native debug feature
` [PATCH v3 7/7] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()

[RESEND PATCH v3 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2022-01-05  3:06 UTC 

[PULL 0/4] tcg patch queue
 2022-01-05  2:53 UTC  (6+ messages)
` [PULL 1/4] tcg/optimize: Fix folding of vector ops
` [PULL 2/4] linux-user: Fix trivial build error on loongarch64 hosts
` [PULL 3/4] sysemu: Cleanup qemu_run_machine_init_done_notifiers()
` [PULL 4/4] common-user: Fix tail calls to safe_syscall_set_errno_tail

[PATCH v2 0/3] Fix RVV calling incorrect RFV/RVD check functions bug
 2022-01-05  2:22 UTC  (4+ messages)
` [PATCH v2 1/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening fp insns
` [PATCH v2 2/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening fp/int type-convert insns
` [PATCH v2 3/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing "

[PATCH v2] ui/vnc.c: Fixed a deadlock bug
 2022-01-05  2:08 UTC 

[PATCH] roms/opensbi: Upgrade from v0.9 to v1.0
 2022-01-05  1:57 UTC 

[PATCH] common-user: Fix tail calls to safe_syscall_set_errno_tail
 2022-01-04 23:40 UTC  (4+ messages)

[PATCH] sysemu: Cleanup qemu_run_machine_init_done_notifiers()
 2022-01-04 23:34 UTC  (2+ messages)

[PATCH for 7.0 0/5] bsd-user-smoke: A simple smoke test for bsd-user
 2022-01-04 23:28 UTC  (4+ messages)
` [PATCH for 7.0 5/5] bsd-user-smoke: Add to build

[PATCH v2] linux-user: Fix trivial build error on loongarch64 hosts
 2022-01-04 23:30 UTC  (3+ messages)

[PATCH 0/2] use trace events and fix garbled output
 2022-01-04 23:28 UTC  (3+ messages)
` [PATCH 1/2] hw/display/vmware_vga: replace fprintf calls with trace events

[PULL v3 00/15] Build system and KVM changes for 2021-12-23
 2022-01-04 23:12 UTC  (2+ messages)

[PATCH 0/2] tests/tcg: Fix float_{convs,madds}
 2022-01-04 23:05 UTC  (5+ messages)
` [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf

[PATCH v2 0/2] Align SiFive PDMA behavior to real hardware
 2022-01-04 21:54 UTC  (2+ messages)

[PATCH 0/3] Fix RVV calling incorrect RFV/RVD check functions bug
 2022-01-04 21:49 UTC  (3+ messages)
` [PATCH 1/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check funtion for widening fp insns

[PATCH 0/9] target/ppc: powerpc_excp improvements (2/n)
 2022-01-04 20:51 UTC  (3+ messages)
` [PATCH 6/9] target/ppc: powerpc_excp: Preserve MSR_LE bit

[PATCH] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab
 2022-01-04 20:40 UTC  (3+ messages)

[PATCH v2] linux-user: don't adjust base of found hole
 2022-01-04 20:02 UTC  (2+ messages)

[PATCH 0/3] Reorg ppc64 pmu insn counting
 2022-01-04 19:56 UTC  (6+ messages)

[PATCH 00/17] ppc/pnv: enable pnv-phb4 user devices
 2022-01-04 19:33 UTC  (4+ messages)
` [PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port

[PATCH 1/2] [crypto] Load all certificates in X509 CA file
 2022-01-04 18:44 UTC  (5+ messages)
` [PATCH 2/2] [crypto] Only verify CA certs in chain of trust

[PULL 0/2] SD/MMC patches for 2022-01-04
 2022-01-04 18:42 UTC  (2+ 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).