qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 16:39:24 to 2021-11-03 07:44:14 UTC [more...]

[PATCH] qdev-monitor: Fix use after free on duplicate device ID error
 2021-11-03  7:42 UTC  (2+ messages)

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-03  7:41 UTC  (10+ messages)
` [RFC PATCH v5 21/26] vhost: Add vhost_svq_valid_guest_features to shadow vq
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc

[PATCH v2 0/1] vhost: Fix last queue index of devices with no cvq
 2021-11-03  7:39 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RFC 0/6] support subsets of scalar crypto extension
 2021-11-03  7:22 UTC  (12+ messages)
` [RFC 2/6] target/riscv: rvk: add implementation of instructions for Zbk* - reuse partial instructions of Zbb/Zbc extensions - add brev8 packh, unzip, zip, etc
` [RFC 3/6] target/riscv: rvk: add flag support for Zk/Zkn/Zknd/Zknd/Zkne/Zknh/Zks/Zksed/Zksh/Zkr
` [RFC 4/6] target/riscv: rvk: add implementation of instructions for Zk*

[PATCH v4 0/6] optimize the downtime for vfio migration
 2021-11-03  6:58 UTC  (4+ messages)
` [PATCH v4 6/6] vfio: defer to commit kvm irq routing when enable msi/msix

[PATCH v5 0/4] docs/sphinx: change default `role` to "any"
 2021-11-03  6:41 UTC  (7+ messages)
` [PATCH v5 1/4] docs: remove non-reference uses of single backticks
` [PATCH v5 2/4] docs: (further) "
` [PATCH v5 3/4] docs: (further further) "
` [PATCH v5 4/4] docs/sphinx: change default role to "any"

Question on plugin or modules support on windows
 2021-11-03  6:33 UTC 

[PULL 00/12] Block layer patches
 2021-11-03  6:27 UTC  (2+ messages)

[PATCH v2 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2021-11-03  6:00 UTC  (5+ messages)
` [PATCH v2 4/7] target/riscv: cpu: Add a config option for native debug
` [PATCH v2 7/7] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-03  5:57 UTC  (10+ messages)
` [PATCH v4 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs

[ PATCH v3 00/10] Improve PMU support
 2021-11-03  5:51 UTC  (11+ messages)
` [ PATCH v3 01/10] target/riscv: Fix PMU CSR predicate function
` [ PATCH v3 02/10] target/riscv: Implement PMU CSR predicate function for
` [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu
` [ PATCH v3 04/10] target/riscv: pmu: Make number of counters configurable
` [ PATCH v3 05/10] target/riscv: Implement mcountinhibit CSR

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-11-03  5:39 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-11-03  5:29 UTC  (22+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64

[PULL 0/4] Block patches
 2021-11-03  4:31 UTC  (2+ messages)

[PATCH v4 00/10] target/arm: Fix insn exception priorities
 2021-11-03  4:03 UTC  (11+ messages)
` [PATCH v4 01/10] target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insn
` [PATCH v4 02/10] target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn
` [PATCH v4 03/10] target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn
` [PATCH v4 04/10] target/arm: Split arm_pre_translate_insn
` [PATCH v4 05/10] target/arm: Advance pc for arch single-step exception
` [PATCH v4 06/10] target/arm: Split compute_fsr_fsc out of arm_deliver_fault
` [PATCH v4 07/10] target/arm: Take an exception if PC is misaligned
` [PATCH v4 08/10] target/arm: Assert thumb pc is aligned
` [PATCH v4 09/10] target/arm: Suppress bp for exceptions with more priority
` [PATCH v4 10/10] tests/tcg: Add arm and aarch64 pc alignment tests

[PATCH v2 00/30] bsd-user: arm (32-bit) support
 2021-11-03  3:49 UTC  (47+ messages)
` [PATCH v2 01/30] bsd-user: Add stubs for new signal routines
` [PATCH v2 02/30] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH v2 03/30] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH v2 04/30] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH v2 05/30] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH v2 06/30] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH v2 07/30] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH v2 08/30] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PATCH v2 09/30] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH v2 10/30] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH v2 11/30] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH v2 12/30] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH v2 13/30] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH v2 14/30] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v2 15/30] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH v2 16/30] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v2 17/30] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH v2 18/30] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PATCH v2 19/30] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH v2 20/30] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH v2 21/30] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH v2 22/30] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH v2 23/30] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH v2 24/30] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH v2 25/30] bsd-user/arm/target_arch_signal.h: arm get_ucontext_sigreturn
` [PATCH v2 26/30] bsd-user: add arm target build
` [PATCH v2 27/30] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PATCH v2 28/30] bsd-user/x86_64/target_arch_signal.h: "
` [PATCH v2 29/30] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v2 30/30] bsd-user/x86_64/target_arch_signal.h: "

[PATCH v3] Optimized the function of fill_connection_key
 2021-11-03  2:21 UTC 

[PATCH] net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()
 2021-11-03  2:03 UTC  (2+ messages)

[Bug 1903712] [NEW] when ../configure, cannot find Ninjia
 2021-11-03  1:51 UTC  (2+ messages)
` [Bug 1903712] "

[PATCH v2 0/7] Fixed some bugs and optimized some codes for COLO
 2021-11-03  1:49 UTC  (4+ messages)
` [PATCH v2 7/7] Optimized the function of fill_connection_key

[PULL 0/4] Trivial branch for 6.2 patches
 2021-11-03  1:12 UTC  (6+ messages)
` [PULL 1/4] monitor: Trim some trailing space from human-readable output
` [PULL 2/4] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
` [PULL 3/4] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
` [PULL 4/4] hw/input/lasips2: Fix typos in function names

[PULL 0/9] pc,pci,virtio: features, fixes
 2021-11-03  1:04 UTC  (2+ messages)

[PATCH] ppc/pegasos2: Suppress warning when qtest enabled
 2021-11-03  0:18 UTC  (2+ messages)

[PATCH] ppc/pnv: Fix check on block device before updating drive contents
 2021-11-03  0:11 UTC  (2+ messages)

[PULL 00/60] accel/tcg patch queue
 2021-11-02 23:37 UTC  (5+ messages)

[PATCH 1/4] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
 2021-11-02 22:36 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH 2/4] ui/gtk-egl: make sure the right context is set as the current
  ` [PATCH 3/4] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
  ` [PATCH 4/4] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound

[PULL 00/41] MIPS patches for 2021-11-02
 2021-11-02 23:23 UTC  (2+ messages)

[PULL v2 00/12] target/arm patch queue
 2021-11-02 22:49 UTC  (14+ messages)
` [PULL v2 01/12] hw/sd: add nuvoton MMC
` [PULL v2 02/12] hw/arm: Add Nuvoton SD module to board
` [PULL v2 03/12] hw/arm: Attach MMC to quanta-gbs-bmc
` [PULL v2 04/12] tests/qtest/libqos: add SDHCI commands
` [PULL v2 05/12] target/arm: Advertise MVE to gdb when present
` [PULL v2 06/12] target/arm: Use tcg_constant_i32() in op_smlad()
` [PULL v2 07/12] target/arm: Introduce store_cpu_field_constant() helper
` [PULL v2 08/12] target/arm: Use the constant variant of store_cpu_field() when possible
` [PULL v2 09/12] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
` [PULL v2 10/12] target/arm: Use tcg_constant_i32() in gen_rev16()
` [PULL v2 11/12] hw/arm/virt: Rename default_bus_bypass_iommu
` [PULL v2 12/12] hvf: arm: Ignore cache operations on MMIO

[PATCH v3 0/5] hw/arm: Add MMC device for NPCM7XX boards
 2021-11-02 22:49 UTC  (6+ messages)
` [PATCH v3 1/5] hw/sd: add nuvoton MMC
` [PATCH v3 2/5] hw/arm: Add Nuvoton SD module to board
` [PATCH v3 3/5] hw/arm: Attach MMC to quanta-gbs-bmc
` [PATCH v3 4/5] tests/qtest/libqos: add SDHCI commands
` [PATCH v3 5/5] tests/qtest: add qtests for npcm7xx sdhci

[PATCH] MAINTAINERS: Change status to Odd Fixes
 2021-11-02 22:35 UTC  (4+ messages)

[RFC PATCH v2 0/2] s390x: Improvements to SIGP handling [QEMU]
 2021-11-02 20:11 UTC  (3+ messages)
` [RFC PATCH v2 1/2] Temporary linux-headers update
` [RFC PATCH v2 2/2] s390x: Implement the USER_SIGP_BUSY capability

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-02 19:00 UTC  (6+ messages)
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-11-02 18:19 UTC  (7+ messages)

[PATCH 0/2] failover: don't allow to migrate a paused VM that needs PCI unplug
 2021-11-02 18:09 UTC  (9+ messages)
` [PATCH 2/2] "

[PULL 00/18] HMP-to-QMP info command patches
 2021-11-02 17:57 UTC  (19+ messages)
` [PULL 01/18] monitor: remove 'info ioapic' HMP command
` [PULL 02/18] monitor: make hmp_handle_error return a boolean
` [PULL 03/18] docs/devel: rename file for writing monitor commands
` [PULL 04/18] docs/devel: tweak headings in monitor command docs
` [PULL 05/18] docs/devel: update error handling guidance for HMP commands
` [PULL 06/18] monitor: introduce HumanReadableText and HMP support
` [PULL 07/18] docs/devel: document expectations for QAPI data modelling for QMP
` [PULL 08/18] docs/devel: add example of command returning unstructured text
` [PULL 09/18] docs/devel: document expectations for HMP commands in the future
` [PULL 10/18] qapi: introduce x-query-roms QMP command
` [PULL 11/18] qapi: introduce x-query-profile "
` [PULL 12/18] qapi: introduce x-query-numa "
` [PULL 13/18] qapi: introduce x-query-usb "
` [PULL 14/18] qapi: introduce x-query-rdma "
` [PULL 15/18] qapi: introduce x-query-ramblock "
` [PULL 16/18] qapi: introduce x-query-irq "
` [PULL 17/18] qapi: introduce x-query-jit "
` [PULL 18/18] qapi: introduce x-query-opcount "

[PATCH] softmmu/qdev-monitor: fix use-after-free in qdev_set_id()
 2021-11-02 17:52 UTC  (4+ messages)

[PATCH] vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()
 2021-11-02 17:51 UTC  (2+ messages)

[PULL 00/12] target/arm patch queue
 2021-11-02 17:48 UTC  (3+ messages)
` [PULL 05/12] tests/qtest: add qtests for npcm7xx sdhci

[PATCH v2 0/5] hw/arm: Add MMC device for NPCM7XX boards
 2021-11-02 17:38 UTC  (3+ messages)
` [PATCH v2 5/5] tests/qtest: add qtests for npcm7xx sdhci

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-02 17:33 UTC  (4+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-02 17:10 UTC  (7+ messages)

[PATCH] migration: RDMA registrations interval optimization
 2021-11-02 16:47 UTC  (2+ messages)

[PATCH v3 0/3] memory: memory_region_is_mapped() cleanups
 2021-11-02 16:43 UTC  (4+ messages)
` [PATCH v3 1/3] machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
` [PATCH v3 2/3] memory: Make memory_region_is_mapped() succeed when mapped via an alias
` [PATCH v3 3/3] memory: Update description of memory_region_is_mapped()

[PULL 00/30] Hexagon HVX (target/hexagon) patch series
 2021-11-02 16:53 UTC  (10+ messages)
` [PULL 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test

[PULL 0/6] Trivial branch for 6.2 patches
 2021-11-02 16:48 UTC  (5+ messages)
` [PULL 6/6] hw/input/lasips2: QOM'ify the Lasi PS/2

[PULL 00/10] Misc 20211102 patches
 2021-11-02 16:26 UTC  (5+ messages)
` [PULL 01/10] MAINTAINERS: Add myself as a reviewer for SDL audio
` [PULL 03/10] microvm: add device tree support
` [PULL 05/10] ui/gtk: skip any extra draw of same guest scanout blob res
` [PULL 10/10] usb-storage: tag usb_msd_csw as packed struct


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