qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-14 12:20:15 to 2022-06-15 15:45:17 UTC [more...]

[PATCH] target/riscv: Update tval for hardware watchpoint
 2022-06-15 15:15 UTC  (2+ messages)

[PATCH] tests/vm: allow running tests in an unconfigured source tree
 2022-06-15 15:29 UTC  (2+ messages)

[PATCH v4 0/7] 9pfs: fix 'Twalk' protocol violation
 2022-06-15 15:08 UTC  (3+ messages)
` [PATCH v4 3/7] tests/9pfs: compare QIDs in fs_walk_none() test

[PATCH 0/5] Update CentOS VM tests
 2022-06-15 15:33 UTC  (13+ messages)
` [PATCH 2/5] tests/qemu-iotests: skip 108 when FUSE is not loaded
` [PATCH 3/5] tests/vm: use 'cp' instead of 'ln' for temporary vm images
` [PATCH 4/5] tests/vm: switch CentOS 8 to CentOS 8 Stream

[PATCH V8 00/39] Live Update
 2022-06-15 14:52 UTC  (39+ messages)
` [PATCH V8 01/39] migration: fix populate_vfio_info
` [PATCH V8 02/39] migration: qemu file wrappers
` [PATCH V8 03/39] migration: simplify savevm
` [PATCH V8 05/39] vl: start on wakeup request
` [PATCH V8 06/39] cpr: reboot mode
` [PATCH V8 07/39] cpr: reboot HMP interfaces
` [PATCH V8 08/39] cpr: blockers
` [PATCH V8 09/39] cpr: register blockers
` [PATCH V8 10/39] cpr: cpr-enable option
` [PATCH V8 11/39] cpr: save ram blocks
` [PATCH V8 12/39] memory: flat section iterator
` [PATCH V8 13/39] oslib: qemu_clear_cloexec
` [PATCH V8 14/39] qapi: strList_from_string
` [PATCH V8 15/39] qapi: QAPI_LIST_LENGTH
` [PATCH V8 16/39] qapi: strv_from_strList
` [PATCH V8 17/39] qapi: strList unit tests
` [PATCH V8 18/39] vl: helper to request re-exec
` [PATCH V8 19/39] cpr: preserve extra state
` [PATCH V8 20/39] cpr: restart mode
` [PATCH V8 21/39] cpr: restart HMP interfaces
` [PATCH V8 22/39] cpr: ram block blockers
` [PATCH V8 23/39] hostmem-memfd: cpr for memory-backend-memfd
` [PATCH V8 24/39] pci: export export msix_is_pending
` [PATCH V8 25/39] cpr: notifiers
` [PATCH V8 26/39] vfio-pci: refactor for cpr
` [PATCH V8 27/39] vfio-pci: cpr part 1 (fd and dma)
` [PATCH V8 28/39] vfio-pci: cpr part 2 (msi)
` [PATCH V8 29/39] vfio-pci: cpr part 3 (intx)
` [PATCH V8 30/39] vfio-pci: recover from unmap-all-vaddr failure
` [PATCH V8 31/39] vhost: reset vhost devices for cpr
` [PATCH V8 32/39] loader: suppress rom_reset during cpr
` [PATCH V8 33/39] chardev: cpr framework
` [PATCH V8 34/39] chardev: cpr for simple devices
` [PATCH V8 35/39] chardev: cpr for pty
` [PATCH V8 36/39] chardev: cpr for sockets
` [PATCH V8 37/39] cpr: only-cpr-capable option
` [PATCH V8 38/39] python/machine: add QEMUMachine accessors
` [PATCH V8 39/39] tests/avocado: add cpr regression test

New "IndustryStandard" fw_cfg?
 2022-06-15 15:19 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add softmmu/runstate.c to "Main loop"
 2022-06-15 15:20 UTC  (2+ messages)

[PATCH v16 0/9] Add LoongArch linux-user emulation support
 2022-06-15 15:00 UTC  (14+ messages)
` [PATCH v16 2/9] linux-user: Add LoongArch signal support
` [PATCH v16 3/9] linux-user: Add LoongArch elf support
` [PATCH v16 7/9] target/loongarch: Adjust functions and structure to support user-mode
` [PATCH v16 9/9] target/loongarch: Update README

[PATCH 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-15 14:52 UTC  (19+ messages)
` [PATCH 1/2] hw/nvme: Implement "

[PATCH v2 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-15 14:49 UTC  (3+ messages)
` [PATCH v2 1/2] hw/nvme: Implement "
` [PATCH v2 2/2] hw/nvme: Add trace events for shadow doorbell buffer

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

[PULL 00/10] Block jobs & NBD patches
 2022-06-15 14:39 UTC  (4+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-15 14:29 UTC  (20+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag

regarding QEMU ACPI table generation and passing acpi tables/methods to guest OS
 2022-06-15 14:15 UTC  (2+ messages)

[PATCH 0/9] Improve RISC-V Debug support
 2022-06-15 13:18 UTC  (20+ messages)
` [PATCH 1/9] target/riscv: debug: Determine the trigger type from tdata1.type
` [PATCH 2/9] target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
` [PATCH 3/9] target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
` [PATCH 4/9] target/riscv: debug: Restrict the range of tselect value can be written
` [PATCH 5/9] target/riscv: debug: Introduce tinfo CSR
` [PATCH 6/9] target/riscv: debug: Create common trigger actions function
` [PATCH 7/9] target/riscv: debug: Check VU/VS modes for type 2 trigger
` [PATCH 8/9] target/riscv: debug: Return 0 if previous value written to tselect >= number of triggers
` [PATCH 9/9] target/riscv: debug: Add initial support of type 6 trigger

[PATCH 0/2] Make local migration with TAP network device possible
 2022-06-15 13:12 UTC  (4+ messages)
` [PATCH 1/2] chardev: don't set O_NONBLOCK on SCM_RIGHTS file descriptors

[PATCH v5 0/4] cutils: Introduce bundle mechanism
 2022-06-15 13:08 UTC  (5+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] datadir: Use "
` [PATCH v5 3/4] ui/icons: "
` [PATCH v5 4/4] net: "

[PATCH v4 0/4] cutils: Introduce bundle mechanism
 2022-06-15 13:12 UTC  (14+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] datadir: Use "
` [PATCH v4 3/4] ui/icons: "
` [PATCH v4 4/4] net: "

[PATCH v3 0/4] softmmu: make qemu_find_file more flexible wrt build dir layout
 2022-06-15 12:04 UTC  (7+ messages)
` [PATCH v3 1/4] softmmu: rewrite handling of qemu_find_file
` [PATCH v3 2/4] ui: move 'pc-bios/keymaps' to 'ui/keymaps'
` [PATCH v3 3/4] ui: find icons using qemu_find_file
` [PATCH v3 4/4] net: convert to use qemu_find_file to locate bridge helper

[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
 2022-06-15 11:57 UTC  (3+ messages)
` [PULL 20/33] configure: handle host compiler in probe_target_compiler

[RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend
 2022-06-15 11:56 UTC  (9+ messages)
` [RFC PATCH v2 2/8] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [RFC PATCH v2 3/8] qapi: net: add stream and dgram netdevs

[PATCH] hw/mem/nvdimm: fix error message for 'unarmed' flag
 2022-06-15 11:49 UTC  (11+ messages)

[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
 2022-06-15 10:02 UTC  (10+ messages)

[PATCH] target/ppc: cpu_init: Clean up stop state on cpu reset
 2022-06-15  9:40 UTC  (5+ messages)

[PATCH 0/2] Two sets of trivials
 2022-06-15  8:51 UTC  (4+ messages)
` [PATCH 1/2] Trivial: 3 char repeat typos

[PATCH] q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabled
 2022-06-15  8:59 UTC  (4+ messages)

[PATCH v12 00/14] vfio-user server in QEMU
 2022-06-15  8:21 UTC  (5+ messages)

[PATCH] build: fix check for -fsanitize-coverage-allowlist
 2022-06-15  8:19 UTC  (2+ messages)

[PATCH qemu] ppc/spapr: Implement H_WATCHDOG
 2022-06-15  7:11 UTC  (3+ messages)

[RFC][PATCH] docs: note exception for PCIe IO port access
 2022-06-15  6:42 UTC  (6+ messages)
` [PATCH v2] docs: add PCIe root bus for VGA compat guideline

[PATCH v2] ui/console: allow display device to be labeled with given id
 2022-06-15  6:35 UTC 

[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
 2022-06-15  6:40 UTC  (6+ messages)
` [PATCH v2 07/11] "

[PATCH] hw/riscv: virt: pass random seed to fdt
 2022-06-15  4:05 UTC  (2+ messages)

[PATCH] ui/cocoa: Fix clipboard text release
 2022-06-14 21:21 UTC 

[PATCH] ui/cocoa: Take refresh rate into account
 2022-06-14 21:19 UTC 

[RFC PATCH 00/13] Add a plugin to support out-of-band live migration for VFIO pass-through device
 2022-06-14 21:10 UTC  (5+ messages)

[PATCH] hw:m25p80: Add STATE_STANDBY command state
 2022-06-14 20:02 UTC 

[PATCH v2 1/2] hw: m25p80: add WP# pin and SRWD bit for write protection
 2022-06-14 17:15 UTC  (3+ messages)
` [PATCH] hw:w25p80: Add STATE_STANDBY to handle incorrect command

[PATCH] configure: cleanup -fno-pie detection
 2022-06-14 16:55 UTC  (2+ messages)

[PATCH RESEND 0/3] ppc: Implement ISA 3.00 tlbie[l]
 2022-06-14 16:30 UTC  (4+ messages)
` [PATCH RESEND 1/3] target/ppc: Move tlbie to decode tree
` [PATCH RESEND 2/3] target/ppc: Move tlbiel "
` [PATCH RESEND 3/3] target/ppc: Implement ISA 3.00 tlbie[l]

[PATCH 0/2] linux-aio: fix unbalanced plugged counter in laio_io_unplug()
 2022-06-14 16:29 UTC  (2+ messages)

[PATCH v2 1/2] QIOChannelSocket: Reduce ifdefs to improve readability
 2022-06-14 16:22 UTC  (7+ messages)

[PATCH 00/11] pnv-phb related cleanups
 2022-06-14 16:11 UTC  (12+ messages)
` [PATCH 01/11] ppc/pnv: move root port attach to pnv_phb4_realize()
` [PATCH 06/11] ppc/pnv: make pnv_ics_resend() use chip8->phbs[]
` [PATCH 08/11] ppc/pnv: turn chip8->phbs[] into a PnvPHB3* array

[PULL 00/15] Kraxel 20220614 patches
 2022-06-14 15:11 UTC  (16+ messages)
` [PULL 02/15] ui/gtk-gl-area: create the requested GL context version
` [PULL 03/15] ui/cocoa: Fix poweroff request code
` [PULL 04/15] hw/usb: Add CanoKey Implementation
` [PULL 05/15] hw/usb/canokey: Add trace events
` [PULL 06/15] meson: Add CanoKey
` [PULL 07/15] docs: Add CanoKey documentation
` [PULL 08/15] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PULL 09/15] MAINTAINERS: add myself as CanoKey maintainer
` [PULL 10/15] hw/usb/hcd-ehci: fix writeback order
` [PULL 11/15] usbredir: avoid queuing hello packet on snapshot restore
` [PULL 12/15] virtio-gpu: update done only on the scanout associated with rect
` [PULL 13/15] ui/console: Do not return a value with ui_info
` [PULL 14/15] ui: Deliver refresh rate via QemuUIInfo
` [PULL 15/15] virtio-gpu: Respect UI refresh rate for EDID

[PATCH 0/2] docs: build-platforms: Fix and clarify
 2022-06-14 13:42 UTC  (7+ messages)
` [PATCH 2/2] docs: build-platforms: Clarify stance on minor releases and backports

[PULL 00/16] Kraxel 20220613 patches
 2022-06-14 12:16 UTC  (3+ 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).