qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 07:08:13 to 2022-12-01 07:20:07 UTC [more...]

[PATCH 0/9] ui: Move and clean up monitor command code
 2022-12-01  7:19 UTC  (13+ messages)
` [PATCH 1/9] ui: Check numeric part of expire_password argument @time properly
` [PATCH 2/9] ui: Fix silent truncation of numeric keys in HMP sendkey
` [PATCH 3/9] ui: Drop disabled code for SPICE_CHANNEL_WEBDAV
` [PATCH 4/9] ui: Clean up a few things checkpatch.pl would flag later on
` [PATCH 5/9] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PATCH 7/9] ui: Improve "change vnc" error reporting
` [PATCH 8/9] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PATCH 9/9] ui: Reduce nesting in hmp_change_vnc() slightly

regression: insmod module failed in VM with nvdimm on
 2022-12-01  7:15 UTC  (6+ messages)
` regression: insmod module failed in VM with nvdimm on #forregzbot

[PATCH for-7.2] vhost: enable vrings in vhost_dev_start() for vhost-user devices
 2022-12-01  7:04 UTC  (5+ messages)

回复: Re: [RESEND PATCH] virtio-pci: fix vector_irqfd leak in virtio_pci_set_guest_notifiers
 2022-12-01  7:03 UTC  (2+ messages)

[PATCH] linux-user,bsd-user: re-exec with G_SLICE=always-malloc
 2022-12-01  6:55 UTC  (2+ messages)

[PATCH for 7.2 v4 0/5] final vhost-user fixes
 2022-12-01  6:56 UTC  (9+ messages)
` [PATCH v4 1/5] tests/qtests: override "force-legacy" for gpio virtio-mmio tests
` [PATCH v4 2/5] vhost: enable vrings in vhost_dev_start() for vhost-user devices
` [PATCH v4 3/5] hw/virtio: add started_vu status field to vhost-user-gpio
` [PATCH v4 4/5] hw/virtio: generalise CHR_EVENT_CLOSED handling
` [PATCH v4 5/5] include/hw: VM state takes precedence in virtio_device_should_start

Monitor commands related to display server passwords
 2022-12-01  6:48 UTC  (5+ messages)

[PATCH] accel/tcg: Fix undefined jump with x86_cpu_tlb_fill
 2022-12-01  6:48 UTC 

[PATCH] target/i386: allow MMX instructions with CR4.OSFXSR=0
 2022-12-01  6:43 UTC  (3+ messages)

[PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t
 2022-12-01  6:36 UTC  (7+ messages)
` [PATCH-for-8.0 1/3] tcg/s390x: Fix coding style
` [PATCH-for-8.0 2/3] tcg: Replace tcg_target_long -> intptr_t
` [PATCH-for-8.0 3/3] tcg: Replace tcg_target_ulong -> uintptr_t

[PATCH v2 00/11] migration: introduce dirtylimit capability
 2022-12-01  2:09 UTC  (7+ messages)
` [PATCH v2 07/11] migration: Implement dirty-limit convergence algo
` [PATCH v2 08/11] migration: Export dirty-limit time info

[PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion
 2022-11-30 23:38 UTC  (10+ messages)
` [PATCH-for-8.0 1/2] typedefs: Forward-declare AccelState
` [PATCH-for-8.0 2/2] hw: Reduce "qemu/accel.h" inclusion

Question about CPUTLBEntry
 2022-11-30 23:19 UTC  (2+ messages)

[PATCH-for-8.0 0/5] cpu: Move target-independent code to common code
 2022-11-30 22:21 UTC  (12+ messages)
` [PATCH-for-8.0 1/5] cpu: Remove capstone meson dependency
` [PATCH-for-8.0 2/5] cpu: Move cpu_class_init_props() to common code
` [PATCH-for-8.0 3/5] cpu: Move breakpoint helpers "
` [PATCH-for-8.0 4/5] cpu: Move cpu_abort() "
` [PATCH-for-8.0 5/5] cpu: Remove unused includes

[PATCH v2 0/1] tcg: convert tcg/README to rst
 2022-11-30 22:12 UTC  (4+ messages)
` [PATCH v2 1/1] "

[ANNOUNCE] QEMU 7.2.0-rc3 is now available
 2022-11-30 21:57 UTC 

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-11-30 21:09 UTC  (20+ messages)
` [PATCH 17/26] target/s390x: Introduce help_goto_indirect
` [PATCH 19/26] target/s390x: Simplify help_branch
` [PATCH 20/26] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH 21/26] target/s390x: Remove PER check from use_goto_tb
    ` [PATCH 1/2] target/s390x: Fix successful-branch PER events
      ` [PATCH 2/2] tests/tcg/s390x: Add per.S
` [PATCH 22/26] target/s390x: Pass original r2 register to BCR
` [PATCH 23/26] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH 24/26] tcg: Introduce tcg_temp_ebb_new_*
` [PATCH 25/26] tcg: Introduce tcg_temp_is_normal_*

[PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
 2022-11-30 20:53 UTC  (4+ messages)
` [PATCH-for-8.0 1/2] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e()
` [PATCH-for-8.0 2/2] target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply()

[PATCH for-7.2] block-backend: avoid bdrv_unregister_buf() NULL pointer deref
 2022-11-30 19:47 UTC  (2+ messages)

[RFC PATCH-for-7.2 v3 0/5] hw/display/qxl: Avoid buffer overrun in qxl_phys2virt()
 2022-11-30 19:45 UTC  (2+ messages)

[PATCH for-7.2] target/arm: Set TCGCPUOps.restore_state_to_opc for v7m
 2022-11-30 19:46 UTC  (3+ messages)

[PATCH qemu.git 0/1] hw/arm/virt: make second UART available
 2022-11-30 19:24 UTC  (6+ messages)
` [PATCH qemu.git 1/1] "

[PATCH qemu.git 0/1] hw/arm/virt: add 2x sp804 timer
 2022-11-30 18:56 UTC  (2+ messages)
` [PATCH qemu.git 1/1] "

[PATCH 00/12] pci: Move and clean up monitor command code
 2022-11-30 18:40 UTC  (4+ messages)
` [PATCH 08/12] pci: Fix silent truncation of pcie_aer_inject_error argument

[PATCH] MAINTAINERS: Add 9p test client to section "virtio-9p"
 2022-11-30 18:12 UTC  (2+ messages)

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2022-11-30 16:37 UTC  (10+ messages)
` [PATCH 1/3] intel-iommu: fail MAP notifier without caching mode
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation

Exposing Mac Host Internal Microphone to Guests
 2022-11-30 16:15 UTC 

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-11-30 16:16 UTC  (3+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-30 14:31 UTC  (8+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[RESEND PATCH] ide: Add "ide-cf" driver, a CompactFlash card
 2022-11-30 13:52 UTC  (2+ messages)

[RESEND PATCH] ide: Add 8-bit data mode
 2022-11-30 13:51 UTC  (2+ messages)

Who / what uses QMP command add_client?
 2022-11-30 13:51 UTC  (7+ messages)

[PATCH v7 0/9] support subsets of code size reduction extension
 2022-11-30  7:08 UTC  (5+ messages)
` [PATCH v7 9/9] disas/riscv.c: add disasm support for Zc*
  `  "

[PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset
 2022-11-30 13:22 UTC  (7+ messages)
` [PATCH for-8.0 17/19] target/sparc: Convert "

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-11-30 12:27 UTC  (5+ messages)
` [PATCH v2 5/8] hw/arm/virt: Fix devicetree warnings about the GPIO node

[PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions
 2022-11-30 12:20 UTC  (16+ messages)
` [PATCH for-8.0 2/7] hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset
` [PATCH for-8.0 3/7] pci: Convert TYPE_PCIE_ROOT_PORT "
` [PATCH for-8.0 4/7] pci: Convert child classes of "
` [PATCH for-8.0 5/7] hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()
` [PATCH for-8.0 6/7] hw/intc/xics: Convert TYPE_ICS to 3-phase reset
` [PATCH for-8.0 7/7] hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI "

[PATCH v2 for-8.0 0/5] scripts/make-release: Decrease size of the release tarballs
 2022-11-30 12:09 UTC  (9+ messages)
` [PATCH v2 for-8.0 5/5] scripts/make-release: Move roms into separate tarball

[PATCH v3 0/3] Implement the watchdog timer of HiFive 1 rev b
 2022-11-30 11:29 UTC  (3+ messages)
` [PATCH v3 3/3] tests/qtest: sifive-e-aon-watchdog-test.c : Add QTest of watchdog of sifive_e

[PATCH for 7.2-rc3 v3 0/7] fix vhost-user issues with CI
 2022-11-30 11:28 UTC  (8+ messages)
` [PATCH v3 7/7] hw/virtio: generalise CHR_EVENT_CLOSED handling

[PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field
 2022-11-30 11:20 UTC  (3+ messages)
` [PATCH v2 for-8.0 2/2] "

[PATCH for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-11-30 11:15 UTC 

[PATCH v4] hw/loongarch/virt: Add cfi01 pflash device
 2022-11-30 10:47 UTC  (2+ messages)

[PATCH for-8.0 0/9] arm: Convert Arm GIC, ITS, SMMU devices to 3-phase reset
 2022-11-30 10:34 UTC  (13+ messages)
` [PATCH for-8.0 2/9] hw/arm: Convert TYPE_ARM_SMMUV3 "
` [PATCH for-8.0 4/9] hw/intc: Convert TYPE_ARM_GIC_KVM "
` [PATCH for-8.0 5/9] hw/intc: Convert TYPE_ARM_GICV3_COMMON "
` [PATCH for-8.0 6/9] hw/intc: Convert TYPE_KVM_ARM_GICV3 "
` [PATCH for-8.0 8/9] hw/intc: Convert TYPE_ARM_GICV3_ITS "
` [PATCH for-8.0 9/9] hw/intc: Convert TYPE_KVM_ARM_ITS "

[PATCH v2] e1000: Configure ResettableClass
 2022-11-30 10:26 UTC  (2+ messages)

[PATCH] docs/devel/reset.rst: Correct function names
 2022-11-30 10:24 UTC  (2+ messages)

[PATCH for-8.0 0/2] hw/misc: Convert MOS6522 devices to 3-phase reset
 2022-11-30 10:16 UTC  (3+ messages)
` [PATCH for-8.0 2/2] hw/misc: Convert TYPE_MOS6522 subclasses "

[PATCH for-8.0 0/9] reset: Remove some deprecated APIs
 2022-11-30 10:14 UTC  (9+ messages)
` [PATCH for-8.0 1/9] hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices
` [PATCH for-8.0 4/9] hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()
` [PATCH for-8.0 6/9] hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()
` [PATCH for-8.0 7/9] Replace use of qdev_reset_all() with device_cold_reset()

[PATCH for-8.0 0/2] hw/input/ps2: Convert to 3-phase reset
 2022-11-30 10:04 UTC  (3+ messages)
` [PATCH for-8.0 2/2] hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE "

[PATCH v4 00/14] vfio/migration: Implement VFIO migration protocol v2
 2022-11-30  9:44 UTC  (15+ messages)
` [PATCH v4 01/14] migration: No save_live_pending() method uses the QEMUFile parameter
` [PATCH v4 02/14] migration: Simplify migration_iteration_run()
` [PATCH v4 03/14] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v4 04/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v4 05/14] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v4 06/14] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v4 07/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v4 08/14] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v4 09/14] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v4 10/14] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v4 11/14] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v4 12/14] docs/devel: Align vfio-migration docs to VFIO migration v2
` [PATCH v4 13/14] vfio/migration: Use VFIO_DEVICE_FEATURE_MIG_DATA_SIZE ioctl
` [PATCH v4 14/14] vfio/migration: Optimize vfio_save_pending()

[qemu-web PATCH v2] Add a blog post about zoned storage emulation
 2022-11-30  9:48 UTC  (3+ messages)

[PATCH 0/1] tcg: convert tcg/README to rst
 2022-11-30  9:23 UTC  (4+ messages)
` [PATCH 1/1] "

QEMU 7.2 non-deterministic migration-test CI failure
 2022-11-30  9:20 UTC  (2+ messages)

[PATCH v14 0/5] Improve PMU support
 2022-11-30  8:31 UTC  (14+ messages)
` [PATCH v14 4/5] hw/riscv: virt: Add PMU DT node to the device tree

[PATCH 0/1] Fix some typos
 2022-11-30  8:29 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] vhost: Not return fail while the device does not support send_iotlb_msg
 2022-11-30  8:11 UTC 

[PATCH v8 0/9] support subsets of code size reduction extension
 2022-11-30  7:50 UTC  (10+ messages)
` [PATCH v8 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v8 2/9] target/riscv: add support for Zca extension
` [PATCH v8 3/9] target/riscv: add support for Zcf extension
` [PATCH v8 4/9] target/riscv: add support for Zcd extension
` [PATCH v8 5/9] target/riscv: add support for Zcb extension
` [PATCH v8 6/9] target/riscv: add support for Zcmp extension
` [PATCH v8 7/9] target/riscv: add support for Zcmt extension
` [PATCH v8 8/9] target/riscv: expose properties for Zc* extension
` [PATCH v8 9/9] disas/riscv.c: add disasm support for Zc*

[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
 2022-11-30  7:40 UTC  (4+ messages)
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree

[PATCH v2 0/4] Guest announce feature emulation using Shadow VirtQueue
 2022-11-30  7:17 UTC  (6+ messages)
` [PATCH v2 3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail


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