qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-25 12:05:32 to 2022-09-26 13:32:13 UTC [more...]

[PATCH v3 00/54] tests/qtest: Enable running qtest on Windows
 2022-09-26 13:21 UTC  (62+ messages)
` [PATCH v3 01/54] tests/qtest: i440fx-test: Rewrite create_blob_file() to be portable
` [PATCH v3 05/54] tests/qtest: ahci-test: Avoid using hardcoded /tmp
` [PATCH v3 06/54] tests/qtest: aspeed_smc-test: "
` [PATCH v3 07/54] tests/qtest: boot-serial-test: "
` [PATCH v3 08/54] tests/qtest: cxl-test: "
` [PATCH v3 09/54] tests/qtest: fdc-test: "
` [PATCH v3 10/54] tests/qtest: generic_fuzz: "
` [PATCH v3 11/54] tests/qtest: virtio_blk_fuzz: "
` [PATCH v3 12/54] tests/qtest: hd-geo-test: "
` [PATCH v3 13/54] tests/qtest: ide-test: "
` [PATCH v3 14/54] tests/qtest: migration-test: "
` [PATCH v3 15/54] tests/qtest: pflash-cfi02-test: "
` [PATCH v3 16/54] tests/qtest: qmp-test: "
` [PATCH v3 17/54] tests/qtest: vhost-user-blk-test: "
` [PATCH v3 18/54] tests/qtest: vhost-user-test: "
` [PATCH v3 19/54] tests/qtest: virtio-blk-test: "
` [PATCH v3 20/54] tests/qtest: virtio-scsi-test: "
` [PATCH v3 26/54] fsdev/virtfs-proxy-helper: Use g_mkdir()
` [PATCH v3 27/54] hw/usb: dev-mtp: "
` [PATCH v3 29/54] tests/qtest: Build test-filter-{mirror, redirector} cases for posix only
` [PATCH v3 30/54] tests/qtest: qmp-test: Skip running test_qmp_oob for win32
` [PATCH v3 31/54] accel/qtest: Implement a portable qtest accelerator
` [PATCH v3 33/54] tests/qtest: Use send/recv for socket communication
` [PATCH v3 34/54] tests/qtest: libqtest: Exclude the *_fds APIs for win32
` [PATCH v3 35/54] tests/qtest: libqtest: Install signal handler via signal()
` [PATCH v3 36/54] tests/qtest: Support libqtest to build and run on Windows
` [PATCH v3 37/54] tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32
` [PATCH v3 38/54] tests/qtest: bios-tables-test: Adapt the case "
` [PATCH v3 39/54] tests/qtest: migration-test: Disable IO redirection "
` [PATCH v3 40/54] tests/qtest: ide-test: Open file in binary mode
` [PATCH v3 41/54] tests/qtest: virtio-net-failover: Disable migration tests for win32
` [PATCH v3 42/54] chardev/char-file: Add FILE_SHARE_WRITE when opening the file "
` [PATCH v3 43/54] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PATCH v3 44/54] tests/qtest: microbit-test: Fix socket access for win32
` [PATCH v3 45/54] tests/qtest: libqtest: Replace the call to close a socket with closesocket()
` [PATCH v3 46/54] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
` [PATCH v3 47/54] io/channel-watch: Drop a superfluous '#ifdef WIN32'
` [PATCH v3 48/54] io/channel-watch: Drop the unnecessary cast
` [PATCH v3 49/54] io/channel-watch: Fix socket watch on Windows
` [PATCH v3 50/54] tests/qtest: migration-test: Skip running some TLS cases for win32
` [PATCH v3 51/54] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes
` [PATCH v3 52/54] .gitlab-ci.d/windows.yml: Display meson test logs
` [PATCH v3 53/54] tests/qtest: Enable qtest build on Windows
` [PATCH v3 54/54] docs/devel: testing: Document writing portable test cases

[PATCH v8 0/8] s390x/pci: zPCI interpretation support
 2022-09-26 13:17 UTC  (5+ messages)
` [PATCH v8 1/8] linux-headers: update to 6.0-rc3

[PATCH v1 0/9] MemTxAttrs cpu_index and gdbstub/next
 2022-09-26 11:20 UTC  (8+ messages)
` [PATCH v1 1/9] hw: encode accessing CPU index in MemTxAttrs
` [PATCH v1 3/9] hw/intc/gic: use MxTxAttrs to divine accessing CPU

[patch v0] qapi/qmp: Add timestamps to qmp command responses
 2022-09-26 13:06 UTC  (2+ messages)

[PATCH qemu v2 1/2] m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
 2022-09-26 13:00 UTC  (3+ messages)
` [PATCH qemu v2 2/2] m68k: align bootinfo strings and data to 4 bytes

[PATCH] qemu-nbd: set timeout to qemu-nbd socket
 2022-09-26 12:44 UTC  (4+ messages)

[PATCH 1/1] 9pfs: avoid iterator invalidation in v9fs_mark_fids_unreclaim
 2022-09-26 12:42 UTC 

[PATCH] tests/9p: split virtio-9p-test.c into tests and 9p client part
 2022-09-26 12:36 UTC  (2+ messages)

[PATCH v12 00/21] job: replace AioContext lock with job_mutex
 2022-09-26 12:34 UTC  (25+ messages)
` [PATCH v12 01/21] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v12 02/21] job.h: categorize fields in struct Job
` [PATCH v12 03/21] job.c: API functions not used outside should be static
` [PATCH v12 04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v12 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v12 06/21] job: move and update comments from blockjob.c
` [PATCH v12 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v12 08/21] jobs: add job lock in find_* functions
` [PATCH v12 09/21] jobs: use job locks also in the unit tests
` [PATCH v12 10/21] block/mirror.c: use of job helpers in drivers
` [PATCH v12 11/21] jobs: group together API calls under the same job lock
` [PATCH v12 12/21] job: detect change of aiocontext within job coroutine
` [PATCH v12 13/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v12 14/21] blockjob.h: categorize fields in struct BlockJob
` [PATCH v12 15/21] blockjob: rename notifier callbacks as _locked
` [PATCH v12 16/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v12 17/21] job.h: categorize JobDriver callbacks that need the AioContext lock
` [PATCH v12 18/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v12 19/21] block_job_query: remove atomic read
` [PATCH v12 20/21] blockjob: remove unused functions
` [PATCH v12 21/21] job: "

[PATCH v11 00/21] job: replace AioContext lock with job_mutex
 2022-09-26 12:21 UTC  (5+ messages)
` [PATCH v11 18/21] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH v8 00/14] qapi: net: add unix socket type support to netdev backend
 2022-09-26 12:15 UTC  (4+ messages)
` [PATCH v8 07/14] net: stream: add unix socket

qemu-x86_64 runs out of memory
 2022-09-26 11:39 UTC  (3+ messages)

[PATCH] docs: Add --tpm2 option to swtpm command line
 2022-09-26 11:07 UTC 

[QEMU][PATCH 1/5] MAINTAINERS: Update maintainer's email for Xilinx CAN
 2022-09-26 11:35 UTC  (2+ messages)

[PATCH 00/20] Cross compilation changes for 7.2
 2022-09-26 11:22 UTC  (2+ messages)

[PATCH v6 0/5] improve error handling for module load
 2022-09-26 11:21 UTC  (8+ messages)
` [PATCH v6 3/5] module: add Error arguments to module_load and module_load_qom
` [PATCH v6 5/5] accel: abort if we fail to load the accelerator plugin

Maximum QMP reply size
 2022-09-26 10:43 UTC  (6+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-26 10:36 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v2] block: Refactor get_tmp_filename()
 2022-09-26 10:13 UTC  (2+ messages)

[PULL 00/25] Kraxel 20220926 patches
 2022-09-26  9:55 UTC  (26+ messages)
` [PULL 01/25] ui/console: Get tab completion working again in the SDL monitor vc
` [PULL 02/25] ui/cocoa: Run qemu_init in the main thread
` [PULL 03/25] Revert "main-loop: Disable block backend global state assertion on Cocoa"
` [PULL 04/25] meson: Allow to enable gtk and sdl while cocoa is enabled
` [PULL 05/25] ui: add some vdagent related traces
` [PULL 06/25] ui/clipboard: fix serial priority
` [PULL 07/25] ui/vdagent: always reset the clipboard serial on caps
` [PULL 08/25] ui/clipboard: reset the serial state on reset
` [PULL 09/25] ui/vdagent: fix serial reset of guest agent
` [PULL 10/25] ui/console: fix three double frees in png_save()
` [PULL 11/25] hw/usb/hcd-xhci: Check whether DMA accesses fail
` [PULL 12/25] hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zero
` [PULL 13/25] hcd-ohci: Fix inconsistency when resetting ohci root hubs
` [PULL 14/25] usb/msd: move usb_msd_packet_complete()
` [PULL 15/25] usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assert
` [PULL 16/25] hcd-xhci: drop operation with secondary stream arrays enabled
` [PULL 17/25] usbnet: Add missing usb_wakeup() call in usbnet_receive()
` [PULL 18/25] usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER request
` [PULL 19/25] usbnet: Detect short packets as sent by the xHCI controller
` [PULL 20/25] usbnet: Report link-up via interrupt endpoint in CDC-ECM mode
` [PULL 21/25] audio: Add sndio backend
` [PULL 22/25] Revert "audio: Log context for audio bug"
` [PULL 23/25] audio: remove abort() in audio_bug()
` [PULL 24/25] hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)
` [PULL 25/25] virtio-gpu: update scanout if there is any area covered by the rect

[PATCH v2 0/2] virtio-gpu: Resource UUID
 2022-09-26  9:44 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"
 2022-09-26  9:33 UTC  (8+ messages)

[PATCH v2 0/8] AArch64/HMAT support and tests
 2022-09-26  9:19 UTC  (3+ messages)

[PATCH] i386: Add new CPU model SapphireRapids
 2022-09-26  8:51 UTC  (6+ messages)

[PATCH] gtk: Add show_menubar=on|off command line option
 2022-09-26  8:51 UTC  (2+ messages)

[PATCH v3] block: Refactor get_tmp_filename()
 2022-09-26  8:41 UTC  (2+ messages)

[PATCH] block: Refactor get_tmp_filename()
 2022-09-26  8:25 UTC  (2+ messages)

[PATCH v2 00/39] tests/qtest: Enable running qtest on Windows
 2022-09-26  8:21 UTC  (6+ messages)
` [PATCH v2 01/39] tests: Change to use g_mkdir()

[PATCH v2 0/6] Support VIRTIO_F_RING_RESET for vhost-user in virtio pci-modern
 2022-09-26  7:51 UTC  (6+ messages)
` [PATCH v2 3/6] vhost-net: vhost-user: update vhost_net_virtqueue_reset()

[PATCH v2 00/37] target/i386: new decoder + AVX implementation
 2022-09-26  7:56 UTC  (7+ messages)
` [PATCH v2 22/37] target/i386: reimplement 0x0f 0x78-0x7f, add AVX
` [PATCH v2 24/37] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "

[PATCH] hw/intc: sifive_plic: fix hard-coded max priority level
 2022-09-26  7:52 UTC  (2+ messages)

[PATCH] virtio: del net client if net_init_tap_one failed
 2022-09-26  7:30 UTC  (2+ messages)

[RFC PATCH] ast2600: Fix CPU features
 2022-09-26  7:05 UTC  (2+ messages)

[PATCH 0/2] Fix the virito features negotiation flaw
 2022-09-26  6:36 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: Refactor vhost acked features saving
` [PATCH 2/2] vhost-net: Fix the virito features negotiation flaw

[PATCH 0/4] Add a new backend for cryptodev
 2022-09-26  3:03 UTC  (2+ messages)
` PING: "

[PATCH v2] scsi-disk: support setting CD-ROM block size via device options
 2022-09-26  2:05 UTC  (6+ messages)

[PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code
 2022-09-25 21:17 UTC  (3+ messages)
` [PATCH 2/2] target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered

[PATCH] ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
 2022-09-25 20:45 UTC 

[PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall
 2022-09-25 16:15 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] linux-user: don't use AT_EXECFD in do_openat()

[PATCH v3 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements
 2022-09-25 16:09 UTC  (26+ messages)
` [PATCH v3 01/12] linux-user: Add missing signals in strace output
` [PATCH v3 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PATCH v3 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PATCH v3 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump
` [PATCH v3 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PATCH v3 09/12] linux-user: Add strace for clock_nanosleep()
` [PATCH v3 10/12] linux-user: Show timespec on strace for futex()
` [PATCH v3 11/12] linux-user: Add close_range() syscall

[PATCH 0/7] linux-user fixes for hppa target - part 2
 2022-09-25 15:56 UTC  (5+ messages)
` [PATCH 1/7] linux-user: Fix TARGET_PROT_SEM for XTENSA
` [PATCH 2/7] linux-user: Add proper strace format strings for getdents()/getdents64()

[PATCH 0/2] target/m68k: MacOS supervisor/user mode switch fixes - part 2
 2022-09-25 14:43 UTC  (4+ messages)
` [PATCH 1/2] target/m68k: increase size of m68k CPU features from uint32_t to uint64_t
` [PATCH 2/2] target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privilege check

[PATCH 2/4] hw/intc: sifive_plic.c: Fix interrupt priority index
 2022-09-25 13:47 UTC  (4+ messages)

[PATCH v2] hw/ide/piix: Ignore writes of hardwired PCI command register bits
 2022-09-25  9:37 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] qpci_device_enable: Allow for command bits hardwired to 0
  ` [PATCH v3 2/2] hw/ide/piix: Ignore writes of hardwired PCI command register bits

[PATCH v2 00/13] Misc ppc/mac machines clean up
 2022-09-25 12:38 UTC  (14+ messages)
` [PATCH v2 01/13] mac_newworld: Drop some variables
` [PATCH v2 02/13] mac_oldworld: Drop some more variables
` [PATCH v2 03/13] mac_{old|new}world: Set tbfreq at declaration
` [PATCH v2 04/13] mac_{old|new}world: Avoid else branch by setting default value
` [PATCH v2 05/13] mac_oldworld: Do not open code sysbus_mmio_map()
` [PATCH v2 06/13] mac_newworld: Simplify creation of Uninorth devices
` [PATCH v2 07/13] mac_{old|new}world: Reduce number of QOM casts
` [PATCH v2 08/13] hw/ppc/mac.h: Move newworld specific parts out from shared header
` [PATCH v2 09/13] hw/ppc/mac.h: Move macio "
` [PATCH v2 10/13] hw/ppc/mac.h: Move grackle-pcihost declaration "
` [PATCH v2 11/13] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
` [PATCH v2 12/13] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
` [PATCH v2 13/13] mac_nvram: Use NVRAM_SIZE constant


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