qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-27 14:18:56 to 2022-09-28 06:57:37 UTC [more...]

[PATCH v9 00/16] qapi: net: add unix socket type support to netdev backend
 2022-09-28  6:23 UTC  (11+ messages)
` [PATCH v9 01/16] net: introduce convert_host_port()
` [PATCH v9 08/16] net: stream: add unix socket
` [PATCH v9 09/16] net: dgram: make dgram_dst generic
` [PATCH v9 11/16] net: dgram: add unix socket
` [PATCH v9 13/16] qemu-sockets: update socket_uri() and socket_parse() to be consistent

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-28  6:10 UTC  (15+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables using biosbits
 2022-09-28  6:06 UTC  (21+ messages)

[PATCH v2 00/39] tests/qtest: Enable running qtest on Windows
 2022-09-28  6:03 UTC  (9+ messages)
` [PATCH v2 35/39] tests/qtest: migration-test: Skip running some TLS cases for win32

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-09-28  5:53 UTC  (11+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "
` [PATCH v2 10/11] pytest: add pytest to the meson build system

[PATCH v7 0/2] Enable notify VM exit
 2022-09-28  5:29 UTC  (8+ messages)
` [PATCH v7 1/2] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v7 2/2] i386: Add notify VM exit support

[PATCH v5 00/12] blkio: add libblkio BlockDriver
 2022-09-28  5:27 UTC  (14+ messages)
` [PATCH v5 01/12] coroutine: add flag to re-queue at front of CoQueue
` [PATCH v5 02/12] blkio: add libblkio block driver
` [PATCH v5 03/12] numa: call ->ram_block_removed() in ram_block_notifer_remove()
` [PATCH v5 04/12] block: pass size to bdrv_unregister_buf()
` [PATCH v5 05/12] block: use BdrvRequestFlags type for supported flag fields
` [PATCH v5 06/12] block: add BDRV_REQ_REGISTERED_BUF request flag
` [PATCH v5 07/12] block: return errors from bdrv_register_buf()
` [PATCH v5 08/12] block: add BlockRAMRegistrar
` [PATCH v5 09/12] exec/cpu-common: add qemu_ram_get_fd()
` [PATCH v5 10/12] stubs: add qemu_ram_block_from_host() and qemu_ram_get_fd()
` [PATCH v5 11/12] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [PATCH v5 12/12] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

[PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions
 2022-09-28  5:22 UTC  (4+ messages)
    `  "

[PATCH v3] disas/riscv.c: rvv: Add disas support for vector instructions
 2022-09-28  5:18 UTC 

[PATCH v1 0/2] Add OpenTitan lifecycle controller
 2022-09-28  5:08 UTC  (3+ messages)
` [PATCH v1 1/2] hw/misc: add ibex "
` [PATCH v1 2/2] riscv/opentitan: connect "

[PATCH] target/arm: Use the max page size in a 2-stage ptw
 2022-09-28  4:34 UTC  (2+ messages)

[PATCH] virtio: del net client if net_init_tap_one failed
 2022-09-28  3:38 UTC 

[PATCH v2 1/3] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan
 2022-09-28  0:13 UTC  (5+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-27 23:23 UTC  (13+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH][RESEND] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-27 23:17 UTC  (2+ messages)

[RFC PATCH] tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZE
 2022-09-27 23:15 UTC  (2+ messages)

[PULL 0/2] VFIO updates 2022-09-27
 2022-09-27 22:29 UTC  (3+ messages)
` [PULL 1/2] vfio/migration: Fix incorrect initialization value for parameters in VFIOMigration
` [PULL 2/2] vfio/common: Fix vfio_iommu_type1_info use after free

[RFC PATCH v2 00/29] PowerPC interrupt rework
 2022-09-27 22:14 UTC  (31+ messages)
` [RFC PATCH v2 01/29] target/ppc: define PPC_INTERRUPT_* values directly
` [RFC PATCH v2 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [RFC PATCH v2 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
` [RFC PATCH v2 04/29] target/ppc: prepare to split interrupt masking and delivery by excp_model
` [RFC PATCH v2 05/29] target/ppc: create an interrupt masking method for POWER9/POWER10
` [RFC PATCH v2 06/29] target/ppc: remove unused interrupts from p9_pending_interrupt
` [RFC PATCH v2 07/29] target/ppc: create an interrupt delivery method for POWER9/POWER10
` [RFC PATCH v2 08/29] target/ppc: remove unused interrupts from p9_deliver_interrupt
` [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks "
` [RFC PATCH v2 10/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
` [RFC PATCH v2 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt
` [RFC PATCH v2 12/29] target/ppc: create an interrupt masking method for POWER8
` [RFC PATCH v2 13/29] target/ppc: remove unused interrupts from p8_pending_interrupt
` [RFC PATCH v2 14/29] target/ppc: create an interrupt delivery method for POWER8
` [RFC PATCH v2 15/29] target/ppc: remove unused interrupts from p8_deliver_interrupt
` [RFC PATCH v2 16/29] target/ppc: remove generic architecture checks "
` [RFC PATCH v2 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
` [RFC PATCH v2 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
` [RFC PATCH v2 19/29] target/ppc: create an interrupt masking method for POWER7
` [RFC PATCH v2 20/29] target/ppc: remove unused interrupts from p7_pending_interrupt
` [RFC PATCH v2 21/29] target/ppc: create an interrupt delivery method for POWER7
` [RFC PATCH v2 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [RFC PATCH v2 23/29] target/ppc: remove generic architecture checks "
` [RFC PATCH v2 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
` [RFC PATCH v2 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [RFC PATCH v2 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [RFC PATCH v2 27/29] target/ppc: introduce ppc_maybe_interrupt
` [RFC PATCH v2 28/29] target/ppc: unify cpu->has_work based on cs->interrupt_request
` [RFC PATCH v2 29/29] target/ppc: move the p*_interrupt_powersave methods to excp_helper.c

[PATCH v2] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
 2022-09-27 22:08 UTC  (3+ messages)

qemu and -vga vs. -device
 2022-09-27 22:01 UTC  (2+ messages)

[PATCH v2 0/4] virtio-gpu: Blob resources
 2022-09-27 21:57 UTC  (7+ messages)
` [PATCH v2 4/4] virtio-gpu: Don't require udmabuf when blob support is enabled

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

[QEMU][PATCH 0/5] Introduce Xilinx Versal CANFD
 2022-09-27 17:37 UTC  (3+ messages)

[PATCH 00/12] audio: misc. improvements and bug fixes
 2022-09-27 11:54 UTC  (5+ messages)
` [PATCH 03/12] audio: run downstream playback queue unconditionally
` [PATCH 07/12] spiceaudio: update comment

virtiofsd: Any reason why there's not an "openat2" sandbox mode?
 2022-09-27 20:14 UTC  (6+ messages)
        ` [Virtio-fs] "

[PATCH 1/1] 9pfs: avoid iterator invalidation in v9fs_mark_fids_unreclaim
 2022-09-27 19:47 UTC  (5+ messages)

[PULL 0/8] Net patches
 2022-09-27 18:40 UTC  (2+ messages)

[PULL 0/1] xen queue 2022-09-27
 2022-09-27 13:35 UTC  (2+ messages)
` [PULL 1/1] hw/xen: set pci Atomic Ops requests for passthrough device

[PATCH v3 00/15] gdbstub/next (MemTxAttrs, re-factoring)
 2022-09-27 14:15 UTC  (16+ messages)
` [PATCH v3 01/15] hw: encode accessing CPU index in MemTxAttrs
` [PATCH v3 02/15] target/arm: ensure TCG IO accesses set appropriate MemTxAttrs
` [PATCH v3 03/15] target/arm: ensure HVF traps "
` [PATCH v3 04/15] target/arm: ensure KVM "
` [PATCH v3 05/15] target/arm: ensure ptw accesses "
` [PATCH v3 06/15] target/arm: ensure m-profile helpers "
` [PATCH v3 07/15] qtest: make read/write operation appear to be from CPU
` [PATCH v3 08/15] hw/intc/gic: use MxTxAttrs to divine accessing CPU
` [PATCH v3 09/15] hw/timer: convert mptimer access to attrs to derive cpu index
` [PATCH v3 10/15] configure: move detected gdb to TCG's config-host.mak
` [PATCH v3 11/15] gdbstub: move into its own sub directory
` [PATCH v3 12/15] gdbstub: move sstep flags probing into AccelClass
` [PATCH v3 13/15] gdbstub: move breakpoint logic to accel ops
` [PATCH v3 14/15] gdbstub: move guest debug support check to ops
` [PATCH v3 15/15] accel/kvm: move kvm_update_guest_debug to inline stub

[PATCH v11 00/15] target/hexagon: introduce idef-parser
 2022-09-27 18:04 UTC  (7+ messages)
` [PATCH v11 03/15] target/hexagon: make slot number an unsigned
` [PATCH v11 06/15] target/hexagon: expose next PC in DisasContext

[PULL 0/3] M68k for 7.2 patches
 2022-09-27 18:40 UTC  (2+ messages)

[PATCH v5] 9pfs: use GHashTable for fid table
 2022-09-27 19:10 UTC  (4+ messages)

Should we maybe move Cirrus-CI jobs away from Gitlab again?
 2022-09-27 19:10 UTC  (9+ messages)

[PATCH v7 0/5] improve error handling for module load
 2022-09-27 13:38 UTC  (6+ messages)
` [PATCH v7 1/5] module: removed unused function argument "mayfail"
` [PATCH v7 2/5] module: rename module_load_one to module_load
` [PATCH v7 3/5] module: add Error arguments to module_load and module_load_qom
` [PATCH v7 4/5] dmg: warn when opening dmg images containing blocks of unknown type
` [PATCH v7 5/5] accel: abort if we fail to load the accelerator plugin

[PULL 00/14] s390x patches and slirp submodule removal
 2022-09-27 18:40 UTC  (2+ messages)

[PATCH v2] target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTR
 2022-09-27 17:41 UTC  (3+ messages)

[PATCH] mem/cxl-type3: Add sn option to provide serial number for PCI ecap
 2022-09-27 16:45 UTC  (2+ messages)

[PATCH v4 00/54] tests/qtest: Enable running qtest on Windows
 2022-09-27 14:47 UTC  (24+ messages)
` [PATCH v4 14/54] tests/qtest: migration-test: Avoid using hardcoded /tmp
` [PATCH v4 15/54] tests/qtest: pflash-cfi02-test: "
` [PATCH v4 16/54] tests/qtest: qmp-test: "
` [PATCH v4 18/54] tests/qtest: vhost-user-test: "
` [PATCH v4 39/54] tests/qtest: boot-serial-test: Close the serial file before starting QEMU
` [PATCH v4 40/54] tests/qtest: ide-test: Open file in binary mode
` [PATCH v4 43/54] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PATCH v4 50/54] tests/qtest: migration-test: Skip running some TLS cases for win32
` [PATCH v4 53/54] tests/qtest: Enable qtest build on Windows
` [PATCH v4 54/54] docs/devel: testing: Document writing portable test cases

[PATCH] kvm: dirty-ring: Fix race with vcpu creation
 2022-09-27 15:46 UTC 

[PATCH 1/8] hw/avr: Add limited support for avr gpio registers
 2022-09-27 17:52 UTC  (2+ messages)

[PATCH v3 0/9] Add ARM Cortex-R52 cpu
 2022-09-27 16:31 UTC  (16+ messages)
` [PATCH v3 2/9] target/arm: Don't add all MIDR aliases for cores that immplement PMSA
` [PATCH v3 3/9] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v3 4/9] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v3 5/9] target/arm: Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup
` [PATCH v3 6/9] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v3 7/9] target/arm: Add PMSAv8r registers
` [PATCH v3 8/9] target/arm: Add PMSAv8r functionality

[PATCH v2] linux-user: Add guest memory layout to exception dump
 2022-09-27 16:58 UTC 

[PATCH] arm: re-randomize rng-seed on reboot
 2022-09-27 16:07 UTC 

[PULL 0/1] Block patches
 2022-09-27 15:04 UTC  (2+ messages)

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-09-27 14:35 UTC  (14+ messages)
` [PATCH v2 1/8] hw/arm/virt: Fix devicetree warning about the root node
` [PATCH v2 2/8] hw/arm/virt: Fix devicetree warning about the GIC node
` [PATCH v2 3/8] hw/arm/virt: Use "msi-map" devicetree property for PCI
` [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node
` [PATCH v2 6/8] hw/arm/virt: Fix devicetree warning about the SMMU node
` [PATCH v2 7/8] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node

[PULL 00/24] Kraxel 20220927 patches
 2022-09-27 15:04 UTC  (2+ messages)

[PATCH] update Linux headers to 6.0
 2022-09-27 14:54 UTC  (2+ messages)

[PATCH v4] block: Refactor get_tmp_filename()
 2022-09-27 13:02 UTC 

[PATCH] virtiofsd: use g_date_time_get_microsecond to get subsecond
 2022-09-27 15:50 UTC  (4+ messages)
  ` [Virtio-fs] "

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-27 14:41 UTC  (3+ messages)
` [PATCH v9 09/10] s390x/cpu_topology: activating CPU topology

[PULL v2 00/22] riscv-to-apply queue
 2022-09-27 15:04 UTC  (2+ messages)

[PATCH v4 0/7] Add 'q35' machine type to hotplug tests
 2022-09-27 13:00 UTC  (5+ messages)
` [PATCH v4 4/7] tests/x86: Add 'q35' machine type to drive_del-test
` [PATCH v4 5/7] tests/x86: Add 'q35' machine type to override-tests in hd-geo-test

[PATCH v6 0/5] improve error handling for module load
 2022-09-27 12:54 UTC  (8+ messages)
` [PATCH v6 3/5] module: add Error arguments to module_load and module_load_qom

ddd
 2022-09-27 13:25 UTC  (3+ messages)

[PATCH] docs: Update TPM documentation for usage of a TPM 2
 2022-09-27 13:04 UTC  (2+ messages)

[PATCH v2 0/2] linux-user: handle /proc/self/exe with execve() syscall
 2022-09-27 12:43 UTC 

[PATCH] target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP
 2022-09-27 12:00 UTC 

[patch v0] qapi/qmp: Add timestamps to qmp command responses
 2022-09-27 11:59 UTC  (4+ 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).