qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 06:49:19 to 2023-03-07 12:31:45 UTC [more...]

[PATCH] .editorconfig: set max line at 70 chars for QAPI files
 2023-03-07 12:30 UTC 

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 "

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-07 12:20 UTC  (8+ 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

[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

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

[PATCH v1 0/2] vhost: memslot handling improvements
 2023-03-07 11:24 UTC  (9+ 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

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

[PATCH] qapi: give available enum values in error string
 2023-03-07 11:22 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)

[PATCH v4 00/11] QMP command to import win32 sockets
 2023-03-07  8:51 UTC  (6+ messages)
` [PATCH v4 07/11] qapi/gen: run C code through clang-format, if possible

[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  (52+ messages)
` [PULL 01/51] e1000e: Fix the code style
` [PULL 02/51] hw/net: Add more MII definitions
` [PULL 03/51] fsl_etsec: Use hw/net/mii.h
` [PULL 04/51] e1000: "
` [PULL 05/51] e1000: Mask registers when writing
` [PULL 06/51] e1000e: Introduce E1000E_LOW_BITS_SET_FUNC
` [PULL 07/51] e1000e: Mask registers when writing
` [PULL 08/51] e1000: Use more constant definitions
` [PULL 09/51] e1000e: "
` [PULL 10/51] e1000: Use memcpy to intialize registers
` [PULL 11/51] e1000e: "
` [PULL 12/51] e1000e: Remove pending interrupt flags
` [PULL 13/51] e1000e: Improve software reset
` [PULL 14/51] e1000: Configure ResettableClass
` [PULL 15/51] e1000e: "
` [PULL 16/51] e1000e: Introduce e1000_rx_desc_union
` [PULL 17/51] e1000e: Set MII_ANER_NWAY
` [PULL 18/51] e1000e: Remove extra pointer indirection
` [PULL 19/51] net: Check L4 header size
` [PULL 20/51] e1000x: Alter the signature of e1000x_is_vlan_packet
` [PULL 21/51] net: Strip virtio-net header when dumping
` [PULL 22/51] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [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 25/51] hw/net/net_tx_pkt: Implement TCP segmentation
` [PULL 26/51] hw/net/net_tx_pkt: Check the payload length
` [PULL 27/51] e1000e: Do not assert when MSI-X is disabled later
` [PULL 28/51] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PULL 29/51] MAINTAINERS: Add e1000e test files
` [PULL 30/51] e1000e: Combine rx traces
` [PULL 31/51] e1000: Count CRC in Tx statistics
` [PULL 32/51] e1000e: "
` [PULL 33/51] net/eth: Report if headers are actually present
` [PULL 34/51] e1000e: Implement system clock
` [PULL 35/51] net/eth: Introduce EthL4HdrProto
` [PULL 36/51] pcie: Introduce pcie_sriov_num_vfs
` [PULL 37/51] e1000: Split header files
` [PULL 38/51] Intrdocue igb device emulation
` [PULL 39/51] tests/qtest/e1000e-test: Fabricate ethernet header
` [PULL 40/51] tests/qtest/libqos/e1000e: Export macreg functions
` [PULL 41/51] igb: Introduce qtest for igb device
` [PULL 42/51] tests/avocado: Add igb test
` [PULL 43/51] docs/system/devices/igb: Add igb documentation
` [PULL 44/51] ebpf: fix compatibility with libbpf 1.0+
` [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()

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-07  6:48 UTC  (10+ messages)
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features


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