qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-24 15:44:57 to 2023-03-27 07:21:52 UTC [more...]

[PATCH v3 0/1] util/async-teardown: wire up query-command-line-options
 2023-03-27  7:20 UTC  (6+ messages)
` [PATCH v3 1/1] "

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

[PATCH 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-03-27  4:26 UTC  (7+ 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

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

[PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
 2023-03-27  2:07 UTC  (31+ 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 20/25] target/riscv: Move leaf pte processing out of "
` [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 0/2] qtests: tpm: Add test cases for TPM TIS I2C device emulation
 2023-03-27  0:37 UTC  (3+ messages)
` [PATCH 1/2] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
` [PATCH 2/2] qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller

[PATCH v6 0/3] Add support for TPM devices over I2C bus
 2023-03-26 22:23 UTC  (6+ messages)
` [PATCH v6 1/3] docs: "
` [PATCH v6 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v6 3/3] tpm: Add support for TPM device over I2C bus

[PATCH V2] meson: install keyboard maps only if necessary
 2023-03-26 21:17 UTC 

[PATCH] meson: allow disablind the installation of keymaps
 2023-03-26 21:10 UTC  (2+ messages)

[PATCH] tracing: install trace events file only if necessary
 2023-03-26 21:04 UTC 

[PATCH] meson: install keyboard maps only if necessary
 2023-03-26 21:04 UTC 

[PATCH v3 0/4] Basic Allwinner WDT emulation
 2023-03-26 20:22 UTC  (5+ messages)
` [PATCH v3 1/4] hw/watchdog: Allwinner WDT emulation for system reset
` [PATCH v3 2/4] hw/arm: Add WDT to Allwinner-A10 and Cubieboard
` [PATCH v3 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
` [PATCH v3 4/4] tests/avocado: Add reboot tests to Cubieboard

[PATCH v2 0/4] Basic Allwinner WDT emulation
 2023-03-26 19:53 UTC  (4+ messages)
` [PATCH v2 1/4] hw/watchdog: Allwinner WDT emulation for system reset

Audio playback speed issue on sam460ex and pegasos2
 2023-03-26 17:46 UTC  (9+ messages)

[PATCH for-8.0 0/3] migration: Preempt mode fixes for 8.0
 2023-03-26 17:25 UTC  (4+ messages)
` [PATCH for-8.0 1/3] io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server side
` [PATCH for-8.0 2/3] migration: Fix potential race on postcopy_qemufile_src
` [PATCH for-8.0 3/3] migration: Recover behavior of preempt channel creation for pre-7.2

s390 migration crash
 2023-03-26 16:49 UTC  (7+ messages)

[PATCH 1/1] target/riscv: Convert env->virt to a bool env->virt_enabled
 2023-03-26 14:50 UTC  (2+ messages)

[PATCH 0/8] target/riscv: Simplification for RVH related check and code style fix
 2023-03-26 12:38 UTC  (18+ 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 v2 0/5] Support x2APIC mode with TCG accelerator
 2023-03-26  5:20 UTC  (6+ messages)
` [PATCH v2 1/5] i386/tcg: implement x2APIC registers MSR access
` [PATCH v2 2/5] apic: add support for x2APIC mode
` [PATCH v2 3/5] apic, i386/tcg: add x2apic transitions
` [PATCH v2 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PATCH v2 5/5] amd_iommu: report x2APIC support to the operating system

[PATCH for-8.0 00/11] tcg patch queue
 2023-03-26  4:51 UTC  (2+ messages)

[PATCH v4 0/3] Add support for TPM devices over I2C bus
 2023-03-26  1:54 UTC  (12+ 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 v5 0/3] Add support for TPM devices over I2C bus
 2023-03-26  1:06 UTC  (4+ messages)
` [PATCH v5 1/3] docs: "
` [PATCH v5 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v5 3/3] tpm: Add support for TPM device over I2C bus

[PATCH v2 0/7] Handling IPMI for emulated BMC
 2023-03-25 23:56 UTC  (10+ 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

[PATCH v1 00/11] *** add allwinner-r40 support ***
 2023-03-25 21:25 UTC  (12+ messages)
` [PATCH v1 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v1 02/11] hw/arm/allwinner-r40: add Clock Control Unit
` [PATCH v1 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v1 04/11] hw: arm: allwinner-r40: Add 5 TWI controllers
` [PATCH v1 05/11] hw/misc: AXP221 PMU Emulation

[PULL 0/1] QGA warning fix
 2023-03-25 16:28 UTC  (2+ messages)

[PULL 0/2] xen queue
 2023-03-25 16:28 UTC  (2+ messages)

[PULL 0/8] Misc patches for QEMU 8.0-rc2
 2023-03-25 16:29 UTC  (9+ messages)
` [PULL 1/8] hw/ide: replace TABs with space
` [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 v3] block: replace TABs with space
 2023-03-25  8:52 UTC 

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

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  (8+ messages)
` [PATCH v3 3/3] New I2C: "

[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  (5+ messages)

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

[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  (9+ 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 

[PATCH for-8.1 v4 00/25] target/riscv: rework CPU extensions validation
 2023-03-24 15:09 UTC  (7+ messages)
` [PATCH for-8.1 v4 14/25] target/riscv: add RVG
` [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 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

[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] 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 12:05 UTC  (3+ messages)

Example output for query-vcpu-dirty-limit
 2023-03-24  7:07 UTC  (3+ 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).