messages from 2023-03-09 20:16:11 to 2023-03-10 09:51:51 UTC [more...]
[PATCH v2 00/18] ui: dbus & misc fixes
2023-03-10 9:51 UTC (12+ messages)
` [PATCH v2 02/18] ui/dbus: unregister clipboard on connection close
` [PATCH v2 03/18] audio/dbus: there are no sender for p2p mode
` [PATCH v2 05/18] meson: ensure dbus-display generated code is built before other units
` [PATCH v2 06/18] ui: rename cursor_{put->unref}
` [PATCH v2 14/18] ui/sdl: add optional logging when _SDL_DEBUG is set
[PATCH] hvf: arm: Add support for GICv3
2023-03-10 9:49 UTC (3+ messages)
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
2023-03-10 9:12 UTC (46+ messages)
` [PATCH 01/45] target/riscv: Add zvkb cpu property
` [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 03/45] target/riscv: Add vclmul.vv decoding, translation and execution support
` [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 05/45] target/riscv: Add vclmul.vx decoding, translation and execution support
` [PATCH 06/45] target/riscv: Add vclmulh.vv "
` [PATCH 07/45] target/riscv: Add vclmulh.vx "
` [PATCH 08/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 09/45] qemu/bitops.h: Limit rotate amounts
` [PATCH 10/45] target/riscv: Add vrol.[vv, vx] and vror.[vv, vx, vi] decoding, translation and execution support
` [PATCH 11/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 12/45] target/riscv: Add vbrev8.v decoding, translation and execution support
` [PATCH 13/45] target/riscv: Add vrev8.v "
` [PATCH 14/45] target/riscv: Add vandn.[vv, vx] "
` [PATCH 15/45] target/riscv: Expose zvkb cpu property
` [PATCH 16/45] target/riscv: Add zvkned "
` [PATCH 17/45] target/riscv: Add vaesef.vv decoding, translation and execution support
` [PATCH 18/45] target/riscv: Add vaesef.vs "
` [PATCH 19/45] target/riscv: Add vaesdf.vv "
` [PATCH 20/45] target/riscv: Add vaesdf.vs "
` [PATCH 21/45] target/riscv: Add vaesdm.vv "
` [PATCH 22/45] target/riscv: Add vaesdm.vs "
` [PATCH 23/45] target/riscv: Add vaesz.vs "
` [PATCH 24/45] target/riscv: Add vaesem.vv "
` [PATCH 25/45] target/riscv: Add vaesem.vs "
` [PATCH 26/45] target/riscv: Add vaeskf1.vi "
` [PATCH 27/45] target/riscv: Add vaeskf2.vi "
` [PATCH 28/45] target/riscv: Expose zvkned cpu property
` [PATCH 29/45] target/riscv: Add zvknh cpu properties
` [PATCH 30/45] target/riscv: Add vsha2ms.vv decoding, translation and execution support
` [PATCH 31/45] target/riscv: Add vsha2c[hl].vv "
` [PATCH 32/45] target/riscv: Expose zvknh cpu properties
` [PATCH 33/45] target/riscv: Add zvksh cpu property
` [PATCH 34/45] target/riscv: Add vsm3me.vv decoding, translation and execution support
` [PATCH 35/45] target/riscv: Add vsm3c.vi "
` [PATCH 36/45] target/riscv: Expose zvksh cpu property
` [PATCH 37/45] target/riscv: Add zvkg "
` [PATCH 38/45] target/riscv: Add vgmul.vv decoding, translation and execution support
` [PATCH 39/45] target/riscv: Add vghsh.vv "
` [PATCH 40/45] target/riscv: Expose zvkg cpu property
` [PATCH 41/45] crypto: Create sm4_subword
` [PATCH 42/45] crypto: Add SM4 constant parameter CK
` [PATCH 43/45] target/riscv: Add zvksed cfg property
` [PATCH 44/45] target/riscv: Add Zvksed support
` [PATCH 45/45] target/riscv: Expose Zvksed property
[PULL V2 00/44] Net patches
2023-03-10 9:35 UTC (45+ messages)
` [PULL V2 01/44] e1000e: Fix the code style
` [PULL V2 02/44] hw/net: Add more MII definitions
` [PULL V2 03/44] fsl_etsec: Use hw/net/mii.h
` [PULL V2 04/44] e1000: "
` [PULL V2 05/44] e1000: Mask registers when writing
` [PULL V2 06/44] e1000e: Introduce E1000E_LOW_BITS_SET_FUNC
` [PULL V2 07/44] e1000e: Mask registers when writing
` [PULL V2 08/44] e1000: Use more constant definitions
` [PULL V2 09/44] e1000e: "
` [PULL V2 10/44] e1000: Use memcpy to intialize registers
` [PULL V2 11/44] e1000e: "
` [PULL V2 12/44] e1000e: Remove pending interrupt flags
` [PULL V2 13/44] e1000e: Improve software reset
` [PULL V2 14/44] e1000: Configure ResettableClass
` [PULL V2 15/44] e1000e: "
` [PULL V2 16/44] e1000e: Introduce e1000_rx_desc_union
` [PULL V2 17/44] e1000e: Set MII_ANER_NWAY
` [PULL V2 18/44] e1000e: Remove extra pointer indirection
` [PULL V2 19/44] net: Check L4 header size
` [PULL V2 20/44] e1000x: Alter the signature of e1000x_is_vlan_packet
` [PULL V2 21/44] net: Strip virtio-net header when dumping
` [PULL V2 22/44] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [PULL V2 23/44] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
` [PULL V2 24/44] e1000e: Perform software segmentation for loopback
` [PULL V2 25/44] hw/net/net_tx_pkt: Implement TCP segmentation
` [PULL V2 26/44] hw/net/net_tx_pkt: Check the payload length
` [PULL V2 27/44] e1000e: Do not assert when MSI-X is disabled later
` [PULL V2 28/44] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PULL V2 29/44] MAINTAINERS: Add e1000e test files
` [PULL V2 30/44] e1000e: Combine rx traces
` [PULL V2 31/44] e1000: Count CRC in Tx statistics
` [PULL V2 32/44] e1000e: "
` [PULL V2 33/44] net/eth: Report if headers are actually present
` [PULL V2 34/44] e1000e: Implement system clock
` [PULL V2 35/44] net/eth: Introduce EthL4HdrProto
` [PULL V2 36/44] pcie: Introduce pcie_sriov_num_vfs
` [PULL V2 37/44] e1000: Split header files
` [PULL V2 38/44] Intrdocue igb device emulation
` [PULL V2 39/44] tests/qtest/e1000e-test: Fabricate ethernet header
` [PULL V2 40/44] tests/qtest/libqos/e1000e: Export macreg functions
` [PULL V2 41/44] igb: Introduce qtest for igb device
` [PULL V2 42/44] tests/avocado: Add igb test
` [PULL V2 43/44] docs/system/devices/igb: Add igb documentation
` [PULL V2 44/44] ebpf: fix compatibility with libbpf 1.0+
[PATCH v5 0/3] qga: Support merging output streams in guest-exec
2023-03-10 9:36 UTC (8+ messages)
` [PATCH v5 1/3] qga: Refactor guest-exec capture-output to take enum
` [PATCH v5 2/3] qga: Add `merged` variant to GuestExecCaptureOutputMode
` [PATCH v5 3/3] qga: test: Add tests for `merged` flag
[PATCH v15 00/60] Xen HVM support under KVM
2023-03-10 9:21 UTC (6+ messages)
` [PATCH v15 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
[PATCH] target/riscv/csr.c: fix H extension TVM trap
2023-03-10 9:18 UTC (4+ messages)
` "
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-10 6:42 UTC (2+ messages)
[PULL 0/3] Edk2 stable202302 20230309 patches
2023-03-10 6:37 UTC (4+ messages)
` [PULL 3/3] edk2: update firmware binaries
[RFC PATCH 0/2] Enable additional display heads on guest launch
2023-03-10 5:20 UTC (3+ messages)
` [RFC PATCH 1/2] gtk: Make sure widget is realized before updating
[PATCH] Fix slli_uw decoding
2023-03-10 5:18 UTC (3+ messages)
[PATCH 0/2] hw/intc/arm_gicv3: Bump ITT entry size to 16
2023-03-10 4:55 UTC (3+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3: Make ITT entry size configurable
[PATCH] Fix incorrect register name in RISC-V disassembler for fmv,fabs,fneg instructions
2023-03-10 4:05 UTC (3+ messages)
[PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
2023-03-10 3:58 UTC (4+ messages)
` [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
[PATCH] intel-iommu: Set status bit after operation completed
2023-03-10 2:32 UTC (3+ messages)
[PATCH v7 0/6] migration: reduce time of loading non-iterable vmstate
2023-03-10 2:24 UTC (7+ messages)
` [PATCH v7 1/6] memory: Reference as->current_map directly in memory commit
` [PATCH v7 2/6] rcu: Introduce rcu_read_is_locked()
` [PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v7 4/6] memory: Add sanity check in address_space_to_flatview
` [PATCH v7 5/6] migration: Reduce time of loading non-iterable vmstate
` [PATCH v7 6/6] memory: Introduce address_space_to_flatview_rcu()
[PATCH for-8.1 00/17] centralize CPU extensions logic
2023-03-10 0:18 UTC (6+ messages)
` [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
[Question] Support RISC-V Board on QEMU
2023-03-09 23:58 UTC
[PATCH v6 0/4] pci hotplug tracking
2023-03-09 21:55 UTC (4+ messages)
` [PATCH v6 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
[PULL 0/1] qemu-openbios queue 20230307
2023-03-09 21:50 UTC (2+ messages)
[PULL 00/30] gdbstub refactor for smaller build
2023-03-09 21:50 UTC (2+ messages)
[PATCH v8 00/11] target/arm: Allow CONFIG_TCG=n builds
2023-03-09 21:08 UTC (14+ messages)
` [PATCH v8 01/11] target/arm: Move cortex sysregs into a separate file
` [PATCH v8 02/11] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH v8 03/11] target/arm: Move aa32_max_features out of cpu_tcg.c
` [PATCH v8 05/11] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH v8 06/11] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH v8 07/11] gitlab-ci: Check building KVM-only aarch64 target
` [PATCH v8 08/11] tests/qtest: Fix tests when no KVM or TCG are present
` [PATCH v8 09/11] tests/avocado: Pass parameters to migration test
` [PATCH v8 10/11] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
` [PATCH v8 11/11] target/arm: gdbstub: Guard pauth "
[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
2023-03-09 20:57 UTC (9+ messages)
` [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
` [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
` [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
[PULL v2 00/91] tcg patch queue
2023-03-09 20:05 UTC (42+ messages)
` [PULL v2 04/91] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
` [PULL v2 05/91] target/mips: Drop tcg_temp_free from octeon_translate.c
` [PULL v2 12/91] target/s390x: Drop tcg_temp_free from translate.c
` [PULL v2 31/91] target/riscv: Remove `NB_MMU_MODES` define
` [PULL v2 32/91] target/rx: "
` [PULL v2 39/91] target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
` [PULL v2 41/91] target/cris: Avoid use of tcg_const_i32 throughout
` [PULL v2 44/91] target/i386: Avoid use of tcg_const_* throughout
` [PULL v2 47/91] target/m68k: Avoid "
` [PULL v2 48/91] target/mips: Split out gen_lxl
` [PULL v2 50/91] target/mips: Avoid tcg_const_tl in gen_r6_ld
` [PULL v2 51/91] target/mips: Avoid tcg_const_* throughout
` [PULL v2 52/91] target/ppc: Split out gen_vx_vmul10
` [PULL v2 54/91] target/rx: Use tcg_gen_abs_i32
` [PULL v2 55/91] target/rx: Use cpu_psw_z as temp in flags computation
` [PULL v2 56/91] target/rx: Avoid tcg_const_i32 when new temp needed
` [PULL v2 59/91] target/sh4: Avoid tcg_const_i32 for TAS.B
` [PULL v2 62/91] target/tricore: Split t_n as constant from temp as variable
` [PULL v2 63/91] target/tricore: Rename t_off10 and use tcg_constant_i32
` [PULL v2 65/91] target/tricore: Drop some temp initialization
` [PULL v2 66/91] target/tricore: Avoid tcg_const_i32
` [PULL v2 67/91] tcg: Replace tcg_const_i64 in tcg-op.c
` [PULL v2 68/91] target/arm: Use rmode >= 0 for need_rmode
` [PULL v2 69/91] target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
` [PULL v2 70/91] target/arm: Improve arm_rmode_to_sf
` [PULL v2 71/91] target/arm: Consistently use ARMFPRounding during translation
` [PULL v2 73/91] target/arm: Improve trans_BFCI
` [PULL v2 76/91] target/arm: Avoid tcg_const_ptr in disas_simd_zip_trn
` [PULL v2 79/91] target/m68k: Use tcg_constant_i32 in gen_ea_mode
` [PULL v2 80/91] target/ppc: Avoid tcg_const_i64 in do_vcntmb
` [PULL v2 81/91] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
` [PULL v2 82/91] target/ppc: Avoid tcg_const_* in xxeval
` [PULL v2 83/91] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
` [PULL v2 84/91] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
` [PULL v2 85/91] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
` [PULL v2 86/91] target/ppc: Rewrite trans_ADDG6S
` [PULL v2 87/91] target/ppc: Fix gen_tlbsx_booke206
` [PULL v2 88/91] target/ppc: Avoid tcg_const_* in translate.c
` [PULL v2 89/91] target/tricore: Use min/max for saturate
` [PULL v2 90/91] tcg: Drop tcg_const_*_vec
` [PULL v2 91/91] tcg: Drop tcg_const_*
[PATCH v2 0/2] target/m68k: Reject immediate as destination
2023-03-09 20:16 UTC (3+ messages)
` [PATCH v2 1/2] target/m68k: Reject immediate as destination in gen_ea_mode
` [PATCH v2 2/2] linux-user/m68k: Handle EXCP_ADDRESS in cpu_loop
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).