qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-03 04:32:59 to 2023-09-04 12:09:11 UTC [more...]

[PULL 00/52] UI patches
 2023-09-04 11:52 UTC  (46+ messages)
` [PULL 01/52] ui: remove qemu_pixman_color() helper
` [PULL 02/52] ui: remove qemu_pixman_linebuf_copy()
` [PULL 03/52] ui/qmp: move screendump to ui-qmp-cmds.c
` [PULL 04/52] ui/vc: replace vc_chr_write() with generic qemu_chr_write()
` [PULL 05/52] ui/vc: drop have_text
` [PULL 06/52] ui/console: console_select() regardless of have_gfx
` [PULL 08/52] ui/console: drop have_gfx
` [PULL 09/52] ui/console: get the DisplayState from new_console()
` [PULL 10/52] ui/console: new_console() cannot fail
` [PULL 11/52] ui/vc: VC always has a DisplayState now
` [PULL 12/52] ui/vc: move VCChardev declaration at the top
` [PULL 13/52] ui/vc: replace variable with static text attributes default
` [PULL 15/52] ui/vc: pass VCCharDev to VC-specific functions
` [PULL 16/52] ui/vc: move VCCharDev specific fields out of QemuConsole
` [PULL 17/52] ui/console: use OBJECT_DEFINE_TYPE for QemuConsole
` [PULL 18/52] ui/console: change new_console() to use object initialization
` [PULL 19/52] ui/console: introduce different console objects
` [PULL 20/52] ui/console: instantiate a specific console type
` [PULL 21/52] ui/console: register the console from qemu_console_init()
` [PULL 22/52] ui/console: remove new_console()
` [PULL 23/52] ui/console: specialize console_lookup_unused()
` [PULL 26/52] ui/vc: move cursor_timer initialization to QemuTextConsole class
` [PULL 27/52] ui/console: free more QemuConsole resources
` [PULL 28/52] ui/vc: move text fields to QemuTextConsole
` [PULL 29/52] ui/console: move graphic fields to QemuGraphicConsole
` [PULL 30/52] ui/vc: fold text_console_do_init() in vc_chr_open()
` [PULL 31/52] ui/vc: move some text console initialization to qom handlers
` [PULL 32/52] ui/console: simplify getting active_console size
` [PULL 33/52] ui/console: remove need for g_width/g_height
` [PULL 35/52] ui/console: declare console types in console.h
` [PULL 36/52] ui/console: use QEMU_PIXMAN_COLOR helpers
` [PULL 37/52] ui/console: rename vga_ functions with qemu_console_
` [PULL 38/52] ui/console: assert(surface) where appropriate
` [PULL 39/52] ui/console: fold text_console_update_cursor_timer
` [PULL 40/52] ui/vc: skip text console resize when possible
` [PULL 41/52] ui/console: minor stylistic changes
` [PULL 42/52] ui/vc: move text console invalidate in helper
` [PULL 44/52] ui/vc: change the argument for QemuTextConsole
` [PULL 46/52] ui/vnc-enc-hextile: Use static rather than dynamic length stack array
` [PULL 47/52] ui/vnc-enc-tight: Avoid dynamic stack allocation
` [PULL 48/52] ui/dbus: Properly dispose touch/mouse dbus objects
` [PULL 49/52] ui/dbus: implement damage regions for GL
` [PULL 50/52] ui/vdagent: call vdagent_disconnect() when agent connection is lost
` [PULL 51/52] ui/vdagent: Unregister input handler of mouse during finalization
` [PULL 52/52] ui/gtk: fix leaks found wtih fuzzing

[PATCH] arm64: Restore trapless ptimer access
 2023-09-04 12:05 UTC  (6+ messages)

[PATCH] migrate/ram: let ram_save_target_page_legacy() return if qemu file got error
 2023-09-04 11:55 UTC  (2+ messages)

[PATCH v8 00/12] Add VIRTIO sound card
 2023-09-04 11:46 UTC  (21+ messages)
` [PATCH v8 02/12] Add virtio-sound-pci device
` [PATCH v8 03/12] virtio-sound: handle control messages and streams
` [PATCH v8 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v8 10/12] virtio-sound: implement audio output (TX)

[PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
 2023-09-04 11:36 UTC  (4+ messages)

[PATCH] roms: Support compile the efi bios for loongarch
 2023-09-04 11:42 UTC  (5+ messages)

[PATCH v7 0/5] eBPF RSS through QMP support
 2023-09-04 11:22 UTC  (3+ messages)
` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton

[PATCH for-8.1] vfio/display: Fix missing update to set backing fields
 2023-09-04 11:06 UTC  (4+ messages)

[PATCH 00/67] Make pixman an optional dependency
 2023-09-04 10:56 UTC  (7+ messages)
` [PATCH 26/67] ui/vc: move cursor_timer initialization to QemuTextConsole class
` [PATCH 43/67] ui/vc: do not parse VC-specific options in Spice and GTK

[PATCH v4 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2023-09-04 10:49 UTC  (4+ messages)
` [PATCH v4 2/3] hw/i2c: add mctp core

[RFC PATCH 0/3] drop support for Python 3.7 and Debian 10
 2023-09-04 10:34 UTC  (5+ messages)
` [RFC PATCH 1/3] Python: Drop support for Python 3.7
` [RFC PATCH 2/3] mkvenv: assume presence of importlib.metadata
` [RFC PATCH 3/3] Revert "mkvenv: work around broken pip installations on Debian 10"

[PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*
 2023-09-04 10:03 UTC  (5+ messages)
` [PATCH v3 1/4] block: rename the bdrv_co_block_status static function
` [PATCH v3 2/4] block: complete public block status API
` [PATCH v3 3/4] block: switch to co_wrapper for bdrv_is_allocated_*
` [PATCH v3 4/4] block: convert more bdrv_is_allocated* and bdrv_block_status* calls to coroutine versions

[PATCH 0/8] gdbstub and TCG plugin improvements
 2023-09-04  9:52 UTC  (10+ messages)
` [PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH 5/8] gdbstub: Dynamically allocate target.xml buffer
` [PATCH 6/8] target/arm: Remove references to gdb_has_xml
` [PATCH 7/8] target/ppc: "
` [PATCH 8/8] gdbstub: Remove gdb_has_xml variable

[PATCH v2 2/3] hw/char: riscv_htif: replace exit(0) with proper shutdown
 2023-09-04  9:44 UTC  (2+ messages)

[PATCH v3 00/16] Lower TCG vector ops to LSX
 2023-09-04  9:43 UTC  (6+ messages)
` [PATCH v3 16/16] tcg/loongarch64: Implement 128-bit load & store

[PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
 2023-09-04  9:41 UTC  (5+ messages)

[PATCH 1/2] hw/ide: reset: cancel async DMA operation before reseting state
 2023-09-04  9:26 UTC  (4+ messages)
` [POC 2/2] add test exposing AHCI reset issue

[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-09-04  9:18 UTC  (19+ messages)
` [PATCH v9 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v9 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH v9 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
` [PATCH v9 12/20] target/riscv: deprecate the 'any' CPU type
` [PATCH v9 14/20] target/riscv: make CPUCFG() macro public
` [PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v9 20/20] target/riscv/cpu.c: consider user option with RVG

[PULL 00/35] ppc queue
 2023-09-04  9:06 UTC  (36+ messages)
` [PULL 01/35] target/ppc: Generate storage interrupts for radix RC changes
` [PULL 02/35] ppc: Add stub implementation of TRIG SPRs
` [PULL 03/35] target/ppc: Remove single-step suppression inside 0x100-0xf00
` [PULL 04/35] target/ppc: Improve book3s branch trace interrupt for v2.07S
` [PULL 05/35] target/ppc: Suppress single step interrupts on rfi-type instructions
` [PULL 06/35] target/ppc: Implement breakpoint debug facility for v2.07S
` [PULL 07/35] target/ppc: Implement watchpoint "
` [PULL 08/35] spapr: implement H_SET_MODE debug facilities
` [PULL 09/35] ppc/vhyp: reset exception state when handling vhyp hcall
` [PULL 10/35] ppc/vof: Fix missed fields in VOF cleanup
` [PULL 11/35] hw/ppc/ppc.c: Tidy over-long lines
` [PULL 12/35] hw/ppc: Introduce functions for conversion between timebase and nanoseconds
` [PULL 13/35] host-utils: Add muldiv64_round_up
` [PULL 14/35] hw/ppc: Round up the decrementer interval when converting to ns
` [PULL 15/35] hw/ppc: Avoid decrementer rounding errors
` [PULL 16/35] target/ppc: Sign-extend large decrementer to 64-bits
` [PULL 17/35] hw/ppc: Always store the decrementer value
` [PULL 18/35] target/ppc: Migrate DECR SPR
` [PULL 19/35] hw/ppc: Reset timebase facilities on machine reset
` [PULL 20/35] hw/ppc: Read time only once to perform decrementer write
` [PULL 21/35] target/ppc: Fix CPU reservation migration for record-replay
` [PULL 22/35] target/ppc: Fix timebase reset with record-replay
` [PULL 23/35] spapr: Fix machine reset deadlock from replay-record
` [PULL 24/35] spapr: Fix record-replay machine reset consuming too many events
` [PULL 25/35] tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mount
` [PULL 26/35] tests/avocado: reverse-debugging cope with re-executing breakpoints
` [PULL 27/35] tests/avocado: ppc64 reverse debugging tests for pseries and powernv
` [PULL 28/35] target/ppc: Fix LQ, STQ register-pair order for big-endian
` [PULL 29/35] target/ppc: Flush inputs to zero with NJ in ppc_store_vscr
` [PULL 30/35] hw/ppc/e500: fix broken snapshot replay
` [PULL 31/35] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
` [PULL 32/35] ppc/xive: Use address_space routines to access the machine RAM
` [PULL 33/35] ppc/xive: Introduce a new XiveRouter end_notify() handler
` [PULL 34/35] ppc/xive: Handle END triggers between chips with MMIOs
` [PULL 35/35] ppc/xive: Add support for the PC MMIOs

[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-04  9:05 UTC  (5+ messages)
` [PATCH 20/20] target/riscv: add 'kvm_supported' class property

[PATCH v2 0/4] block-backend: process I/O in the current AioContext
 2023-09-04  9:05 UTC  (2+ messages)

[PATCH RESEND 0/2] block/qapi: Dead code cleanup
 2023-09-04  9:04 UTC  (2+ messages)

[PATCH 1/2] blockdev: qmp_transaction: harden transaction properties for bitmaps
 2023-09-04  8:31 UTC  (2+ messages)
` [PATCH 2/2] blockdev: qmp_transaction: remove bdrv_drain_all from transaction

[PATCH 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-09-04  8:21 UTC  (18+ messages)
` [PATCH 01/13] memory: Let ReservedRegion use Range
` [PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH 03/13] vfio: Collect container iova range info
` [PATCH 04/13] virtio-iommu: Rename reserved_regions into prop_resv_regions
` [PATCH 05/13] virtio-iommu: Introduce per IOMMUDevice reserved regions
` [PATCH 06/13] range: Introduce range_inverse_array()
` [PATCH 07/13] virtio-iommu: Implement set_iova_ranges() callback
` [PATCH 08/13] range: Make range_compare() public
` [PATCH 09/13] util/reserved-region: Add new ReservedRegion helpers
` [PATCH 10/13] virtio-iommu: Consolidate host reserved regions and property set ones
` [PATCH 11/13] test: Add some tests for range and resv-mem helpers
` [PATCH 12/13] virtio-iommu: Resize memory region according to the max iova info
` [PATCH 13/13] vfio: Remove 64-bit IOVA address space assumption

[PATCH v2 00/15] configure cleanups for QEMU 8.2
 2023-09-04  8:15 UTC  (5+ messages)
` [PATCH 02/15] meson: update unsupported host/CPU messages
` [PATCH 06/15] configure: remove boolean variables for targets

[PATCH v1 0/4] Support dynamic MSI-X allocation
 2023-09-04  7:37 UTC  (6+ messages)
` [PATCH v1 3/4] vfio/pci: use an invalid fd to enable MSI-X

[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
 2023-09-04  6:45 UTC  (4+ messages)
` [QEMU PATCH v4 06/13] virtio-gpu: Configure context init for virglrenderer

[PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
 2023-09-04  1:05 UTC  (3+ messages)

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-09-03  8:45 UTC  (4+ messages)
` [PATCH 10/22] Implement shmid_ds conversion between host and target

[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-03  7:52 UTC  (4+ messages)
` [PATCH v2 4/5] vfio/migration: Block VFIO migration with postcopy migration

[PATCH v2] util: Delete checks for old host definitions
 2023-09-03  5:53 UTC  (2+ messages)

[PATCH v2] linux-user: Undo incomplete mmap
 2023-09-03  5:39 UTC 

[PATCH v6 00/18] plugins: Allow to read registers
 2023-09-03  5:03 UTC  (19+ messages)
` [PATCH v6 01/18] gdbstub: Add num_regs member to GDBFeature
` [PATCH v6 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v6 03/18] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH v6 04/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v6 05/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v6 06/18] target/ppc: "
` [PATCH v6 07/18] target/riscv: "
` [PATCH v6 08/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v6 09/18] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v6 10/18] gdbstub: Simplify XML lookup
` [PATCH v6 11/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v6 12/18] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v6 13/18] gdbstub: Expose functions to read registers
` [PATCH v6 14/18] cpu: Call plugin hooks only when ready
` [PATCH v6 15/18] plugins: Allow to read registers
` [PATCH v6 16/18] contrib/plugins: Allow to log registers
` [PATCH v6 17/18] plugins: Support C++
` [PATCH v6 18/18] contrib/plugins: Add cc plugin


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