qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-21 15:25:48 to 2022-02-22 14:14:21 UTC [more...]

[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
 2022-02-22 13:56 UTC  (2+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

[PATCH v5 0/4] tls: add macros for coroutine-safe TLS variables
 2022-02-22 14:01 UTC  (5+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] util/async: replace __thread with QEMU TLS macros
` [PATCH v5 3/4] rcu: use coroutine "
` [PATCH v5 4/4] cpus: use coroutine TLS macros for iothread_locked

[PULL v2 0/5] 9p queue (previous 2022-02-10)
 2022-02-22 13:54 UTC  (4+ messages)
` [PULL v2 5/5] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread

[PATCH] vl: Fixup mismatching ram size
 2022-02-22 13:39 UTC 

[PATCH v4 0/4] tls: add macros for coroutine-safe TLS variables
 2022-02-22 13:44 UTC  (7+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 4/4] cpus: use coroutine TLS macros for iothread_locked

[PATCH v2 0/3] qapi: Move RTC_CHANGE back out of target schema
 2022-02-22 13:06 UTC  (12+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] qapi: Document some missing details of RTC_CHANGE event
` [PATCH v2 3/3] hw/rtc: Compile pl031 once-only
` [PATCH RFC 4/4] rtc: Have event RTC_CHANGE identify the RTC by QOM path

[PULL v3 00/29] Misc mostly build system patches for 2022-02-15
 2022-02-22 13:07 UTC  (2+ messages)

[PATCH 00/20] migration: Postcopy Preemption
 2022-02-22 12:51 UTC  (28+ messages)
` [PATCH 04/20] migration: Introduce postcopy channels on dest node
` [PATCH 06/20] migration: Add postcopy_thread_create()
` [PATCH 10/20] migration: Enlarge postcopy recovery to capture !-EIO too
` [PATCH 11/20] migration: postcopy_pause_fault_thread() never fails
` [PATCH 12/20] migration: Export ram_load_postcopy()
` [PATCH 13/20] migration: Move channel setup out of postcopy_try_recover()
` [PATCH 14/20] migration: Add migration_incoming_transport_cleanup()
` [PATCH 15/20] migration: Allow migrate-recover to run multiple times
` [PATCH 17/20] migration: Postcopy preemption preparation on channel creation
` [PATCH 18/20] migration: Postcopy preemption enablement
` [PATCH 19/20] migration: Postcopy recover with preempt enabled
` [PATCH 20/20] tests: Add postcopy preempt test

[PATCH v2 0/2] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
 2022-02-22 12:20 UTC  (8+ messages)
` [PATCH v2 1/2] hw/isa: add function to check for existence of device by its type
` [PATCH v2 2/2] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table

[PATCH 0/2] qapi: Move RTC_CHANGE back out of target schema
 2022-02-22 11:35 UTC  (4+ messages)

[PATCH v6 00/19] vfio-user server in QEMU
 2022-02-22 11:09 UTC  (22+ messages)
` [PATCH v6 03/19] qdev: unplug blocker for devices
` [PATCH v6 04/19] remote/machine: add HotplugHandler for remote machine
` [PATCH v6 05/19] remote/machine: add vfio-user property
` [PATCH v6 07/19] vfio-user: define vfio-user-server object
` [PATCH v6 08/19] vfio-user: instantiate vfio-user context
` [PATCH v6 09/19] vfio-user: find and init PCI device
` [PATCH v6 10/19] vfio-user: run vfio-user context
` [PATCH v6 11/19] vfio-user: handle PCI config space accesses
` [PATCH v6 12/19] vfio-user: IOMMU support for remote device
` [PATCH v6 14/19] vfio-user: handle PCI BAR accesses

[PATCH RFCv2 0/4] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-02-22 11:00 UTC  (15+ messages)
` [PATCH RFCv2 2/4] i386/pc: relocate 4g start to 1T where applicable

[PATCH] hid: Implement support for side and extra buttons
 2022-02-22 10:51 UTC  (6+ messages)
  ` [PATCH] hid: trivial change to support "

[PATCH 0/5] qmp-shell modifications for non-interactive use
 2022-02-22 10:31 UTC  (12+ messages)
` [PATCH 1/5] python: qmp_shell: don't prompt when stdin is non-interactive
` [PATCH 2/5] python: qmp_shell: refactor the parsing error handling
` [PATCH 3/5] python: qmp_shell: refactor disconnection handling
` [PATCH 4/5] python: qmp_shell: add -e/--exit-on-error option
` [PATCH 5/5] python: qmp_shell: handle comment lines and escaped eol

[PATCH] pci: drop COMPAT_PROP_PCP for 2.0 machine types
 2022-02-22 10:25 UTC 

[RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
 2022-02-22  9:50 UTC  (4+ messages)

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-22  9:48 UTC  (12+ messages)

[PATCH v3 0/2] hw/i386: OVMF table parsing fixes
 2022-02-22  9:43 UTC  (6+ messages)
` [PATCH v3 1/2] hw/i386: Improve bounds checking in OVMF table parsing
` [PATCH v3 2/2] hw/i386: Replace magic number with field length calculation

[PATCH v2 0/3] qemu-sem-posix: use monotonic clock instead
 2022-02-22  9:05 UTC  (4+ messages)
` [PATCH v2 1/3] sem-posix: remove the posix semaphore support
` [PATCH v2 2/3] sem-posix: use monotonic clock instead
` [PATCH v2 3/3] sem-posix: refactor qemu-sem with qemu-cond and qemu-mutex

[PATCH v1] aio-posix: fix build failure io_uring 2.2
 2022-02-22  9:02 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 00/31] vDPA shadow virtqueue
 2022-02-22  8:55 UTC  (37+ messages)
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ

[PATCH] hw/virtio: vdpa: Fix leak of host-notifier memory-region
 2022-02-22  8:53 UTC  (2+ messages)

[PATCH v2] hw/i386: Improve bounds checking in OVMF table parsing
 2022-02-22  6:28 UTC  (3+ messages)

[PATCH 0/3] util/thread-pool: Expose minimun and maximum size
 2022-02-22  6:07 UTC  (5+ messages)
` [PATCH 1/3] util & iothread: Introduce event-loop abstract class
` [PATCH 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH 3/3] util/event-loop: Introduce options to set the thread pool size

[PATCH v8 0/5] MSG_ZEROCOPY + multifd
 2022-02-22  4:09 UTC  (12+ messages)
` [PATCH v8 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v8 5/5] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PATCH] multifd: ensure multifd threads are terminated before cleanup params
 2022-02-22  2:45 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-22  1:16 UTC  (5+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH 0/1] vdpa: Make ncs autofree
 2022-02-22  0:34 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 00/18] iotests: add detailed tracebacks to qemu_img() failures
 2022-02-21 22:34 UTC  (19+ messages)
` [PATCH v2 01/18] python/utils: add enboxify() text decoration utility
` [PATCH v2 02/18] iotests: add VerboseProcessError
` [PATCH v2 03/18] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v2 04/18] iotests: make qemu_img raise on non-zero rc by default
` [PATCH v2 05/18] iotests: fortify compare_images() against crashes
` [PATCH v2 06/18] iotests: add qemu_img_json()
` [PATCH v2 07/18] iotests: use qemu_img_json() when applicable
` [PATCH v2 08/18] iotests: add qemu_img_info()
` [PATCH v2 09/18] iotests: remove-bitmap-from-backing: use qemu_img_info()
` [PATCH v2 10/18] iotests: add qemu_img_map() function
` [PATCH v2 11/18] iotests: change supports_quorum to use qemu_img
` [PATCH v2 12/18] iotests: replace unchecked calls to qemu_img_pipe()
` [PATCH v2 13/18] iotests: remove external "
` [PATCH v2 14/18] iotests: move has_working_luks onto qemu_img()
` [PATCH v2 15/18] iotests: remove qemu_img_log('create', ...) calls
` [PATCH v2 16/18] iotests: remove qemu_img_pipe()
` [PATCH v2 17/18] iotests: make qemu_img_log() check log level
` [PATCH v2 18/18] iotests: reimplement img_info_log in terms of qemu_img_log

[PATCH 0/2] Resolve some redundant property accessors
 2022-02-21 22:52 UTC  (8+ messages)
` [PATCH 1/2] hw/vfio/pci-quirks: Resolve redundant property getters
` [PATCH 2/2] hw/riscv/sifive_u: Resolve redundant property accessors

[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-21 22:45 UTC  (6+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO

[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
 2022-02-21 22:29 UTC  (12+ messages)
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging

[RFC PATCH v2 0/3] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
 2022-02-21 21:56 UTC  (8+ messages)
` [RFC PATCH v2 1/3] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
` [RFC PATCH v2 2/3] hw/intc: Support 32/64-bit mtimecmp and mtime accesses "
` [RFC PATCH v2 3/3] hw/intc: Make RISC-V ACLINT mtime MMIO register writable

[PATCH v3 0/6] Privilege version update
 2022-02-21 21:41 UTC  (11+ messages)
` [PATCH v3 1/6] target/riscv: Define simpler privileged spec version numbering
` [PATCH v3 2/6] target/riscv: Add the privileged spec version 1.12.0
` [PATCH v3 3/6] target/riscv: Introduce privilege version field in the CSR ops
` [PATCH v3 4/6] target/riscv: Add support for mconfigptr
` [PATCH v3 6/6] target/riscv: Enable privileged spec version 1.12

[PATCH v3 0/3] linux-user/ppc: Deliver SIGTRAP on tw[i]/td[i]
 2022-02-21 20:34 UTC  (2+ messages)

[PATCH] block/curl.c: Check error return from curl_easy_setopt()
 2022-02-21 19:45 UTC  (3+ messages)

[PULL 00/10] Misc next patches
 2022-02-21 19:17 UTC  (3+ messages)

[PATCH v2 0/2] hw/ide: implement ich6 ide controller support
 2022-02-21 18:52 UTC  (7+ messages)
` [PATCH v2 2/2] hw/ide: add ich6 ide controller device emulation

[PATCH] analyze-migration.py: Fix instance_id signedness
 2022-02-21 18:47 UTC  (2+ messages)

[PATCH 0/2] Adds designware i2c module and adds it to virt arm
 2022-02-21 17:47 UTC  (7+ messages)

[PATCH] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
 2022-02-21 17:49 UTC  (3+ messages)

[PATCH] qemu-options: fix incorrect description for '-drive index='
 2022-02-21 17:33 UTC  (2+ messages)

[RFC PATCH 0/3] tests/tcg/ppc64le: fix the build of TCG tests with Clang
 2022-02-21 17:29 UTC  (5+ messages)
` [RFC PATCH 3/3] tests/tcg/ppc64le: Use vector types instead of __int128

[PATCH v2] iotests: Write test output to TEST_DIR
 2022-02-21 17:29 UTC 

[PATCH 0/2] iotests: Check for zstd support
 2022-02-21 17:27 UTC  (5+ messages)
` [PATCH 1/2] iotests/065: "
` [PATCH 2/2] iotests/303: "

[PULL v2 00/25] target-arm queue
 2022-02-21 17:23 UTC  (2+ messages)

[PATCH] target/avr: Correct AVRCPUClass docstring
 2022-02-21 17:17 UTC  (2+ messages)

[PATCH] hw/nvram: use at24 macro
 2022-02-21 17:23 UTC  (3+ messages)

[PATCH v2] target/rx: Remove unused ENV_OFFSET definition
 2022-02-21 17:19 UTC  (2+ messages)

[PATCH] configure: Disable capstone and slirp in the --without-default-features mode
 2022-02-21 17:13 UTC  (2+ messages)

[PATCH 0/2] Minor fixes for the Python GDB plugins
 2022-02-21 17:02 UTC  (4+ messages)
` [PATCH 1/2] scripts/qemu-gdb/mtree.py: Int128 are decimal rather than hex
` [PATCH 2/2] scripts/qemu-gdb/timers.py: the 'last' attribute is no more

[PATCH] travis.yml: Update the s390x jobs to Ubuntu Focal
 2022-02-21 16:57 UTC  (2+ messages)

[PATCH v7 0/5] MSG_ZEROCOPY + multifd
 2022-02-21 16:23 UTC  (8+ messages)
` [PATCH v7 3/5] migration: Add zero-copy parameter for QMP/HMP for Linux

[PATCH 0/4] block/dirty-bitmaps: fix and improve bitmap merge
 2022-02-21 15:59 UTC  (3+ messages)
` [PATCH 3/4] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap

[PATCH] hw/input/tsc210x: Don't abort on bad SPI word widths
 2022-02-21 15:43 UTC  (2+ messages)

'make check-acceptance' failing on s390 tests?
 2022-02-21 15:27 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).