qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-24 15:45:04 to 2022-06-27 04:11:44 UTC [more...]

[PATCH v10 0/4] cutils: Introduce bundle mechanism
 2022-06-27  3:57 UTC  (2+ messages)
` [PATCH v10 1/4] tests/vm: do not specify -bios option

virgl avocado hang
 2022-06-27  3:13 UTC 

QEMU Disassembler
 2022-06-27  3:00 UTC 

[PATCH v6 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-27  2:56 UTC  (6+ messages)
` [PATCH v6 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v6 4/4] target/riscv: Force disable extensions if priv spec version does not match

Intermittent meson failures on msys2
 2022-06-27  2:40 UTC 

[PATCH] hw/riscv: boot: Reduce FDT address alignment constraints
 2022-06-27  0:49 UTC  (5+ messages)

[RFC v3 0/5] *** Add support for zoned device ***
 2022-06-27  0:19 UTC  (6+ messages)
` [RFC v3 1/5] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [RFC v3 2/5] qemu-io: add zoned block device operations
` [RFC v3 3/5] file-posix: introduce get_sysfs_long_val for zoned device information
` [RFC v3 4/5] file-posix: introduce get_sysfs_str_val for device zoned model
` [RFC v3 5/5] qemu-iotests: add zone operation tests

[PULL 00/55] qemu-sparc queue 20220626
 2022-06-26 17:45 UTC  (56+ messages)
` [PULL 01/55] ps2: checkpatch fixes
` [PULL 02/55] ps2: QOMify PS2State
` [PULL 03/55] ps2: QOMify PS2KbdState
` [PULL 04/55] ps2: QOMify PS2MouseState
` [PULL 05/55] ps2: move QOM type definitions from ps2.c to ps2.h
` [PULL 06/55] ps2: improve function prototypes in ps2.c and ps2.h
` [PULL 07/55] ps2: introduce PS2DeviceClass
` [PULL 08/55] ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_reset()
` [PULL 09/55] ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
` [PULL 10/55] ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler
` [PULL 11/55] ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler
` [PULL 12/55] ps2: don't use vmstate_register() in ps2_kbd_init()
` [PULL 13/55] ps2: don't use vmstate_register() in ps2_mouse_init()
` [PULL 14/55] pl050: checkpatch fixes
` [PULL 15/55] pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_update_irq() functions
` [PULL 16/55] lasips2: spacing fixes
` [PULL 17/55] lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
` [PULL 18/55] pckbd: checkpatch fixes
` [PULL 19/55] pckbd: move KBDState from pckbd.c to i8042.h
` [PULL 20/55] pckbd: move ISAKBDState "
` [PULL 21/55] pckbd: introduce new I8042_MMIO QOM type
` [PULL 22/55] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PULL 23/55] pckbd: add mask qdev property to "
` [PULL 24/55] pckbd: add size "
` [PULL 25/55] pckbd: implement i8042_mmio_realize() function
` [PULL 26/55] pckbd: implement i8042_mmio_init() function
` [PULL 27/55] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PULL 28/55] pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
` [PULL 29/55] pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
` [PULL 30/55] pckbd: move ps2_kbd_init() and ps2_mouse_init() "
` [PULL 31/55] ps2: make ps2_raise_irq() function static
` [PULL 32/55] ps2: use ps2_raise_irq() instead of calling update_irq() directly
` [PULL 33/55] ps2: introduce ps2_lower_irq() "
` [PULL 34/55] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PULL 35/55] pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
` [PULL 36/55] pl050: switch over from update_irq() function to PS2 device gpio
` [PULL 37/55] pl050: add QEMU interface comment
` [PULL 38/55] lasips2: QOMify LASIPS2State
` [PULL 39/55] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
` [PULL 40/55] lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device
` [PULL 41/55] lasips2: implement lasips2_init() function
` [PULL 42/55] lasips2: move mapping of LASIPS2 registers to HPPA machine
` [PULL 43/55] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()
` [PULL 44/55] lasips2: add base property
` [PULL 45/55] lasips2: implement lasips2_realize()
` [PULL 46/55] lasips2: use sysbus IRQ for output IRQ
` [PULL 47/55] lasips2: switch over from update_irq() function to PS2 device gpio
` [PULL 48/55] lasips2: add QEMU interface comment
` [PULL 49/55] pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
` [PULL 50/55] pckbd: add QEMU interface comment for I8042_MMIO device
` [PULL 51/55] pckbd: add i8042_reset() function to I8042 device
` [PULL 52/55] pckbd: switch I8042 device from update_irq() function to PS2 device gpio
` [PULL 53/55] pckbd: add QEMU interface comment for I8042 device
` [PULL 54/55] ps2: remove update_irq() function and update_arg parameter
` [PULL 55/55] artist: set memory region owners for buffers to the artist device

[PATCH] artist: set memory region owners for buffers to the artist device
 2022-06-26 17:39 UTC  (3+ messages)

[PATCH 0/2] Decouple Xen-HVM from PIIX
 2022-06-26 12:59 UTC  (4+ messages)
` [PATCH 1/2] hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
` [PATCH 2/2] hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it

[PATCH qemu] m68k: virt: pass RNG seed via bootinfo block
 2022-06-26 11:18 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()
 2022-06-26 10:49 UTC  (3+ messages)

[PATCH] Align Raspberry Pi DMA interrupts with Linux DTS
 2022-06-26 10:16 UTC  (2+ messages)

[PATCH v2 00/54] PS2 device QOMification - part 1
 2022-06-26 10:14 UTC  (3+ messages)
` [PATCH v2 47/54] lasips2: switch over from update_irq() function to PS2 device gpio

[PATCH v2 00/11] bsd-user: More file-related system calls
 2022-06-26  3:49 UTC  (15+ messages)
` [PATCH v2 01/11] bsd-user: Implement mount, umount and nmount
` [PATCH v2 02/11] bsd-user: Implement symlink, symlinkat, readlink and readlinkat
` [PATCH v2 03/11] bsd-user: implement chmod, fchmod, lchmod and fchmodat
` [PATCH v2 04/11] bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat
` [PATCH v2 05/11] bsd-user: Implement chown, fchown, lchown and fchownat
` [PATCH v2 06/11] bsd-user: Implement chflags, lchflags and fchflags
` [PATCH v2 07/11] bsd-user: Implement chroot and flock
` [PATCH v2 08/11] bsd-user: Implement mkfifo and mkfifoat
` [PATCH v2 09/11] bsd-user: Implement pathconf, lpathconf and fpathconf
` [PATCH v2 10/11] bsd-user: Implement undelete
` [PATCH v2 11/11] bsd-user: Remove stray 'inline' from do_bsd_close

[PATCH v3 00/51] target/arm: Scalable Matrix Extension
 2022-06-26  3:37 UTC  (6+ messages)
` [PATCH v3 22/51] target/arm: Trap AdvSIMD usage when Streaming SVE is active

[PATCH] Add some documentation for "dtb" devices tree blobs
 2022-06-25 23:10 UTC  (3+ messages)
` Booting bare-metal RISC-V virt (Was: [PATCH] Add some documentation for "dtb" devices tree blobs)

[PATCH v25 0/8] support dirty restraint on vCPU
 2022-06-25 17:38 UTC  (9+ messages)
` [PATCH v25 1/8] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v25 2/8] cpus: Introduce cpu_list_generation_id
` [PATCH v25 3/8] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v25 4/8] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v25 5/8] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v25 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v25 7/8] softmmu/dirtylimit: Implement dirty page rate limit
` [PATCH v25 8/8] tests: Add dirty page rate limit test

[PATCH 1/2] Rename docs/specs/fw_cfg.txt to .rst
 2022-06-25 16:18 UTC  (3+ messages)
` [PATCH 2/2] Convert fw_cfg.rst to reStructuredText syntax

[PATCH] m68k: use correct variable name in boot info string macro
 2022-06-25 15:44 UTC  (2+ messages)

[PATCH v4 1/2] hw: canokey: Remove HS support as not compliant to the spec
 2022-06-25 14:26 UTC  (2+ messages)
` [PATCH v4] docs/system/devices/canokey: Document limitations on usb-ehci

hw/nvme: why schedule sq timer when cq is full?
 2022-06-25  3:29 UTC 

[PATCH v6 00/15] block: cleanup backing and file handling
 2022-06-24 21:28 UTC  (16+ messages)
` [PATCH v6 01/15] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v6 02/15] block: introduce bdrv_open_file_child() helper
` [PATCH v6 03/15] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v6 04/15] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v6 05/15] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v6 06/15] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v6 07/15] block: document connection between child roles and bs->backing/bs->file
` [PATCH v6 08/15] block/snapshot: stress that we fallback to primary child
` [PATCH v6 09/15] Revert "block: Let replace_child_noperm free children"
` [PATCH v6 10/15] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH v6 11/15] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH v6 12/15] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH v6 13/15] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v6 14/15] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v6 15/15] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child

[PATCH] aspeed: i2c: Fix DMA len write-enable bit handling
 2022-06-24 21:30 UTC  (3+ messages)

[PULL v2 00/20] Block layer patches
 2022-06-24 20:38 UTC  (19+ messages)
` [PULL v2 01/20] block: drop unused bdrv_co_drain() API
` [PULL v2 03/20] block: block_dirty_bitmap_merge(): fix error path
` [PULL v2 05/20] block: simplify handling of try to merge different sized bitmaps
` [PULL v2 06/20] block: Support passing NULL ops to blk_set_dev_ops()
` [PULL v2 07/20] block/export: Fix incorrect length passed to vu_queue_push()
` [PULL v2 08/20] block/export: Abstract out the logic of virtio-blk I/O process
` [PULL v2 09/20] linux-headers: Add vduse.h
` [PULL v2 10/20] libvduse: Add VDUSE (vDPA Device in Userspace) library
` [PULL v2 11/20] vduse-blk: Implement vduse-blk export
` [PULL v2 13/20] libvduse: Add support for reconnecting
` [PULL v2 14/20] qsd: document vduse-blk exports
` [PULL v2 15/20] block/rbd: report a better error when namespace does not exist
` [PULL v2 16/20] block/gluster: correctly set max_pdiscard
` [PULL v2 17/20] aio_wait_kick: add missing memory barrier
` [PULL v2 18/20] nbd: Drop dead code spotted by Coverity
` [PULL v2 19/20] vduse-blk: Add serial option
` [PULL v2 20/20] vduse-blk: Add name option

[PATCH v2 0/3] ppc: Check for bad Radix configs
 2022-06-24 20:10 UTC  (9+ messages)
` [PATCH v2 1/3] ppc: Check partition and process table alignment
` [PATCH v2 2/3] target/ppc: Improve Radix xlate level validation
` [PATCH v2 3/3] target/ppc: Check page dir/table base alignment

[PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG
 2022-06-24 20:12 UTC  (3+ messages)
` [PATCH qemu v2 1/2] ppc: Define SETFIELD for the ppc target

[PATCH] python: QEMUMachine: enable qmp accept timeout by default
 2022-06-24 19:52 UTC 

[PATCH RESEND v2 0/2] ppc: Implement ISA 3.00 tlbie[l]
 2022-06-24 19:50 UTC  (4+ messages)
` [PATCH RESEND v2 1/2] target/ppc: Move tlbie[l] to decode tree
` [PATCH RESEND v2 2/2] target/ppc: Implement ISA 3.00 tlbie[l]

[PATCH v4] hw: m25p80: add tests for write protect (WP# and SRWD bit)
 2022-06-24 18:30 UTC 

[RFC PATCH] tests/9p: introduce declarative function calls
 2022-06-24 17:46 UTC 

[PATCH v7 00/18] job: replace AioContext lock with job_mutex
 2022-06-24 18:22 UTC  (13+ messages)
` [PATCH v7 01/18] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held

[PATCH v11 0/2] arm/virt: CXL support via pxb_cxl
 2022-06-24 17:59 UTC  (12+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v11 2/2] qtest/cxl: Add aarch64 virt test for CXL

[PULL 0/3] Linux user for 7.1 patches
 2022-06-24 17:50 UTC  (2+ messages)

[PATCH v9 0/4] cutils: Introduce bundle mechanism
 2022-06-24 17:34 UTC  (5+ messages)
` [PATCH v9 1/4] tests/vm: do not specify -bios option
` [PATCH v9 2/4] cutils: Introduce bundle mechanism
` [PATCH v9 3/4] datadir: Use "
` [PATCH v9 4/4] module: "

[PATCH 0/2] target/arm: Fix issue 1078
 2022-06-24 17:42 UTC  (7+ messages)
` [PATCH 1/2] target/arm: Extend arm_pamax to more than aarch64
` [PATCH 2/2] target/arm: Check V7VE as well as LPAE in arm_pamax

[PATCH 12/14] aspeed: Make aspeed_board_init_flashes public
 2022-06-24 16:50 UTC  (3+ messages)

[PATCH v6 0/7] cutils: Introduce bundle mechanism
 2022-06-24 16:33 UTC  (4+ messages)

[PATCH] meson: Prefix each element of firmware path
 2022-06-24 15:50 UTC  (2+ messages)

[PATCH v3 1/2] hw: canokey: Remove HS support as not compliant to the spec
 2022-06-24 16:11 UTC  (3+ messages)
` [PATCH v3 2/2] docs/system/devices/canokey: Document limitations on usb-ehci

[RFC v2] Adding block layer APIs resembling Linux ZoneBlockDevice ioctls
 2022-06-24 16:10 UTC  (5+ messages)

[PULL 00/14] (Mostly) build system changes for 2022-06-24
 2022-06-24 15:57 UTC  (2+ 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).