messages from 2023-03-10 19:33:53 to 2023-03-13 10:07:11 UTC [more...]
[PATCH v7 0/6] memory: prevent dma-reentracy issues
2023-03-13 10:06 UTC (14+ messages)
` [PATCH v7 1/6] "
` [PATCH v7 2/6] async: Add an optional reentrancy guard to the BH API
` [PATCH v7 3/6] checkpatch: add qemu_bh_new/aio_bh_new checks
` [PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [PATCH v7 5/6] memory: Allow disabling re-entrancy checking per-MR
` [PATCH v7 6/6] lsi53c895a: disable reentrancy detection for script RAM
[PATCH] include/blcok: fixup typos
2023-03-13 10:01 UTC (2+ messages)
[PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries
2023-03-13 10:01 UTC (7+ messages)
[PATCH v2 00/18] ui: dbus & misc fixes
2023-03-13 9:59 UTC (7+ messages)
` [PATCH v2 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PATCH v2 16/18] ui: introduce egl_init()
[PATCH v2 00/10] gitdm metadata updates
2023-03-13 9:09 UTC (14+ messages)
` [PATCH v2 03/10] contrib/gitdm: Add ASPEED Technology to the domain map
` [PATCH v2 05/10] contrib/gitdm: Add SYRMIA "
` [PATCH v2 06/10] contrib/gitdm: add Amazon "
` [PATCH v2 07/10] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 08/10] contrib/gitdm: add revng to domain map
` [PATCH v2 09/10] contrib/gitdm: add more individual contributors
[RFC QEMU PATCH 00/18] Add VirtIO GPU and Passthrough GPU support on Xen
2023-03-13 9:06 UTC (23+ messages)
` [RFC QEMU PATCH 01/18] virtio: Add shared memory capability
` [RFC QEMU PATCH 02/18] virtio-gpu: hostmem
` [RFC QEMU PATCH 03/18] virtio-gpu: Handle resource blob commands
` [RFC QEMU PATCH 04/18] virtio-gpu: CONTEXT_INIT feature
` [RFC QEMU PATCH 05/18] virtio-gpu: Unrealize
` [RFC QEMU PATCH 06/18] virtio-gpu: Resource UUID
` [RFC QEMU PATCH 07/18] virtio-gpu: Support Venus capset
` [RFC QEMU PATCH 08/18] virtio-gpu: Initialize Venus
` [RFC QEMU PATCH 09/18] meson: Enable virglrenderer unstable APIs
` [RFC QEMU PATCH 10/18] virtio-gpu: Handle set scanout blob command
` [RFC QEMU PATCH 11/18] virtio-gpu: make blob scanout use dmabuf fd
` [RFC QEMU PATCH 12/18] softmmu: Fix the size to map cache with xen for host virtual address
` [RFC QEMU PATCH 13/18] hw/i386/xen/xen-hvm: Introduce xen_ram_block_check function
` [RFC QEMU PATCH 14/18] softmmu: Add ram block check to map the xen ram memory
` [RFC QEMU PATCH 15/18] softmmu: Enable qemu ram allocation with fd for Xen
` [RFC QEMU PATCH 16/18] virtio-gpu: fix hw-display-virtio-gpu.so undefined symbol virtio_gpu_virgl_resource_unmap
` [RFC QEMU PATCH 17/18] virtio-gpu: Add video hardware accelerate support for virgl
` [RFC QEMU PATCH 18/18] xen: translate irq of host pci device to gsi
[PATCH v8 00/11] target/arm: Allow CONFIG_TCG=n builds
2023-03-13 8:58 UTC (9+ messages)
` [PATCH v8 08/11] tests/qtest: Fix tests when no KVM or TCG are present
` [PATCH v8 09/11] tests/avocado: Pass parameters to migration test
` [PATCH v8 10/11] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
[PATCH v7 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
2023-03-09 22:00 UTC (9+ messages)
` [PATCH v7 1/8] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v7 2/8] igb: handle PF/VF reset properly
` [PATCH v7 3/8] igb: add ICR_RXDW
` [PATCH v7 4/8] igb: implement VFRE and VFTE registers
` [PATCH v7 5/8] igb: check oversized packets for VMDq
` [PATCH v7 6/8] igb: respect E1000_VMOLR_RSSE
` [PATCH v7 7/8] igb: implement VF Tx and Rx stats
` [PATCH v7 8/8] igb: respect VMVIR and VMOLR for VLAN
[PATCH] xen: fix dm_restrict startup
2023-03-13 8:54 UTC (2+ messages)
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-03-13 8:45 UTC (4+ messages)
` [PULL 13/27] hw/xen: Add xenstore operations to allow redirection to internal emulation
[PATCH v7 0/6] migration: reduce time of loading non-iterable vmstate
2023-03-13 8:38 UTC (7+ messages)
` [PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v7 6/6] memory: Introduce address_space_to_flatview_rcu()
[PULL 00/73] virtio,pc,pci: features, fixes
2023-03-13 8:03 UTC (6+ messages)
[PATCH 0/4] Basic Allwinner WDT emulation
2023-03-13 7:53 UTC (6+ messages)
` [PATCH 1/4] hw/watchdog: Allwinner WDT emulation for system reset
` [PATCH 2/4] hw/arm: Add WDT to Allwinner-A10 and Cubieboard
` [PATCH 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
` [PATCH 4/4] tests/avocado: Add reboot tests to Cubieboard
[PATCH 0/2] *** Enable -cpu <cpu>,help ***
2023-03-13 7:39 UTC (4+ messages)
` [PATCH 1/2] cpu, qapi, target/arm, i386, s390x: Refactor query-cpu-model-expansion
` [PATCH 2/2] cpu, qdict, vl: Enable printing options for CPU type
[PATCH v2] include/block: fixup typos
2023-03-13 7:21 UTC (2+ messages)
[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
2023-03-13 7:15 UTC (2+ messages)
[PATCH v2 0/4] hw/arm/virt: Support dirty ring
2023-03-13 7:13 UTC (2+ messages)
[PATCH v4] target/arm: Add Neoverse-N1 registers
2023-03-13 3:39 UTC
[PATCH] intel-iommu: Set status bit after operation completed
2023-03-13 3:23 UTC (5+ messages)
[PATCH v2 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-13 0:03 UTC (13+ messages)
` [PATCH v2 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
` [PATCH v2 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 3/6] block: convert bdrv_graph_wrlock() "
` [PATCH v2 4/6] block: convert bdrv_drain_all_begin() "
` [PATCH v2 5/6] hmp: convert handle_hmp_command() "
` [PATCH v2 6/6] monitor: convert monitor_cleanup() "
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
2023-03-12 23:40 UTC (3+ messages)
` [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality
[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-03-12 22:46 UTC (10+ messages)
[PATCH v2] hw/riscv: Fix the bug of max size limit when put initrd to RAM
2023-03-12 22:25 UTC
Audio playback speed issue on sam460ex and pegasos2
2023-03-12 20:28 UTC (10+ messages)
[PATCH] pci: add enforce_slot_reserved_mask_manual property
2023-03-12 19:58 UTC (7+ messages)
[PATCH 1/2] util: Add thread-safe qemu_strerror() function
2023-03-12 17:07 UTC (2+ messages)
` [PATCH 2/2] linux-user: replace strerror() function to the thread safe qemu_strerror()
[PATCH 0/2] util: Add thread-safe qemu_strerror() function
2023-03-12 17:03 UTC
[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
2023-03-12 17:46 UTC (5+ messages)
[PULL 0/3] Block layer patches
2023-03-12 17:41 UTC (2+ messages)
[PULL 00/28] Linux user for 8.0 patches
2023-03-12 17:42 UTC (30+ messages)
` [PULL 01/28] linux-user: Fix access to /proc/self/exe
` [PULL 02/28] linux-user: fix timerfd read endianness conversion
` [PULL 03/28] linux-user: add target to host netlink conversions
` [PULL 04/28] linux-user: Fix unaligned memory access in prlimit64 syscall
` [PULL 05/28] linux-user: add support for xtensa FDPIC
` [PULL 06/28] linux-user: fill out task state in /proc/self/stat
` [PULL 07/28] linux-user: Fix brk() to release pages
` [PULL 08/28] linux-user: Provide print_raw_param64() for 64-bit values
` [PULL 09/28] linux-user: Add strace for prlimit64() syscall
` [PULL 10/28] linux-user: fix sockaddr_in6 endianness
` [PULL 11/28] linux-user: handle netlink flag NLA_F_NESTED
` [PULL 12/28] linux-user: Add translation for argument of msync()
` [PULL 13/28] linux-user: Emulate CLONE_PIDFD flag in clone()
` [PULL 14/28] linux-user/sparc: Tidy syscall trap
` [PULL 15/28] linux-user/sparc: Tidy syscall error return
` [PULL 16/28] linux-user/sparc: Use TT_TRAP for flush windows
` [PULL 17/28] linux-user/sparc: Tidy window spill/fill traps
` [PULL 18/28] linux-user/sparc: Fix sparc64_{get, set}_context traps
` [PULL 19/28] linux-user/sparc: Handle software breakpoint trap
` [PULL 20/28] linux-user/sparc: Handle division by zero traps
` [PULL 21/28] linux-user/sparc: Handle getcc, setcc, getpsr traps
` [PULL 22/28] linux-user/sparc: Handle priviledged opcode trap
` [PULL 23/28] linux-user/sparc: Handle privilidged action trap
` [PULL 24/28] linux-user/sparc: Handle coprocessor disabled trap
` [PULL 25/28] linux-user/sparc: Handle unimplemented flush trap
` [PULL 26/28] linux-user/sparc: Handle floating-point exceptions
` [PULL 27/28] linux-user/sparc: Handle tag overflow traps
` [PULL 28/28] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
[PATCH v4] target/riscv: fix H extension TVM trap
2023-03-12 12:05 UTC
[PATCH v3 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-03-12 12:02 UTC (7+ messages)
` [PATCH v3 1/6] include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()
` [PATCH v3 2/6] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()
` [PATCH v3 3/6] hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH v3 4/6] hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()
` [PATCH v3 5/6] hw/isa/piix3: Resolve redundant k->config_write assignments
` [PATCH v3 6/6] hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE
[PULL 0/5] gitdm updates
2023-03-12 10:58 UTC (6+ messages)
` [PULL 3/5] contrib/gitdm: add Tsukasa as an individual contributor
[PULL V2 00/44] Net patches
2023-03-12 10:56 UTC (2+ messages)
[PATCH v3] target/riscv: fix H extension TVM trap
2023-03-12 9:28 UTC (2+ messages)
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-12 8:01 UTC (2+ messages)
[PATCH] hw/acpi: Set memory regions to native endian as a work around
2023-03-11 20:59 UTC (11+ messages)
Resizable BAR in Kernel 6.1
2023-03-11 19:02 UTC
[PULL v2 00/91] tcg patch queue
2023-03-11 17:16 UTC (2+ messages)
[PATCH v2] virtio: fix reachable assertion due to stale value of cached region size
2023-03-11 16:23 UTC (2+ messages)
` [PATCH v2] virtio: fix reachable assertion due to stale value of cached region sizey
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-11 16:19 UTC (3+ messages)
` [PATCH] DO-NOT-MERGE: pipewire sample code
[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
2023-03-11 14:19 UTC (3+ messages)
` [RFC PATCH v1 08/12] hw/misc: AXP221 PMU Emulation
[PATCH] linux-user/mips: Low down switchable NaN2008 requirement
2023-03-11 12:39 UTC (3+ messages)
[PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
2023-03-11 10:40 UTC (12+ messages)
[RFC PATCH] intel-iommu: Report interrupt remapping faults
2023-03-11 10:30 UTC (3+ messages)
[PULL 4/5] contrib/gitdm: Add Facebook the domain map
2023-03-11 2:23 UTC (2+ messages)
[PATCH nbd 0/4] Enable multi-conn NBD [for discussion only]
2023-03-10 22:29 UTC (4+ messages)
` [PATCH nbd 1/4] nbd: Add multi-conn option
[PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit
2023-03-10 22:04 UTC (12+ messages)
` [PATCH v2 1/7] tcg: Clear "
` [PATCH v2 2/7] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
` [PATCH v2 3/7] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
` [PATCH v2 4/7] *: Add missing includes of qemu/error-report.h
` [PATCH v2 5/7] *: Add missing includes of qemu/plugin.h
` [PATCH v2 6/7] include/qemu: Split out plugin-event.h
` [PATCH v2 7/7] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
[PULL 0/3] Edk2 stable202302 20230309 patches
2023-03-10 21:00 UTC (5+ messages)
` [PULL 3/3] edk2: update firmware binaries
[PATCH 00/12] target/s390x: Handle unaligned accesses
2023-03-10 19:54 UTC (17+ messages)
` [PATCH 01/12] target/s390x: Handle branching to odd addresses
` [PATCH 06/12] target/s390x: Handle CRL and CGFRL with non-aligned addresses
` [PATCH 07/12] target/s390x: Handle CGRL and CLGRL "
` [PATCH 08/12] target/s390x: Handle CLRL and CLGFRL "
` [PATCH 09/12] target/s390x: Handle STRL to "
` [PATCH 10/12] target/s390x: Handle STGRL "
` [PATCH 11/12] target/s390x: Update do_unaligned_access() comment
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).