qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 17:49:20 to 2022-02-10 14:13:08 UTC [more...]

[PATCH v3 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-10 12:34 UTC  (16+ messages)
` [PATCH v3 01/37] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v3 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v3 03/37] target/ppc: Moved vector multiply high and low "
` [PATCH v3 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH v3 05/37] target/ppc: Implement vmsumcud instruction
` [PATCH v3 06/37] target/ppc: Implement vmsumudm instruction
` [PATCH v3 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v3 08/37] target/ppc: Implement vextsd2q
` [PATCH v3 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v3 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v3 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH v3 15/37] target/ppc: implement vclrlb
` [PATCH v3 16/37] target/ppc: implement vclrrb
` [PATCH v3 19/37] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH v3 24/37] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i

[PATCH v2 0/4] OpenRISC Device Tree Support
 2022-02-10 12:34 UTC  (5+ messages)
` [PATCH v2 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim
` [PATCH v2 2/4] hw/openrisc/openrisc_sim: Parameterize initialization
` [PATCH v2 3/4] hw/openrisc/openrisc_sim; Add support for loading a device tree
` [PATCH v2 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

[PATCH 0/4] OpenRISC Device Tree Support
 2022-02-10 12:34 UTC  (11+ messages)
` [PATCH 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim
` [PATCH 2/4] hw/openrisc/openrisc_sim: Paramatarize initialization
` [PATCH 3/4] hw/openrisc/openrisc_sim; Add support for loading a decice tree
` [PATCH 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

[PULL 0/5] 9p queue 2022-02-10
 2022-02-10 11:21 UTC  (6+ messages)
` [PULL 1/5] tests/9pfs: use g_autofree where possible
` [PULL 3/5] tests/9pfs: Fix leak of local_test_path
` [PULL 5/5] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
` [PULL 4/5] tests/9pfs: Use g_autofree and g_autoptr where possible
` [PULL 2/5] tests/9pfs: fix mkdir() being called twice

[PATCH] vhost: fix repeated memory unmap in error paths
 2022-02-10 12:20 UTC  (3+ messages)

[PATCH v2] hw/smbios: fix memory corruption for large guests due to handle overlap
 2022-02-10 12:32 UTC  (6+ messages)

[PATCH 1/2] vhost-user-blk: handle errors in vhost_user_blk_connect
 2022-02-10 12:06 UTC  (4+ messages)
` [PATCH 2/2] vhost-user-blk: check connection state in vhost_user_blk_set_config

[PATCH] meson: put custom CFLAGS after default CFLAGS
 2022-02-10 11:56 UTC  (3+ messages)

[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-10 11:48 UTC  (4+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v5 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH] virtio-net: break gracefully on packet without valid header
 2022-02-10 11:44 UTC 

[PATCH] virtio: update memory region cache when queue size changes
 2022-02-10 11:44 UTC 

[PATCH v4] hw/sensor: Add lsm303dlhc magnetometer device
 2022-02-10 11:33 UTC  (2+ messages)

[PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-10 11:19 UTC  (6+ messages)

[PATCH v2 00/15] target/arm: Implement LVA, LPA, LPA2 features
 2022-02-10 11:15 UTC  (18+ messages)
` [PATCH v2 01/15] hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>
` [PATCH v2 02/15] target/arm: Set TCR_EL1.TSZ for user-only
` [PATCH v2 03/15] target/arm: Fault on invalid TCR_ELx.TxSZ
` [PATCH v2 04/15] target/arm: Move arm_pamax out of line
` [PATCH v2 05/15] target/arm: Pass outputsize down to check_s2_mmu_setup
` [PATCH v2 06/15] target/arm: Use MAKE_64BIT_MASK to compute indexmask
` [PATCH v2 07/15] target/arm: Honor TCR_ELx.{I}PS
` [PATCH v2 08/15] target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
` [PATCH v2 09/15] target/arm: Implement FEAT_LVA
` [PATCH v2 10/15] target/arm: Implement FEAT_LPA
` [PATCH v2 11/15] target/arm: Extend arm_fi_to_lfsc to level -1
` [PATCH v2 12/15] target/arm: Introduce tlbi_aa64_get_range
` [PATCH v2 13/15] target/arm: Fix TLBIRange.base for 16k and 64k pages
` [PATCH v2 14/15] target/arm: Validate tlbi TG matches translation granule in use
` [PATCH v2 15/15] target/arm: Implement FEAT_LPA2

[PATCH 0/2] Kconfig: Add an I2C_DEVICES device group
 2022-02-10 11:19 UTC  (2+ messages)

[PATCH V2] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
 2022-02-10 11:04 UTC 

[PATCH v9 00/23] QEMU RISC-V AIA support
 2022-02-10 10:24 UTC  (5+ messages)

[PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-10 10:22 UTC  (9+ messages)
` [PATCH v12 1/8] virtio: drop name parameter for virtio_init()
` [PATCH v12 2/8] virtio: add vhost support for virtio devices
` [PATCH v12 3/8] qmp: add QMP command x-query-virtio
` [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status
` [PATCH v12 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v12 6/8] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v12 7/8] qmp: add QMP command x-query-virtio-queue-element
` [PATCH v12 8/8] hmp: add virtio commands

[PATCH] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
 2022-02-10 10:28 UTC  (4+ messages)

[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
 2022-02-10  9:47 UTC  (4+ messages)
` [PATCH 2/2] intel-iommu: block output address in interrupt address range

[PATCH v3 0/3] qapi/ui: change vnc addresses
 2022-02-10  9:39 UTC  (9+ messages)
` [PATCH v3 1/3] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH v3 2/3] qapi/ui: display-reload: add possibility to change listen address
` [PATCH v3 3/3] avocado/vnc: add test_change_listen

[PATCH] Deprecate C virtiofsd
 2022-02-10  8:57 UTC  (4+ messages)

[PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-10  8:34 UTC  (26+ messages)
` [PATCH 01/15] meson: Display libfdt as disabled when system emulation is disabled
` [PATCH 02/15] hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
` [PATCH 03/15] hw/tricore: Remove unused and incorrect header
` [PATCH 04/15] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
` [PATCH 05/15] cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers
` [PATCH 06/15] target/i386/cpu: Ensure accelerators set CPU addressble physical bits
` [PATCH 07/15] target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
` [PATCH 08/15] target: Include missing 'cpu.h'
` [PATCH 09/15] target: Use forward declared type instead of structure type
` [PATCH 10/15] target: Use CPUArchState as interface to target-specific CPU state
` [PATCH 11/15] target: Use ArchCPU as interface to target CPU
` [RFC PATCH 12/15] hw/m68k: Restrict M68kCPU type to target/ code
` [RFC PATCH 13/15] hw/mips: Restrict MIPSCPU "
` [RFC PATCH 14/15] hw/sparc: Restrict SPARCCPU "
` [RFC PATCH 15/15] hw/sh4: Restrict SuperHCPU "

[PATCH] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
 2022-01-11  5:56 UTC 

qemu iotest 161 and make check
 2022-02-10  7:57 UTC 

[PATCH v5 03/18] pci: isolated address space for PCI bus
 2022-02-10  8:02 UTC  (18+ messages)

downstream extensions
 2022-02-10  7:48 UTC  (2+ messages)

[RFC PATCH 0/3] spapr: nested-hv support for TCG
 2022-02-10  6:53 UTC  (4+ messages)
` [RFC PATCH 1/3] target/ppc: raise HV interrupts for partition table entry problems
` [RFC PATCH 2/3] spapr: prevent hdec timer being set up under virtual hypervisor
` [RFC PATCH 3/3] spapr: implement nested-hv support for the TCG "

[PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4
 2022-02-10  7:18 UTC  (6+ messages)
` [PATCH 3/3] isa/piix4: Resolve global variables

[RFC PATCH v2 0/3] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
 2022-02-10  6:17 UTC  (4+ messages)
` [RFC PATCH v2 1/3] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
` [RFC PATCH v2 2/3] hw/intc: Support 32/64-bit mtimecmp and mtime accesses "
` [RFC PATCH v2 3/3] hw/intc: Make RISC-V ACLINT mtime MMIO register writable

[PATCH v2 0/2] Supporting AST2600 HACE engine accumulative mode
 2022-02-10  6:11 UTC  (4+ messages)
` [PATCH v2 1/2] hw/misc: Supporting AST2600 HACE "

[PATCH v10 0/3] PMU-EBB support for PPC64 TCG
 2022-02-10  2:20 UTC  (3+ messages)
` [PATCH v10 1/3] target/ppc: fix indent of function parameters

[PATCH] docs/system: riscv: Update description of CPU
 2022-02-10  3:10 UTC  (3+ messages)

[PATCH v9 0/5] support subsets of virtual memory extension
 2022-02-10  3:07 UTC  (2+ messages)

[PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features
 2022-02-10  2:48 UTC  (7+ messages)
` [PATCH 4/6] target/arm: Implement FEAT_LVA
` [PATCH 6/6] target/arm: Implement FEAT_LPA2

[PATCH v2 00/12] Hexagon bug fixes and additional tests
 2022-02-10  2:15 UTC  (13+ messages)
` [PATCH v2 01/12] Hexagon (target/hexagon) fix bug in circular addressing
` [PATCH v2 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
` [PATCH v2 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PATCH v2 04/12] Hexagon (target/hexagon) properly handle SNaN in dfmin/dfmax/sfmin/sfmax
` [PATCH v2 05/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PATCH v2 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PATCH v2 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PATCH v2 08/12] Hexagon (tests/tcg/hexagon) update overflow test
` [PATCH v2 09/12] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
` [PATCH v2 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop
` [PATCH v2 11/12] Hexagon (target/hexagon) make VyV operands use a unique temp
` [PATCH v2 12/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit

[PATCH v5 0/2] Enable legacy LBR support for guest
 2022-02-10  0:37 UTC  (3+ messages)

[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
 2022-02-09 23:00 UTC  (10+ messages)
` [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header
` [PATCH 2/9] coverity-scan: Cover common-user/
` [PATCH 3/9] include: Move exec/user/ to user/
` [PATCH 4/9] linux-user/exit: Add missing 'qemu/plugin.h' header
` [PATCH 5/9] linux-user/cpu_loop: Add missing 'exec/cpu-all.h' header
` [PATCH 6/9] exec: Define MMUAccessType in 'exec/cpu-tlb.h' header
` [PATCH 7/9] user: Declare target-specific prototypes in 'user/cpu-target.h'
` [PATCH 8/9] user: Declare target-agnostic prototypes in 'user/cpu-common.h'
` [PATCH 9/9] user: Share preexit_cleanup() with linux and bsd implementations

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-09 23:10 UTC  (6+ messages)
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH] hw/block/fdc-isa: Respect QOM properties when building AML
 2022-02-09 21:56 UTC  (2+ messages)

[RFC PATCH] linux-user: trap internal SIGABRT's
 2022-02-09 21:56 UTC  (2+ messages)

[PATCH 00/13] exec: Move translation declarations to 'translate-all.h'
 2022-02-09 21:50 UTC  (7+ messages)
` [PATCH 10/13] target: Use CPUArchState as interface to target-specific CPU state
` [PATCH 13/13] exec: Move translation declarations to 'translate-all.h'

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-02-09 19:09 UTC  (4+ messages)
` [PATCH v4 23/42] tests/acpi: allow CEDT table addition

[PATCH v2 0/2] Python: setuptools v60+ workaround
 2022-02-09 19:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: python - remove ehabkost and add bleal
 2022-02-09 19:40 UTC  (3+ messages)

[PATCH] Python: discourage direct setup.py install
 2022-02-09 18:24 UTC  (6+ messages)

[PATCH v4 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-09 19:02 UTC  (11+ messages)
` [PATCH v4 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v4 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-02-09 17:03 UTC  (4+ messages)
` [PATCH v8 09/12] target/hexagon: import lexer for idef-parser
` [PATCH v8 10/12] target/hexagon: import parser "
` [PATCH v8 12/12] target/hexagon: import additional tests


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