qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-07 03:42:34 to 2024-02-07 20:12:12 UTC [more...]

[PATCH 00/14] migration: Improve error reporting
 2024-02-07 20:11 UTC  (16+ messages)
` [PATCH 01/14] migration: Add Error** argument to .save_setup() handler
` [PATCH 02/14] migration: Add Error** argument to .load_setup() handler
` [PATCH 03/14] memory: Add Error** argument to .log_global*() handlers
` [PATCH 04/14] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PATCH 05/14] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH 06/14] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH 07/14] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH 08/14] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH 09/14] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH 10/14] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH 11/14] vfio: Extend vfio_set_migration_error() with Error* argument
` [PATCH 12/14] migration: Report error when shutdown fails
` [PATCH 13/14] migration: Use migrate_has_error() in close_return_path_on_source()
` [RFC PATCH 14/14] migration: Fix return-path thread exit

[PATCH v3 0/6] target/arm: assorted mte fixes
 2024-02-07 20:09 UTC  (4+ messages)
` [PATCH v3 1/6] linux-user/aarch64: Choose SYNC as the preferred MTE mode

[PATCH v2 00/14] maintainer updates for 9.0 pre-PR (docker, plugin tests, deprecation, elf, semihosting, gdbstub)
 2024-02-07 20:05 UTC  (19+ messages)
` [PATCH v2 01/14] tests/docker: Add sqlite3 module to openSUSE Leap container
` [PATCH v2 02/14] docs: mark CRIS support as deprecated
` [PATCH v2 03/14] configure: run plugin TCG tests again
` [PATCH v2 04/14] Revert "hw/elf_ops: Ignore loadable segments with zero size"
` [PATCH v2 05/14] tests/vm: Set UseDNS=no in the sshd configuration
` [PATCH v2 06/14] tests/vm/freebsd: Reload "
` [PATCH v2 07/14] test-util-filemonitor: Adapt to the FreeBSD inotify rename semantics
` [PATCH v2 08/14] meson: Link with libinotify on FreeBSD
` [PATCH v2 09/14] kconfig: use "select" to enable semihosting
` [PATCH v2 10/14] gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
` [PATCH v2 11/14] gdbstub: Allow specifying a reason in stop packets
` [PATCH v2 12/14] gdbstub: Add syscall entry/return hooks
` [PATCH v2 13/14] gdbstub: Implement catching syscalls
` [PATCH v2 14/14] tests/tcg: Add the syscall catchpoint gdbstub test

[PATCH v2 1/2] aspeed: introduce a new UART0 device name
 2024-02-07 20:02 UTC  (2+ messages)
` [PATCH v2 2/2] aspeed: fix hardcode boot address 0

[PATCH v2 2/2] aspeed: fix hardcode boot address 0
 2024-02-07 19:52 UTC 

[PATCH 0/4] char: Minor fixes, and a tighter QAPI schema
 2024-02-07 19:48 UTC  (9+ messages)
` [PATCH 1/4] chardev/parallel: Don't close stdin on inappropriate device
` [PATCH 2/4] tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
` [PATCH 3/4] qapi/char: Make backend types properly conditional
` [PATCH 4/4] qapi/char: Deprecate backend type "memory"

[PATCH 0/3] Add device DM163 (led driver, matrix colors shield & display)
 2024-02-07 19:27 UTC  (6+ messages)
` [PATCH 2/3] hw/arm : Connect DM163 to STM32L4x5

[PATCH v2 0/8] mips: do not list individual devices from configs/
 2024-02-07 19:12 UTC  (19+ messages)
` [PATCH v2 1/8] usb: inline device creation functions
` [PATCH v2 2/8] isa: clean up Kconfig selections for ISA_SUPERIO
` [PATCH v2 3/8] hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board
` [PATCH v2 4/8] isa: fix ISA_SUPERIO dependencies
` [PATCH v2 5/8] isa: specify instance_size in isa_superio_type_info
` [PATCH v2 6/8] isa: extract FDC37M81X to a separate file
` [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU
` [PATCH v2 8/8] mips: do not list individual devices from configs/

[RFC/INCOMPLETE PATCH 0/8] Attempt to make qemu-img options consistent and --help working
 2024-02-07 19:01 UTC  (11+ messages)
` [PATCH 1/8] qemu-img: pass current cmdname into command handlers
` [PATCH 2/8] qemu-img: refresh options/--help for "create" subcommand
` [PATCH 3/8] qemu-img: factor out parse_output_format() and use it in the code
` [PATCH 4/8] qemu-img: refresh options/--help for "check" command
` [PATCH 5/8] qemu-img: simplify --repair error message
` [PATCH 6/8] qemu-img: refresh options/--help for "commit" command
` [PATCH 7/8] qemu-img: refresh options/--help for "compare" command
` [PATCH 8/8] qemu-img: refresh options/--help for "convert" command

[PATCH] ui/console: Fix console resize with placeholder surface
 2024-02-07 17:20 UTC 

[PATCH 00/13] target/hppa: Enhancements and fixes
 2024-02-07 18:20 UTC  (14+ messages)
` [PATCH 01/13] disas/hppa: Add disassembly for qemu specific instructions
` [PATCH 02/13] target/hppa: Add "diag 0x101" for console output support
` [PATCH 03/13] target/hppa: Fix PSW_W and PSW_E bits in rsm, ssm and mtsm
` [PATCH 04/13] hw/pci-host/astro: Avoid aborting on access failure
` [PATCH 05/13] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
` [PATCH 06/13] lasi: allow access to LAN MAC address registers
` [PATCH 07/13] target/hppa: Implement do_transaction_failed handler for I/O errors
` [PATCH 08/13] lasi: Add reset I/O ports for LASI audio and FDC
` [PATCH 09/13] target/hppa: Allow read-access to PSW with rsm 0, reg instruction
` [PATCH 10/13] target/hppa: Check privilege only when PSW.P is set
` [PATCH 11/13] target/hppa: PDC_BTLB_INFO uses 32-bit ints
` [PATCH 12/13] target/hppa: Update SeaBIOS-hppa to version 16
` [PATCH 13/13] hw/hppa/machine: Load 64-bit firmware on 64-bit machines

[PATCH v3 00/17] TCG Plugin inline operation enhancement
 2024-02-07 18:21 UTC  (13+ messages)
` [PATCH v3 05/17] plugins: scoreboard API
` [PATCH v3 07/17] plugins: implement inline operation relative to cpu_index
` [PATCH v3 08/17] plugins: add inline operation per vcpu

[PATCH trivial] qemu-img: factor out parse_output_format() and use it in the code
 2024-02-07 17:52 UTC 

Crash with CXL + TCG on 8.2: Was Re: qemu cxl memory expander shows numa_node -1
 2024-02-07 17:34 UTC  (13+ messages)

[PULL v2 00/39] tcg patch queue
 2024-02-07 16:26 UTC  (3+ messages)

[PATCH] hw/intc: Handle the error of IOAPICCommonClass.realize()
 2024-02-07 16:37 UTC  (5+ messages)

[PATCH v3 0/4] make vm-build-freebsd fixes
 2024-02-07 16:15 UTC  (3+ messages)

[PATCH v1 0/5] hw/ppc: SPI model
 2024-02-07 16:08 UTC  (6+ messages)
` [PATCH v1 1/5] hw/ppc: SPI responder model
` [PATCH v1 2/5] hw/ppc: SPI controller model - registers implementation
` [PATCH v1 3/5] hw/ppc: SPI controller model - sequencer and shifter
` [PATCH v1 4/5] hw/ppc: SPI SEEPROM model
` [PATCH v1 5/5] hw/ppc: SPI controller wiring to P10 chip and create seeprom device

[PATCH v2 0/3] Hexagon (target/hexagon) Only pass env to generated helper when needed
 2024-02-07 15:16 UTC  (2+ messages)

[PATCH] virtio-blk: do not use C99 mixed declarations
 2024-02-07 14:09 UTC  (2+ messages)

[PATCH] iotests: give tempdir an identifying name
 2024-02-07 14:01 UTC  (2+ messages)

[PATCH] iotests: fix leak of tmpdir in dry-run mode
 2024-02-07 13:59 UTC  (2+ messages)

[PATCH 0/2] block: Allow concurrent BB context changes
 2024-02-07 13:55 UTC  (4+ messages)

[PATCH v2 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-02-07 13:45 UTC  (2+ messages)

[PATCH v3 0/6] migration/multifd: Fix channel creation vs. cleanup races
 2024-02-07 13:31 UTC  (3+ messages)

[PATCH v4 0/3] Add device STM32L4x5 GPIO
 2024-02-07 13:23 UTC  (4+ messages)
` [PATCH v4 1/3] hw/gpio: Implement "
` [PATCH v4 2/3] hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
` [PATCH v4 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase

[PATCH v4 00/21] parallels: Add full dirty bitmap support
 2024-02-07 12:42 UTC  (4+ messages)
` [PATCH v4 11/21] parallels: Add dirty bitmaps saving

[PATCH v2 0/4] hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once
 2024-02-07 12:33 UTC  (11+ messages)
` [PATCH v2 1/4] hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
` [PATCH v2 2/4] hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
` [PATCH v2 3/4] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
` [PATCH v2 4/4] hw/ppc/ppc440_pcix: Move ppc440_pcix.c "

[PATCH 0/2] RISC-V: Add Ztso extension
 2024-02-07 12:22 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: Add support for Ztso
` [PATCH 2/2] linux-user/riscv: Add Ztso extension to hwprobe

[PATCH 0/2] linux-user/riscv: Sync hwprobe keys with kernel
 2024-02-07 11:59 UTC  (3+ messages)
` [PATCH 1/2] linux-user/riscv: Add Zicboz extensions to hwprobe
` [PATCH 2/2] linux-user/riscv: Sync hwprobe keys with Linux

[PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
 2024-02-07 11:58 UTC  (3+ messages)

[PATCH v1 00/15] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-07 11:40 UTC  (2+ messages)

[PATCH v4 0/3] Fix MCE handling on AMD hosts
 2024-02-07 11:21 UTC  (2+ messages)

[PATCH] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-02-07 11:06 UTC  (13+ messages)
    `  "
          `  "

[PATCH v3 0/6] Optimize buffer_is_zero
 2024-02-07 10:38 UTC  (8+ messages)
` [PATCH v3 2/6] util/bufferiszero: introduce an inline wrapper
` [PATCH v3 3/6] util/bufferiszero: remove AVX512 variant

[PATCH v6 0/3] Support RISC-V IOPMP
 2024-02-07  9:34 UTC  (4+ messages)
` [PATCH v6 1/3] hw/core: Add config stream
` [PATCH v6 2/3] Add RISC-V IOPMP support
` [PATCH v6 3/3] hw/riscv/virt: Add "

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-02-07  9:27 UTC 

[PATCH 00/13] hw/arm: Implement new machine mps3-an536 (Cortex-R52 MPS3 AN536 FPGA image)
 2024-02-07  9:02 UTC  (7+ messages)
` [PATCH 06/13] hw/misc/mps2-scc: Factor out which-board conditionals
` [PATCH 07/13] hw/misc/mps2-scc: Make changes needed for AN536 FPGA image
` [PATCH 08/13] hw/arm/mps3r: Initial skeleton for mps3-an536 board

[PATCH 00/15] qapi: Require member documentation (with loophole)
 2024-02-07  8:42 UTC  (31+ messages)
` [PATCH 01/15] docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
` [PATCH 02/15] docs/devel/qapi-code-gen: Tweak doc comment whitespace
` [PATCH 03/15] qapi/block-core: Fix BlockLatencyHistogramInfo doc markup
` [PATCH 04/15] qapi: Indent tagged doc comment sections properly
` [PATCH 05/15] sphinx/qapidoc: Drop code to generate doc for simple union tag
` [PATCH 06/15] qapi: Require member documentation (with loophole)
` [PATCH 07/15] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
` [PATCH 08/15] qga/qapi-schema: Clean up documentation of guest-set-vcpus
` [PATCH 09/15] qga/qapi-schema: Plug trivial documentation holes
` [PATCH 10/15] qapi/yank: Clean up documentaion of yank
` [PATCH 11/15] qapi/dump: Clean up documentation of DumpGuestMemoryCapability
` [PATCH 12/15] qapi: Plug trivial documentation holes around former simple unions
` [PATCH 13/15] qapi: Improve documentation of file descriptor socket addresses
` [PATCH 14/15] qapi: Move @String out of common.json to discourage reuse
` [PATCH 15/15] qapi: Add missing union tag documentation

[PATCH 0/6] Introduce multifd zero page checking
 2024-02-07  8:41 UTC  (11+ messages)
` [PATCH 1/6] migration/multifd: Add new migration option multifd-zero-page
` [PATCH 2/6] migration/multifd: Add zero pages and zero bytes counter to migration status interface
      `  "
` [PATCH 3/6] migration/multifd: Support for zero pages transmission in multifd format
` [PATCH 4/6] migration/multifd: Zero page transmission on the multifd thread

Regarding to the recent Intel IAA/DSA/QAT support on migration
 2024-02-07  8:38 UTC  (2+ messages)

[PATCH v2] target/riscv: Update $ra with current $pc in trans_cm_jalt()
 2024-02-07  8:18 UTC 

[PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help
 2024-02-07  8:08 UTC  (2+ messages)

[PATCH] docs/style: allow C99 mixed declarations
 2024-02-07  7:37 UTC  (5+ messages)

[PATCH 0/2] Fix issues with npcm7xx and recent NIC cleanup
 2024-02-07  7:33 UTC  (3+ messages)
` [PATCH 2/2] tests/qtest/npcm7xx_emc-test: Connect all NICs to a backend

[RFC PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
 2024-02-07  7:29 UTC  (6+ messages)
` [RFC PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()

[PATCH 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-02-07  7:04 UTC  (3+ messages)
` [PATCH 5/5] monitor: use aio_co_reschedule_self()

[PATCH] qapi/migration: Add missing tls-authz documentation
 2024-02-07  6:54 UTC  (3+ messages)

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-07  6:00 UTC  (5+ messages)
` [PATCH v8 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v8 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]

[PATCH] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-02-07  5:02 UTC 

[PATCH] hw/char/pl011: Add support for loopback
 2024-02-07  5:03 UTC 

[v0 0/2] uart base and hardcode boot address 0
 2024-02-07  3:43 UTC  (7+ messages)
` [PATCH v0 1/2] aspeed: support uart controller both 0 and 1 base


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