qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 13:33:13 to 2023-01-24 04:37:09 UTC [more...]

[PATCH v2 00/26] e1000x cleanups (preliminary for IGB)
 2023-01-24  4:31 UTC  (18+ messages)
` [PATCH v2 01/26] e1000e: Fix the code style
` [PATCH v2 02/26] hw/net: Add more MII definitions
` [PATCH v2 03/26] fsl_etsec: Use hw/net/mii.h
` [PATCH v2 04/26] e1000: "
` [PATCH v2 05/26] e1000: Mask registers when writing
` [PATCH v2 06/26] e1000e: "
` [PATCH v2 07/26] e1000: Use more constant definitions
` [PATCH v2 14/26] e1000e: Configure ResettableClass
` [PATCH v2 16/26] e1000e: Set MII_ANER_NWAY
` [PATCH v2 17/26] e1000e: Remove extra pointer indirection
` [PATCH v2 19/26] e1000x: Alter the signature of e1000x_is_vlan_packet
` [PATCH v2 20/26] net: Strip virtio-net header when dumping
` [PATCH v2 21/26] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [PATCH v2 22/26] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
` [PATCH v2 23/26] e1000e: Perform software segmentation for loopback
` [PATCH v2 25/26] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PATCH v2 26/26] MAINTAINERS: Add e1000e test files

[PATCH] po/meson: make i18n module optional
 2023-01-24  3:47 UTC 

[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
 2023-01-24  2:17 UTC  (4+ messages)
` [PATCH 5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps

[PULL v2 00/15] tcg patch queue
 2023-01-24  2:05 UTC  (16+ messages)
` [PULL v2 01/15] tcg: Avoid recursion in tcg_gen_mulu2_i32
` [PULL v2 02/15] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PULL v2 03/15] common-user/host/ppc: Implement safe-syscall.inc.S
` [PULL v2 04/15] linux-user: Implment host/ppc/host-signal.h
` [PULL v2 05/15] tcg: Mark tcg helpers noinline to avoid an issue with LTO
` [PULL v2 06/15] target/loongarch: Enable the disassembler for host tcg
` [PULL v2 07/15] target/loongarch: Disassemble jirl properly
` [PULL v2 08/15] target/loongarch: Disassemble pcadd* addresses
` [PULL v2 09/15] tcg/loongarch64: Optimize immediate loading
` [PULL v2 10/15] tcg/loongarch64: Update tcg-insn-defs.c.inc
` [PULL v2 11/15] tcg/loongarch64: Introduce tcg_out_addi
` [PULL v2 12/15] tcg/loongarch64: Improve setcond expansion
` [PULL v2 13/15] tcg/loongarch64: Implement movcond
` [PULL v2 14/15] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
` [PULL v2 15/15] tcg/loongarch64: Reorg goto_tb implementation

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-01-23 23:56 UTC  (2+ messages)

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-24  1:47 UTC  (26+ messages)
` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[PATCH] vhost-user-fs: add capability to allow migration
 2023-01-24  1:46 UTC  (18+ messages)

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-01-24  1:42 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-24  1:27 UTC  (20+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v3 0/4] Nested virtualization fixes for QEMU
 2023-01-24  0:58 UTC  (4+ messages)
` [PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions

[PATCH v6 0/5] riscv: Allow user to set the satp mode
 2023-01-24  0:41 UTC  (11+ messages)
` [PATCH v6 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PATCH v6 4/5] riscv: Correctly set the device-tree entry 'mmu-type'
` [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities

[PATCH v3 0/3] python/qemu/machine: fix potential hang in QMP accept
 2023-01-24  0:22 UTC  (5+ messages)
` [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-24  0:20 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 00/22] target/arm: Implement FEAT_RME
 2023-01-24  0:00 UTC  (23+ messages)
` [PATCH 01/22] target/arm: Fix pmsav8 stage2 secure parameter
` [PATCH 02/22] target/arm: Rewrite check_s2_mmu_setup
` [PATCH 03/22] target/arm: Add isar_feature_aa64_rme
` [PATCH 04/22] target/arm: Update SCR and HCR for RME
` [PATCH 05/22] target/arm: SCR_EL3.NS may be RES1
` [PATCH 06/22] target/arm: Add RME cpregs
` [PATCH 07/22] target/arm: Introduce ARMSecuritySpace
` [PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs
` [PATCH 09/22] target/arm: Adjust the order of Phys and Stage2 ARMMMUIdx
` [PATCH 10/22] target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}
` [PATCH 11/22] target/arm: Pipe ARMSecuritySpace through ptw.c
` [PATCH 12/22] target/arm: NSTable is RES0 for the RME EL3 regime
` [PATCH 13/22] target/arm: Handle Block and Page bits for security space
` [PATCH 14/22] target/arm: Handle no-execute for Realm and Root regimes
` [PATCH 15/22] target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
` [PATCH 16/22] target/arm: Move s1_is_El0 into S1Translate
` [PATCH 17/22] target/arm: Use get_phys_addr_with_struct for stage2
` [PATCH 18/22] target/arm: Add GPC syndrome
` [PATCH 19/22] target/arm: Implement GPC exceptions
` [PATCH 20/22] target/arm: Implement the granule protection check
` [PATCH 21/22] target/arm: Enable RME for -cpu max
` [RFC PATCH 22/22] hw/arm/virt: Add some memory for Realm Management Monitor

[PATCH v2 00/15] Add support for the T-Head vendor extensions
 2023-01-23 23:49 UTC  (31+ messages)
` [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
` [PATCH v2 02/15] RISC-V: Adding XTheadSync "
` [PATCH v2 03/15] RISC-V: Adding XTheadBa "
` [PATCH v2 04/15] RISC-V: Adding XTheadBb "
` [PATCH v2 05/15] RISC-V: Adding XTheadBs "
` [PATCH v2 06/15] RISC-V: Adding XTheadCondMov "
` [PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions
` [PATCH v2 08/15] RISC-V: Adding T-Head MemPair extension
` [PATCH v2 09/15] RISC-V: Adding T-Head MemIdx extension
` [PATCH v2 10/15] RISC-V: Adding T-Head FMemIdx extension
` [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support
` [PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11
` [PATCH v2 13/15] RISC-V: Add initial support for T-Head C906
` [PATCH v2 14/15] RISC-V: Adding XTheadFmv ISA extension
` [PATCH v2 15/15] target/riscv: add a MAINTAINERS entry for XThead* extension support

[PATCH v2] include/hw/riscv/opentitan: update opentitan IRQs
 2023-01-23 23:30 UTC  (3+ messages)

[PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
 2023-01-23 21:22 UTC  (5+ messages)

[PATCH v2 0/2] qga: improve "syslog" domain logging
 2023-01-23 20:52 UTC  (6+ messages)
` [PATCH v2 1/2] qga-win: add logging to Windows event log

[PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
 2023-01-23 18:48 UTC 

[PATCH v2] qga/linux: add usb support to guest-get-fsinfo
 2023-01-23 20:42 UTC  (2+ messages)

[PATCH v11] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-23 20:27 UTC  (2+ messages)

[PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
 2023-01-23 20:14 UTC 

[PULL 0/3] Block patches
 2023-01-23 20:04 UTC  (4+ messages)
` [PULL 1/3] util/aio: Defer disabling poll mode as long as possible
` [PULL 2/3] virtio-blk: simplify virtio_blk_dma_restart_cb()
` [PULL 3/3] block/blkio: Fix inclusion of required headers

[PATCH] block/blkio: Fix inclusion of required headers
 2023-01-23 20:02 UTC  (4+ messages)

[PATCH RFC 00/21] migration: Support hugetlb doublemaps
 2023-01-23 19:42 UTC  (5+ messages)
` [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
` [PATCH RFC 09/21] ramblock: Add RAM_READONLY

[PATCH v3 0/3] Add gdbstub support to HVF
 2023-01-23 19:32 UTC  (5+ messages)
` [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts

[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu
 2023-01-23 19:09 UTC  (3+ messages)
  ` [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-23 18:16 UTC  (11+ messages)
        ` cxl nvdimm Potential probe ordering issues

[RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
 2023-01-23 17:53 UTC  (2+ messages)

[PATCH] docs/pcie.txt: Replace ioh3420 with pcie-root-port
 2023-01-23 17:42 UTC 

[RFC PATCH v5 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-01-23 17:26 UTC  (6+ messages)
` [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64

[PATCH v3 0/5] Series of fixes for PL011 char device
 2023-01-23 16:45 UTC  (13+ messages)
` [PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
` [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH] usb-ccid: make ids and descriptor configurable
 2023-01-23 16:25 UTC  (3+ messages)

[PATCH v4 0/5] Series of fixes for PL011 char device
 2023-01-23 16:23 UTC  (6+ messages)
` [PATCH v4 1/5] hw/char/pl011: refactor FIFO depth handling code
` [PATCH v4 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
` [PATCH v4 3/5] hw/char/pl011: implement a reset method
` [PATCH v4 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH v4 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation

MSYS2 and libfdt
 2023-01-23 16:23 UTC  (5+ messages)

[PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
 2023-01-23 16:01 UTC  (9+ messages)

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-23 15:51 UTC  (6+ messages)

[PATCH 0/7] ACPI controller cleanup
 2023-01-23 15:49 UTC  (4+ messages)
` [PATCH 3/7] hw/acpi/{ich9, piix4}: Resolve redundant io_base address attributes
  ` [PATCH 3/7] hw/acpi/{ich9,piix4}: "

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-23 14:29 UTC  (5+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests

[PULL 00/26] target-arm queue
 2023-01-23 15:17 UTC  (28+ messages)
` [PULL 01/26] target/arm: Widen cnthctl_el2 to uint64_t
` [PULL 02/26] target/arm: Unify checking for M Main Extension in MRS/MSR
` [PULL 03/26] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
` [PULL 04/26] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
` [PULL 05/26] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
` [PULL 06/26] hw/i2c/bitbang_i2c: Trace state changes
` [PULL 07/26] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
` [PULL 08/26] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
` [PULL 09/26] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
` [PULL 10/26] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
` [PULL 11/26] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
` [PULL 12/26] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
` [PULL 13/26] target/arm/sme: Reorg SME access handling in handle_msr_i()
` [PULL 14/26] target/arm/sme: Rebuild hflags in set_pstate() helpers
` [PULL 15/26] target/arm/sme: Introduce aarch64_set_svcr()
` [PULL 16/26] target/arm/sme: Reset SVE state in aarch64_set_svcr()
` [PULL 17/26] target/arm/sme: Reset ZA "
` [PULL 18/26] target/arm/sme: Rebuild hflags "
` [PULL 19/26] target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()
` [PULL 20/26] target/arm: Fix physical address resolution for MTE
` [PULL 21/26] target/arm: Fix in_debug path in S1_ptw_translate
` [PULL 22/26] target/arm: Don't set EXC_RETURN.ES if Security Extension not present
` [PULL 23/26] target/arm: implement DBGCLAIM registers
` [PULL 24/26] target/arm: provide stubs for more external debug registers
` [PULL 25/26] target/arm: Reorg do_coproc_insn
` [PULL 26/26] target/arm: Look up ARMCPRegInfo at runtime

[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
 2023-01-23 14:39 UTC  (2+ messages)

[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
 2023-01-23 14:27 UTC  (2+ messages)

[PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations
 2023-01-23 14:27 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).