qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 00:28:20 to 2022-06-28 09:11:38 UTC [more...]

[RFC 00/18] vfio: Adopt iommufd
 2022-06-28  8:58 UTC  (18+ messages)

[PATCH 00/14] aspeed: Add I2C new register DMA slave mode support
 2022-06-28  7:17 UTC  (22+ messages)
` [PATCH 04/14] aspeed: i2c: Fix DMA len write-enable bit handling
` [PATCH 05/14] aspeed: i2c: Fix R_I2CD_FUN_CTRL reference
` [PATCH 07/14] aspeed: Add PECI controller
` [PATCH 08/14] hw/misc: Add fby35-cpld
` [PATCH 09/14] pmbus: Reset out buf after switching pages
` [PATCH 12/14] hw/misc: Add intel-me
  ` [PATCH 14/14] aspeed: Add I2C new register DMA slave mode support

[PATCH v1] vga: avoid crash if no default vga card
 2022-06-28  8:48 UTC  (3+ messages)

[PATCH] util: Return void on iova_tree_remove
 2022-06-28  8:57 UTC  (2+ messages)

[PATCH 00/12] Introduce new acpi/smbios qtests using biosbits
 2022-06-28  8:28 UTC  (27+ messages)
` [PATCH 04/12] acpi/tests/bits: initial commit of test scripts that are run by biosbits
` [PATCH 09/12] acpi/tests/bits: add acpi and smbios python tests that uses biosbits
` [PATCH 11/12] acpi/tests/bits: add README file for bits qtests
                  ` venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)

[RFC v3 0/5] *** Add support for zoned device ***
 2022-06-28  8:19 UTC  (10+ 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 5/5] qemu-iotests: add zone operation tests

[PULL 00/60] semihosting patch queue
 2022-06-28  6:20 UTC  (62+ messages)
` [PULL 01/60] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PULL 02/60] semihosting: Return failure from softmmu-uaccess.h functions
` [PULL 03/60] semihosting: Improve condition for config.c and console.c
` [PULL 04/60] semihosting: Move softmmu-uaccess.h functions out of line
` [PULL 05/60] accel/stubs: Add tcg stub for probe_access_flags
` [PULL 06/60] semihosting: Add target_strlen for softmmu-uaccess.h
` [PULL 07/60] semihosting: Simplify softmmu_lock_user_string
` [PULL 08/60] semihosting: Split out guestfd.c
` [PULL 09/60] semihosting: Inline set_swi_errno into common_semi_cb
` [PULL 10/60] semihosting: Adjust error checking in common_semi_cb
` [PULL 11/60] semihosting: Clean up common_semi_flen_cb
` [PULL 12/60] semihosting: Clean up common_semi_open_cb
` [PULL 13/60] semihosting: Return void from do_common_semihosting
` [PULL 14/60] semihosting: Move common-semi.h to include/semihosting/
` [PULL 15/60] semihosting: Remove GDB_O_BINARY
` [PULL 16/60] include/exec: Move gdb open flags to gdbstub.h
` [PULL 17/60] include/exec: Move gdb_stat and gdb_timeval "
` [PULL 18/60] include/exec: Define errno values in gdbstub.h
` [PULL 19/60] gdbstub: Convert GDB error numbers to host error numbers
` [PULL 20/60] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PULL 21/60] semihosting: Split is_64bit_semihosting per target
` [PULL 22/60] semihosting: Split common_semi_flen_buf "
` [PULL 23/60] semihosting: Split out common_semi_has_synccache
` [PULL 24/60] semihosting: Split out common-semi-target.h
` [PULL 25/60] semihosting: Use env more often in do_common_semihosting
` [PULL 26/60] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PULL 27/60] semihosting: Split out semihost_sys_open
` [PULL 28/60] semihosting: Split out semihost_sys_close
` [PULL 29/60] semihosting: Split out semihost_sys_read
` [PULL 30/60] semihosting: Split out semihost_sys_write
` [PULL 31/60] semihosting: Bound length for semihost_sys_{read,write}
` [PULL 32/60] semihosting: Split out semihost_sys_lseek
` [PULL 33/60] semihosting: Split out semihost_sys_isatty
` [PULL 34/60] semihosting: Split out semihost_sys_flen
` [PULL 35/60] semihosting: Split out semihost_sys_remove
` [PULL 36/60] semihosting: Split out semihost_sys_rename
` [PULL 37/60] semihosting: Split out semihost_sys_system
` [PULL 38/60] semihosting: Create semihost_sys_{stat,fstat}
` [PULL 39/60] semihosting: Create semihost_sys_gettimeofday
` [PULL 40/60] gdbstub: Adjust gdb_syscall_complete_cb declaration
` [PULL 41/60] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PULL 42/60] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PULL 43/60] semihosting: Expand qemu_semihosting_console_inc to read
` [PULL 44/60] semihosting: Cleanup chardev init
` [PULL 45/60] semihosting: Create qemu_semihosting_console_write
` [PULL 46/60] semihosting: Add GuestFDConsole
` [PULL 47/60] semihosting: Create qemu_semihosting_guestfd_init
` [PULL 48/60] semihosting: Use console_in_gf for SYS_READC
` [PULL 49/60] semihosting: Use console_out_gf for SYS_WRITEC
` [PULL 50/60] semihosting: Remove qemu_semihosting_console_outc
` [PULL 51/60] semihosting: Use console_out_gf for SYS_WRITE0
` [PULL 52/60] semihosting: Remove qemu_semihosting_console_outs
` [PULL 53/60] semihosting: Create semihost_sys_poll_one
` [PULL 54/60] target/m68k: Eliminate m68k_semi_is_fseek
` [PULL 55/60] target/m68k: Make semihosting system only
` [PULL 56/60] target/mips: Use an exception for semihosting
` [PULL 57/60] target/mips: Add UHI errno values
` [PULL 58/60] target/mips: Drop pread and pwrite syscalls from semihosting
` [PULL 59/60] target/nios2: Eliminate nios2_semi_is_lseek
` [PULL 60/60] target/nios2: Move nios2-semi.c to nios2_softmmu_ss

[PATCH 0/9] Preliminary patches for subproject split
 2022-06-28  8:15 UTC  (2+ messages)

[PULL 00/12] virtio: fixes
 2022-06-28  8:17 UTC  (14+ messages)
` [PULL 01/12] virtio-iommu: Fix the partial copy of probe request
` [PULL 02/12] msi: fix MSI vector limit check in msi_set_mask()
` [PULL 03/12] vhost: add method vhost_set_vring_err
` [PULL 04/12] vhost: setup error eventfd and dump errors
` [PULL 05/12] virtio-iommu: Fix migration regression
` [PULL 06/12] docs/vhost-user: Fix mismerge
` [PULL 07/12] libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply
` [PULL 08/12] libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply
` [PULL 09/12] MAINTAINERS: Collect memory device files in "Memory devices"
` [PULL 10/12] contrib/vhost-user-blk: fix 32 bit build and enable
` [PULL 11/12] include/hw/virtio: document vhost_get_features
` [PULL 12/12] include/hw/virtio: document vhost_ack_features

[PATCH qemu v3] ppc: Define SETFIELD for the ppc target
 2022-06-28  8:05 UTC 

[PATCH v2 0/4] hw/nvme: add support for TP4084
 2022-06-28  6:07 UTC  (10+ messages)
` [PATCH v2 1/4] hw/nvme: claim NVMe 2.0 compliance
` [PATCH v2 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH v2 3/4] hw/nvme: add support for ratified TP4084
` [PATCH v2 4/4] hw/nvme: add new never_ready parameter to test the DNR bit

Can legacy vga memory base address be defined different with architectures
 2022-06-28  8:21 UTC  (2+ messages)

[PATCH v1 0/2] Zero copy improvements (QIOChannel + multifd)
 2022-06-28  7:53 UTC  (4+ messages)
` [PATCH v1 1/2] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
` [PATCH v1 2/2] migration/multifd: Warn user when zerocopy not working

[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
 2022-06-28  7:38 UTC  (5+ messages)
` [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests
` [PATCH v4 6/7] block/copy-before-write: implement cbw-timeout option

[PULL 00/33] migration queue
 2022-06-28  7:40 UTC  (6+ messages)
` [PULL 22/33] migration: remove the QEMUFileOps 'get_buffer' callback

[PATCH v7 00/18] job: replace AioContext lock with job_mutex
 2022-06-28  7:40 UTC  (6+ messages)
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held

[PATCH v2 0/8] aspeed: Add multi-SoC machine
 2022-06-28  6:55 UTC  (6+ messages)
` [PATCH v2 7/8] aspeed: Make aspeed_board_init_flashes public
` [PATCH v2 8/8] aspeed: Add AST2600 (BMC) to fby35

[RFC PATCH] qemu-options: bring the kernel and image options together
 2022-06-28  6:11 UTC  (4+ messages)

[PATCH v7 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-28  4:40 UTC  (5+ messages)
` [PATCH v7 1/4] Revert "target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher"
` [PATCH v7 2/4] target/riscv: Set minumum priv spec version for mcountinhibit
` [PATCH v7 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v7 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v4 00/45] target/arm: Scalable Matrix Extension
 2022-06-28  4:21 UTC  (46+ messages)
` [PATCH v4 01/45] target/arm: Handle SME in aarch64_cpu_dump_state
` [PATCH v4 02/45] target/arm: Add infrastructure for disas_sme
` [PATCH v4 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PATCH v4 04/45] target/arm: Mark ADR as non-streaming
` [PATCH v4 05/45] target/arm: Mark RDFFR, WRFFR, SETFFR "
` [PATCH v4 06/45] target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL "
` [PATCH v4 07/45] target/arm: Mark PMULL, FMMLA "
` [PATCH v4 08/45] target/arm: Mark FTSMUL, FTMAD, FADDA "
` [PATCH v4 09/45] target/arm: Mark SMMLA, UMMLA, USMMLA "
` [PATCH v4 10/45] target/arm: Mark string/histo/crypto "
` [PATCH v4 11/45] target/arm: Mark gather/scatter load/store "
` [PATCH v4 12/45] target/arm: Mark gather prefetch "
` [PATCH v4 13/45] target/arm: Mark LDFF1 and LDNF1 "
` [PATCH v4 14/45] target/arm: Mark LD1RO "
` [PATCH v4 15/45] target/arm: Add SME enablement checks
` [PATCH v4 16/45] target/arm: Handle SME in sve_access_check
` [PATCH v4 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v4 18/45] target/arm: Implement SME ZERO
` [PATCH v4 19/45] target/arm: Implement SME MOVA
` [PATCH v4 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v4 21/45] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v4 22/45] target/arm: Implement SME LDR, STR
` [PATCH v4 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v4 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v4 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v4 26/45] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH v4 27/45] target/arm: Implement SME integer outer product
` [PATCH v4 28/45] target/arm: Implement PSEL
` [PATCH v4 29/45] target/arm: Implement REVD
` [PATCH v4 30/45] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v4 31/45] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v4 32/45] target/arm: Enable SME for -cpu max
` [PATCH v4 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v4 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v4 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v4 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v4 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v4 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v4 39/45] linux-user/aarch64: Move sve record checks into restore
` [PATCH v4 40/45] linux-user/aarch64: Implement SME signal handling
` [PATCH v4 41/45] linux-user: Rename sve prctls
` [PATCH v4 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v4 43/45] target/arm: Only set ZEN in reset if SVE present
` [PATCH v4 44/45] target/arm: Enable SME for user-only
` [PATCH v4 45/45] linux-user/aarch64: Add SME related hwcap entries

[PATCH 0/2] Make local migration with TAP network device possible
 2022-06-28  4:15 UTC  (3+ messages)
` [PATCH 2/2] tap: initialize TAPState->enabled according to the actual state of queue

[PATCH v6 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-28  3:45 UTC  (4+ messages)
` [PATCH v6 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v5 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-28  3:43 UTC  (4+ messages)
` [PATCH v5 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()

[PATCH] include: set vm hva aligned with huge pagesize on loongarch
 2022-06-28  3:04 UTC 

[PATCH 0/4] Fix some coverity issues on VDUSE
 2022-06-28  2:59 UTC  (6+ messages)
` [PATCH 2/4] libvduse: Replace strcpy() with strncpy()
` [PATCH 3/4] libvduse: Pass positive value to strerror()

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

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

[PATCH v3 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-28  0:29 UTC  (5+ messages)
` [PATCH v3 1/2] hw/nvme: Implement "


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