qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-24 14:48:29 to 2023-03-25 15:54:36 UTC [more...]

[PATCH v3] block: replace TABs with space
 2023-03-25  8:52 UTC 

[PATCH 0/8] target/riscv: Simplification for RVH related check and code style fix
 2023-03-25 15:05 UTC  (17+ messages)
` [PATCH 1/8] target/riscv: Remove redundant call to riscv_cpu_virt_enabled
` [PATCH 2/8] target/riscv: Remove redundant check on RVH
` [PATCH 3/8] target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
` [PATCH 4/8] target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabled
` [PATCH 5/8] target/riscv: Remove redundant parentheses
` [PATCH 6/8] target/riscv: Fix format for indentation
` [PATCH 7/8] target/riscv: Fix format for comments
` [PATCH 8/8] target/riscv: Fix lines with over 80 characters

[PATCH 1/1] target/riscv: Convert env->virt to a bool env->virt_enabled
 2023-03-25 14:53 UTC 

[PATCH v1 00/11] *** add allwinner-r40 support ***
 2023-03-25 14:36 UTC  (2+ messages)

[PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
 2023-03-25 10:54 UTC  (25+ messages)
` [PATCH v6 01/25] target/riscv: Extract virt enabled state from tb flags
` [PATCH v6 02/25] target/riscv: Add a general status enum for extensions
` [PATCH v6 03/25] target/riscv: Encode the FS and VS on a normal way for tb flags
` [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
` [PATCH v6 05/25] target/riscv: Add a tb flags field for vstart
` [PATCH v6 06/25] target/riscv: Separate priv from mmu_idx
` [PATCH v6 07/25] target/riscv: Reduce overhead of MSTATUS_SUM change
` [PATCH v6 08/25] accel/tcg: Add cpu_ld*_code_mmu
` [PATCH v6 09/25] target/riscv: Use cpu_ld*_code_mmu for HLVX
` [PATCH v6 10/25] target/riscv: Handle HLV, HSV via helpers
` [PATCH v6 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
` [PATCH v6 12/25] target/riscv: Introduce mmuidx_sum
` [PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
` [PATCH v6 14/25] target/riscv: Introduce mmuidx_2stage
` [PATCH v6 15/25] target/riscv: Move hstatus.spvp check to check_access_hlsv
` [PATCH v6 16/25] target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
` [PATCH v6 17/25] target/riscv: Check SUM in the correct register
` [PATCH v6 18/25] target/riscv: Hoist second stage mode change to callers
` [PATCH v6 19/25] target/riscv: Hoist pbmte and hade out of the level loop
` [PATCH v6 21/25] target/riscv: Suppress pte update with is_debug
` [PATCH v6 22/25] target/riscv: Don't modify SUM "
` [PATCH v6 23/25] target/riscv: Merge checks for reserved pte flags
` [PATCH v6 24/25] target/riscv: Reorg access check in get_physical_address
` [PATCH v6 25/25] target/riscv: Reorg sum "

[PATCH v4 0/3] Add support for TPM devices over I2C bus
 2023-03-25  4:37 UTC  (4+ messages)
` [PATCH v4 1/3] docs: "
` [PATCH v4 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v4 3/3] tpm: Add support for TPM device over I2C bus

[PATCH 1/1] nbd/server: push pending frames after sending reply
 2023-03-24 23:55 UTC  (7+ messages)
  ` [Libguestfs] "

[PATCH v2 0/7] Handling IPMI for emulated BMC
 2023-03-24 23:09 UTC  (8+ messages)
` [PATCH v2 1/7] docs: enable sphinx blockdiag extension
` [PATCH v2 2/7] docs/specs: IPMI device emulation: main processor
` [PATCH v2 3/7] docs/specs: IPMI device emulation: BMC
` [PATCH v2 4/7] hw/ipmi: Refactor IPMI interface
` [PATCH v2 5/7] hw/ipmi: Take out common from ipmi_bmc_extern.c
` [PATCH v2 6/7] hw/ipmi: Add an IPMI external host device
` [PATCH v2 7/7] hw/ipmi: Add a KCS Module for NPCM7XX

Adding default config options to the tuxrun baseline kernels and enabling sshd
 2023-03-24 19:48 UTC  (5+ messages)

[PATCH v3 0/3] Add support for TPM devices over I2C bus
 2023-03-24 19:42 UTC  (11+ messages)
` [PATCH v3 2/3] TPM TIS: "
` [PATCH v3 3/3] New I2C: "

[PATCH v3 0/1] util/async-teardown: wire up query-command-line-options
 2023-03-24 19:10 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v10 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-03-24 15:35 UTC  (9+ messages)
` [PATCH v10 1/8] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v10 2/8] igb: handle PF/VF reset properly
` [PATCH v10 3/8] igb: add ICR_RXDW
` [PATCH v10 4/8] igb: implement VFRE and VFTE registers
` [PATCH v10 5/8] igb: check oversized packets for VMDq
` [PATCH v10 6/8] igb: respect E1000_VMOLR_RSSE
` [PATCH v10 7/8] igb: implement VF Tx and Rx stats
` [PATCH v10 8/8] igb: respect VMVIR and VMOLR for VLAN

[PULL 03/30] migration: Split save_live_pending() into state_pending_*
 2023-03-24 18:41 UTC  (2+ messages)
` s390x TCG migration failure

[PATCH] Change the default for Mixed declarations
 2023-03-24 17:56 UTC  (6+ messages)

[PATCH v5 0/2] target/riscv: reduce MSTATUS_SUM overhead
 2023-03-24 17:56 UTC  (4+ messages)
` [PATCH v5 1/2] target/riscv: separate priv from mmu_idx
` [PATCH v5 2/2] target/riscv: reduce overhead of MSTATUS_SUM change

[PATCH] qtests: avoid printing comments before g_test_init()
 2023-03-24 17:39 UTC  (5+ messages)

[RFC PATCH] MAINTAINERS: add a section for policy documents
 2023-03-24 17:38 UTC 

[PATCH v2 1/4] target/riscv: Extract virt enabled state from tb flags
 2023-03-24 17:08 UTC  (4+ messages)
  ` [PATCH v2 2/4] target/riscv: Add a general status enum for extensions
  ` [PATCH v2 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
  ` [PATCH v2 4/4] target/riscv: Add a tb flags field for vstart

[RESEND PATCH 0/2] hw/cxl: Fix decoder commit and uncommit handling
 2023-03-24 17:05 UTC  (5+ messages)
  ` [RESEND PATCH 2/2] hw/cxl: Fix incorrect reset of commit and associated clearing of committed

[PATCH 0/4] Fix tb flags use
 2023-03-24 17:05 UTC  (13+ messages)
` [PATCH 1/4] target/riscv: Extract virt enabled state from tb flags
` [PATCH 2/4] target/riscv: Add a general status enum for extensions
` [PATCH 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
` [PATCH 4/4] target/riscv: Add a tb flags field for vstart

[PATCH 2/2] hw/nvme: check maximum copy length (MCL) for COPY
 2023-03-24  8:35 UTC 

[RFC PATCH] tests/avocado: Test Xen guest support under KVM
 2023-03-24 16:07 UTC 

[PATCH v2] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-24 12:00 UTC  (4+ messages)

[qemu-web PATCH] fix cases where the left column becomes too large
 2023-03-24 10:40 UTC 

[PULL 0/8] Misc patches for QEMU 8.0-rc2
 2023-03-24 15:36 UTC  (9+ messages)
` [PULL 1/8] hw/ide: replace TABs with space
` [PULL 2/8] hw/block: "
` [PULL 3/8] target/s390x: Fix float_comp_to_cc() prototype
` [PULL 4/8] target/ppc: Fix helper_pminsn() prototype
` [PULL 5/8] ui/spice: fix compilation on win32
` [PULL 6/8] gitlab-ci: Cover SPICE in the MSYS2 job
` [PULL 7/8] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci
` [PULL 8/8] Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation"

[PATCH for-8.1 v4 00/25] target/riscv: rework CPU extensions validation
 2023-03-24 15:14 UTC  (13+ messages)
` [PATCH for-8.1 v4 14/25] target/riscv: add RVG
` [PATCH for-8.1 v4 15/25] target/riscv/cpu.c: split RVG code from validate_set_extensions()
` [PATCH for-8.1 v4 18/25] target/riscv: error out on priv failure for RVH
` [PATCH for-8.1 v4 22/25] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
` [PATCH for-8.1 v4 23/25] target/riscv: rework write_misa()
` [PATCH for-8.1 v4 24/25] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()

[PATCH v9 4/5] virtio-blk: add some trace events for zoned emulation
 2023-03-24 12:05 UTC  (3+ messages)
` [PATCH v9 5/5] docs/zoned-storage:add zoned emulation use case

[PATCH 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-03-24 13:39 UTC  (5+ messages)
` [PATCH 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PATCH 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2023-03-24 10:17 UTC  (10+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH v4 00/10] migration: introduce dirtylimit capability
 2023-03-24 14:32 UTC  (6+ messages)
` [PATCH v4 06/10] migration: Introduce dirty-limit capability

[PATCH] target/riscv: Fix itrigger when icount is used
 2023-03-24 13:45 UTC  (2+ messages)

qapi: [RFC] Doc comment convention for @arg: sections
 2023-03-24 14:25 UTC  (5+ messages)

Example output for query-vcpu-dirty-limit
 2023-03-24  7:07 UTC  (3+ messages)

[PULL 0/2] xen queue
 2023-03-24 14:56 UTC  (3+ messages)
` [PULL 1/2] accel/xen: Fix DM state change notification in dm_restrict mode
` [PULL 2/2] hw/xenpv: Initialize Xen backend operations

[PATCH for 8.0 0/4] igb fixes for 8.0
 2023-03-24  9:54 UTC  (4+ messages)
` [PATCH for 8.0 1/4] igb: Save more Tx states
` [PATCH for 8.0 2/4] igb: Fix DMA requester specification for Tx packet
` [PATCH for 8.0 3/4] hw/net/net_tx_pkt: Ignore ECN bit

[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
 2023-03-24 11:00 UTC  (4+ messages)

[PATCH v2] hw/ide: replace TABs with space
 2023-03-24 10:34 UTC 

[PATCH v18 0/8] Add support for zoned device
 2023-03-24 11:26 UTC  (9+ messages)
` [PATCH v18 1/8] include: add zoned device structs
` [PATCH v18 2/8] file-posix: introduce helper functions for sysfs attributes
` [PATCH v18 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v18 4/8] raw-format: add zone operations to pass through requests
` [PATCH v18 5/8] config: add check to block layer
` [PATCH v18 6/8] qemu-iotests: test new zone operations
` [PATCH v18 8/8] docs/zoned-storage: add zoned device documentation

[PATCH v15 0/4] vhost-vdpa: add support for vIOMMU
 2023-03-24  2:49 UTC  (5+ messages)
` [PATCH v15 4/4] vhost-vdpa: Add "

[PATCH 0/3] Add support for TPM devices over I2C bus
 2023-03-24 12:50 UTC  (11+ messages)
` [PATCH 1/3] docs: "
` [PATCH 3/3] New I2C: "

[PULL v2 00/18] Display patches
 2023-03-24 15:25 UTC  (3+ messages)
` [PULL v2 18/18] ui/dbus: restrict opengl to gbm-enabled config

[PATCH] systemd: Also clear LISTEN_FDNAMES during systemd socket activation
 2023-03-24 15:33 UTC 

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver
 2023-03-24 10:13 UTC  (4+ messages)
` [PATCH v9 1/5] include: update virtio_blk headers to v6.3-rc1
` [PATCH v9 2/5] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v9 3/5] block: add accounting for zone append operation

[PATCH] ui/spice: fix compilation on win32
 2023-03-24 10:59 UTC  (2+ messages)

[PATCH for 8.0] hw/net/net_tx_pkt: Align l3_hdr
 2023-03-24  8:30 UTC  (3+ messages)

[PATCH v3] hw/block: replace TABs with space
 2023-03-24 10:46 UTC 

[PATCH v4 0/2] target/riscv: reduce MSTATUS_SUM overhead
 2023-03-24 12:31 UTC  (5+ messages)
` [PATCH v4 1/2] target/riscv: separate priv from mmu_idx

[PATCH 1/2] hw/nvme: consider COPY command in nvme_aio_err
 2023-03-24  8:35 UTC 

[PATCH v2 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-24 14:51 UTC  (5+ messages)
` [PATCH v2 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation
    ` [PATCH] hw/xenpv: Initialize Xen backend operations

[PULL 0/1] xen queue
 2023-03-24 14:44 UTC  (3+ messages)

[PATCH v12 00/10] support subsets of code size reduction extension
 2023-03-24 13:23 UTC  (2+ messages)

[PATCH v9 1/5] include: update virtio_blk headers to v6.3-rc1
 2023-03-24 10:59 UTC 

[qemu-web PATCH v2] add post about plans for Python venvs
 2023-03-24  8:58 UTC  (2+ messages)

[RFC QEMU PATCH 00/18] Add VirtIO GPU and Passthrough GPU support on Xen
 2023-03-24 13:22 UTC  (6+ messages)
` [RFC QEMU PATCH 08/18] virtio-gpu: Initialize Venus

[PATCH for 8.0 v2] igb: Save more Tx states
 2023-03-24  8:27 UTC  (2+ messages)

[PATCH v11 0/5] RISC-V Smstateen support
 2023-03-24 13:31 UTC  (4+ messages)
` [PATCH v11 4/5] target/riscv: smstateen check for fcsr

[PATCH v17 0/8] Add support for zoned device
 2023-03-24  8:02 UTC  (4+ messages)
` [PATCH v17 6/8] qemu-iotests: test new zone operations

[PATCH v18 5/8] config: add check to block layer
 2023-03-24 11:01 UTC 

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-24  2:29 UTC  (6+ messages)

[PATCH v15 00/60] Xen HVM support under KVM
 2023-03-24  9:10 UTC  (7+ messages)
` [PATCH v15 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
        ` [PATCH] hw/xen: Simplify emulated Xen platform init


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