qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 07:14:25 to 2023-03-07 13:20:20 UTC [more...]

[PATCH V2 0/5] Fix UNMAP notifier for intel-iommu
 2023-03-07 13:19 UTC  (3+ messages)
` [PATCH V2 3/5] memory: introduce memory_region_unmap_iommu_notifier_range()

QEMU/KVM call minutes for 2022-02-21
 2023-03-07 13:18 UTC 

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-07 13:16 UTC  (10+ messages)
` [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v1 02/25] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v1 03/25] hw/xen: Implement XenStore watches
` [RFC PATCH v1 04/25] hw/xen: Implement XenStore transactions

[PATCH v2] qapi: give available enum values as error hint
 2023-03-07 13:14 UTC 

[PATCH] qapi: give available enum values in error string
 2023-03-07 13:11 UTC  (3+ messages)

[PATCH] .editorconfig: set max line at 70 chars for QAPI files
 2023-03-07 13:09 UTC  (4+ messages)

[PATCH v5 00/15] vfio/migration: Device dirty page tracking
 2023-03-07 12:54 UTC  (16+ messages)
` [PATCH v5 01/15] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
` [PATCH v5 02/15] vfio/common: Fix wrong %m usages
` [PATCH v5 03/15] vfio/common: Abort migration if dirty log start/stop/sync fails
` [PATCH v5 04/15] vfio/common: Add VFIOBitmap and alloc function
` [PATCH v5 05/15] vfio/common: Add helper to validate iova/end against hostwin
` [PATCH v5 06/15] vfio/common: Use a single tracepoint for skipped sections
` [PATCH v5 07/15] vfio/common: Consolidate skip/invalid section into helper
` [PATCH v5 08/15] vfio/common: Add helper to consolidate iova/end calculation
` [PATCH v5 09/15] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v5 10/15] vfio/common: Add device dirty page tracking start/stop
` [PATCH v5 11/15] vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
` [PATCH v5 12/15] vfio/common: Add device dirty page bitmap sync
` [PATCH v5 13/15] vfio/migration: Block migration with vIOMMU
` [PATCH v5 14/15] vfio/migration: Query device dirty page tracking support
` [PATCH v5 15/15] docs/devel: Document VFIO device dirty page tracking

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-03-07 12:54 UTC  (20+ messages)

[PATCH v1 0/2] vhost: memslot handling improvements
 2023-03-07 12:46 UTC  (10+ messages)
` [PATCH v1 1/2] vhost: Defer filtering memory sections until building the vhost memory structure
` [PATCH v1 2/2] vhost: Remove vhost_backend_can_merge() callback

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-07 12:44 UTC  (4+ messages)

[PULL 00/21] target-arm queue
 2023-03-07 12:42 UTC  (2+ messages)

[PULL 0/5] hw/nvme updates
 2023-03-07 12:41 UTC  (2+ messages)

[PULL 0/2] xen queue
 2023-03-07 12:41 UTC  (2+ messages)

[PATCH v4 00/11] QMP command to import win32 sockets
 2023-03-07 12:31 UTC  (9+ messages)
` [PATCH v4 07/11] qapi/gen: run C code through clang-format, if possible
` [PATCH v4 08/11] qmp: add 'get-win32-socket'

Deadlock with ide_issue_trim and draining
 2023-03-07 12:22 UTC 

[PATCH v10 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-03-07 12:20 UTC  (6+ messages)
` [PATCH v10 07/12] parallels: Move check of cluster outside image to a separate function
` [PATCH v10 09/12] parallels: Move check of leaks "

[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
 2023-03-07 12:17 UTC  (6+ messages)
` [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread

[PATCH v4 00/14] vfio/migration: Device dirty page tracking
 2023-03-07 12:13 UTC  (31+ messages)
` [PATCH v4 04/14] vfio/common: Add VFIOBitmap and alloc function
` [PATCH v4 05/14] vfio/common: Add helper to validate iova/end against hostwin
` [PATCH v4 06/14] vfio/common: Consolidate skip/invalid section into helper
` [PATCH v4 07/14] vfio/common: Add helper to consolidate iova/end calculation
` [PATCH v4 08/14] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v4 09/14] vfio/common: Add device dirty page tracking start/stop
` [PATCH v4 12/14] vfio/migration: Block migration with vIOMMU

[PATCH v2 00/18] ui: dbus & misc fixes
 2023-03-07 11:56 UTC  (19+ messages)
` [PATCH v2 01/18] ui/dbus: initialize cursor_fb
` [PATCH v2 02/18] ui/dbus: unregister clipboard on connection close
` [PATCH v2 03/18] audio/dbus: there are no sender for p2p mode
` [PATCH v2 04/18] ui/dbus: set mouse is-absolute during console creation
` [PATCH v2 05/18] meson: ensure dbus-display generated code is built before other units
` [PATCH v2 06/18] ui: rename cursor_{put->unref}
` [PATCH v2 07/18] ui: rename cursor_{get->ref}, return it
` [PATCH v2 08/18] ui: keep current cursor with QemuConsole
` [PATCH v2 09/18] ui: set cursor upon listener registration
` [PATCH v2 10/18] ui: set cursor position "
` [PATCH v2 11/18] ui/sdl: get the GL context from the window
` [PATCH v2 12/18] ui/shader: fix #version directive must occur on first line
` [PATCH v2 13/18] ui/egl: print EGL error, helping debugging
` [PATCH v2 14/18] ui/sdl: add optional logging when _SDL_DEBUG is set
` [PATCH v2 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PATCH v2 16/18] ui: introduce egl_init()
` [PATCH v2 17/18] ui/dbus: do not require opengl & gbm
` [PATCH v2 18/18] ui/dbus: restrict opengl to gbm-enabled config

[PULL 00/16] Final tests, s390x and misc updates before the soft freeze
 2023-03-07 11:50 UTC  (3+ messages)

[PULL 0/9] Fix missing memory barriers on ARM
 2023-03-07 11:43 UTC  (10+ messages)
` [PULL 1/9] qatomic: add smp_mb__before/after_rmw()
` [PULL 2/9] qemu-thread-posix: cleanup, fix, document QemuEvent
` [PULL 3/9] qemu-thread-win32: "
` [PULL 4/9] edu: add smp_mb__after_rmw()
` [PULL 5/9] aio-wait: switch to smp_mb__after_rmw()
` [PULL 6/9] qemu-coroutine-lock: add smp_mb__after_rmw()
` [PULL 7/9] physmem: add missing memory barrier
` [PULL 8/9] async: update documentation of the memory barriers
` [PULL 9/9] async: clarify usage of barriers in the polling case

[PATCH v9 0/7] Pegasos2 fixes and audio output support
 2023-03-07 11:42 UTC  (8+ messages)
` [PATCH v9 1/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
` [PATCH v9 3/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
` [PATCH v9 4/7] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v9 5/7] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v9 6/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
` [PATCH v9 7/7] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-03-07 11:39 UTC  (17+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode
` [PATCH 4/4] test/avocado: test Linux boot up in x2APIC with userspace local APIC

[PATCH V2] migration: fix populate_vfio_info
 2023-03-07 11:32 UTC  (2+ messages)

[PATCH v2 0/4] Missing endianness conversions in user mode
 2023-03-07 11:27 UTC  (8+ messages)
` [PATCH v2 1/4] linux-user: fix timerfd read endianness conversion
` [PATCH v2 2/4] linux-user: fix sockaddr_in6 endianness
` [PATCH v2 3/4] linux-user: add target to host netlink conversions

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-07 11:28 UTC  (8+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 3/7] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v10 6/7] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v10 7/7] arm/tcg-test: some basic TCG exercising tests

Requesting help for the Outreachy contribution Stage
 2023-03-07 11:23 UTC 

[PATCH 0/4] Add meson wrap fallback for slirp & dtc
 2023-03-07 11:19 UTC  (4+ messages)

[PATCH v8 0/6] Pegasos2 fixes and audio output support
 2023-03-07 11:06 UTC  (14+ messages)
` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing

[PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
 2023-03-07 11:06 UTC  (3+ messages)

[PATCH] linux-user: add support for xtensa FDPIC
 2023-03-07 10:57 UTC  (2+ messages)

[PATCH v2 0/9] Fix missing memory barriers on ARM
 2023-03-07 10:51 UTC  (8+ messages)
` [PATCH v2 5/9] aio-wait: switch to smp_mb__after_rmw()
` [PATCH v2 8/9] async: update documentation of the memory barriers
` [PATCH v2 9/9] async: clarify usage of barriers in the polling case

[PATCH v1] Modified BMC FRU byte data in yosemitev2
 2023-03-07 10:48 UTC 

Adding Implementation Defined ARM cpu registers
 2023-03-07 10:42 UTC  (2+ messages)

[PATCH v1] Added TMP421 type sensor's support in tiogapass
 2023-03-07 10:33 UTC 

[PATCH v5 00/14] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-07 10:31 UTC  (2+ messages)

[PATCH v3 0/2] linux-user: Fix unaligned memory access in prlimit64 syscall
 2023-03-07 10:32 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v1] Added TMP421 type sensor's support in tiogapass
 2023-03-07 10:28 UTC  (3+ messages)

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-03-07 10:20 UTC  (5+ messages)
` [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable

[PATCH] ps2: Don't send key release event for Lang1, Lang2 keys
 2023-03-07 10:20 UTC  (3+ messages)

[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-07 10:17 UTC  (6+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size

[PATCH] io/channel-tls: plug memory leakage on GSource
 2023-03-07 10:16 UTC  (4+ messages)

[PATCH] Add qemu qcode support for keys F13 to F24
 2023-03-07 10:16 UTC  (3+ messages)

[PATCH v1] Added TMP421 type sensor's support in yosemitev2
 2023-03-07 10:12 UTC  (2+ messages)

[PULL 00/23] loongarch64 patch queue
 2023-03-07 10:03 UTC  (5+ messages)
` [PULL 13/23] target/loongarch: Update README

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-07  9:53 UTC  (3+ messages)

[PATCH] linux-user: Fix access to /proc/self/exe
 2023-03-07  9:30 UTC  (2+ messages)

[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
 2023-03-07  8:42 UTC  (5+ messages)
` [SeaBIOS] "
    ` [SeaBIOS] "

[PATCH v3 00/13] vfio/migration: Device dirty page tracking
 2023-03-07  8:33 UTC  (3+ messages)

[PATCH v12 00/10] support subsets of code size reduction extension
 2023-03-07  8:14 UTC  (11+ messages)
` [PATCH v12 01/10] target/riscv: add cfg properties for Zc* extension
` [PATCH v12 02/10] target/riscv: add support for Zca extension
` [PATCH v12 03/10] target/riscv: add support for Zcf extension
` [PATCH v12 04/10] target/riscv: add support for Zcd extension
` [PATCH v12 05/10] target/riscv: add support for Zcb extension
` [PATCH v12 06/10] target/riscv: add support for Zcmp extension
` [PATCH v12 07/10] target/riscv: add support for Zcmt extension
` [PATCH v12 08/10] target/riscv: expose properties for Zc* extension
` [PATCH v12 09/10] disas/riscv.c: add disasm support for Zc*
` [PATCH v12 10/10] target/riscv: Add support for Zce

[PATCH] vhost: Drop unused eventfd_add|del hooks
 2023-03-07  8:22 UTC  (2+ messages)

[PATCH v9 0/9] Introduce igb
 2023-03-07  8:20 UTC  (2+ messages)

[PATCH] Fix slli_uw decoding
 2023-03-07  7:31 UTC  (2+ messages)

[PULL 00/51] Net patches
 2023-03-07  7:08 UTC  (22+ messages)
` [PULL 12/51] e1000e: Remove pending interrupt flags
` [PULL 14/51] e1000: Configure ResettableClass
` [PULL 16/51] e1000e: Introduce e1000_rx_desc_union
` [PULL 21/51] net: Strip virtio-net header when dumping
` [PULL 23/51] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
` [PULL 24/51] e1000e: Perform software segmentation for loopback
` [PULL 27/51] e1000e: Do not assert when MSI-X is disabled later
` [PULL 29/51] MAINTAINERS: Add e1000e test files
` [PULL 31/51] e1000: Count CRC in Tx statistics
` [PULL 34/51] e1000e: Implement system clock
` [PULL 35/51] net/eth: Introduce EthL4HdrProto
` [PULL 36/51] pcie: Introduce pcie_sriov_num_vfs
` [PULL 41/51] igb: Introduce qtest for igb device
` [PULL 43/51] docs/system/devices/igb: Add igb documentation
` [PULL 45/51] hw/net/eepro100: Abort if pci_add_capability() ever fail
` [PULL 46/51] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent
` [PULL 47/51] hw/net/eepro100: Convert reset handler to DeviceReset
` [PULL 48/51] hw/net/eepro100: Pass E100PCIDeviceInfo as class init data
` [PULL 49/51] hw/net/eepro100: Remove instance EEPRO100State::has_extended_tcb_support
` [PULL 50/51] hw/net/eepro100: Remove instance's EEPRO100State::device
` [PULL 51/51] hw/net/eepro100: Replace DO_UPCAST(EEPRO100State) by EEPRO100()


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