qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 21:29:07 to 2021-02-26 09:51:43 UTC [more...]

[PATCH v24 00/18] i386 cleanup PART 2
 2021-02-26  9:49 UTC  (4+ messages)
` [PATCH v24 01/18] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v24 02/18] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v24 04/18] target/i386: fix host_cpu_adjust_phys_bits error handling

[PATCH] net: Print the packet size in the debug output
 2021-02-26  9:46 UTC 

[PATCH v5 00/13] target/mips: Extract MXU code to new mxu_translate.c file
 2021-02-26  9:31 UTC  (14+ messages)
` [PATCH v5 01/13] target/mips/meson: Introduce mips_tcg source set
` [PATCH v5 02/13] target/mips/meson: Restrict mips-semi.c to TCG
` [PATCH v5 03/13] target/mips: Rewrite complex ifdef'ry
` [PATCH v5 04/13] target/mips: Remove XBurst Media eXtension Unit dead code
` [PATCH v5 05/13] target/mips: Remove unused CPUMIPSState* from MXU functions
` [PATCH v5 06/13] target/mips: Pass instruction opcode to decode_opc_mxu()
` [PATCH v5 07/13] target/mips: Use OPC_MUL instead of OPC__MXU_MUL
` [PATCH v5 08/13] target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
` [PATCH v5 09/13] target/mips: Rename decode_opc_mxu() as decode_ase_mxu()
` [PATCH v5 10/13] target/mips: Convert decode_ase_mxu() to decodetree prototype
` [PATCH v5 11/13] target/mips: Simplify decode_opc_mxu() ifdef'ry
` [PATCH v5 12/13] target/mips: Introduce mxu_translate_init() helper
` [PATCH v5 13/13] target/mips: Extract MXU code to new mxu_translate.c file

block/throttle and burst bucket
 2021-02-26  9:27 UTC  (2+ messages)

[PATCH v22 00/17] i386 cleanup PART 2
 2021-02-26  9:22 UTC  (6+ messages)
` [PATCH v22 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU

[PATCH v3 00/10] target/mips: Extract MXU code to new mxu_translate.c file
 2021-02-26  9:09 UTC  (4+ messages)
` [PATCH v3 05/10] target/mips: Extract decode_ase_mxu() from decode_opc_mxu()

[RFC PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
 2021-02-26  9:03 UTC  (6+ messages)
` [RFC PATCH 1/4] pci: Add PCI_BUS_IOMMU property
` [RFC PATCH 2/4] hw/pci: Add iommu option for pci root bus
` [RFC PATCH 3/4] hw/pci: Add pci_root_bus_max_bus
` [RFC PATCH 4/4] hw/arm/virt-acpi-build: Add explicit idmap info in IORT table

[PATCH] net: Fix build error when DEBUG_NET is on
 2021-02-26  9:03 UTC  (2+ messages)

[PATCH 0/4] aspeed: LPC peripheral controller devices
 2021-02-26  8:58 UTC  (7+ messages)
` [PATCH 1/4] arm: ast2600: Force a multiple of 32 of IRQs for the GIC
` [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID
` [PATCH 3/4] hw/misc: Add a basic Aspeed LPC controller model
` [PATCH 4/4] hw/misc: Model KCS devices in the Aspeed LPC controller

[PULL 00/29] Misc patches for 2021-02-25
 2021-02-26  8:51 UTC  (31+ messages)
` [PULL 01/29] hvf: Sign the code after installation
` [PULL 02/29] configure: fix --enable-fuzzing linker failures
` [PULL 03/29] multiprocess: move feature to meson_options.txt
` [PULL 04/29] scsi: make io_timeout configurable
` [PULL 05/29] scsi: add tracing for SG_IO commands
` [PULL 06/29] scsi: allow user to set werror as report
` [PULL 07/29] virtio-scsi: don't process IO on fenced dataplane
` [PULL 08/29] scsi-disk: move scsi_handle_rw_error earlier
` [PULL 09/29] scsi-disk: do not complete requests early for rerror/werror=ignore
` [PULL 10/29] scsi: introduce scsi_sense_from_errno()
` [PULL 11/29] scsi-disk: pass SCSI status to scsi_handle_rw_error
` [PULL 12/29] scsi-disk: pass guest recoverable errors through even for rerror=stop
` [PULL 13/29] scsi: drop 'result' argument from command_complete callback
` [PULL 14/29] char: don't fail when client is not connected
` [PULL 15/29] gdbstub: use preferred boolean option syntax
` [PULL 16/29] qemu-options: update to show preferred boolean syntax for -chardev
` [PULL 17/29] qemu-options: update to show preferred boolean syntax for -spice
` [PULL 18/29] qemu-options: update to show preferred boolean syntax for -netdev
` [PULL 19/29] qemu-options: update to show preferred boolean syntax for -incoming
` [PULL 20/29] qemu-options: update to show preferred boolean syntax for -vnc
` [PULL 21/29] docs: update to show preferred boolean syntax for -chardev
` [PULL 22/29] docs: update to show preferred boolean syntax for -vnc
` [PULL 23/29] docs: update to show preferred boolean syntax for -cpu
` [PULL 24/29] target/i386: "
` [PULL 25/29] qom/object.c: Fix typo
` [PULL 26/29] target/i386: Add bus lock debug exception support
` [PULL 27/29] vl: deprecate -writeconfig
` [PULL 28/29] chardev: do not use short form boolean options in non-QemuOpts character device descriptions
` [PULL 29/29] tcg/i386: rdpmc: fix the the condtions

[RFC PATCH 0/3] hw/block/pflash: Mmap read-only backend files with MAP_SHARED
 2021-02-26  8:23 UTC  (6+ messages)
` [RFC PATCH 1/3] exec/memory: Introduce memory_region_init_rom_device_from_file()
` [RFC PATCH 2/3] hw/block/pflash: Move code around
` [RFC PATCH 3/3] hw/block/pflash: use memory_region_init_rom_device_from_file()

[PATCH] multiprocess: move feature to meson_options.txt
 2021-02-26  8:50 UTC  (8+ messages)

[PATCH v2] qtest: delete superfluous inclusions of qtest.h
 2021-02-26  8:14 UTC 

[PATCH] virtio-iommu: Default to bypass during boot
 2021-02-26  8:11 UTC  (4+ messages)

[PATCH] qtest: delete redundant qtest.h header files
 2021-02-26  8:07 UTC  (3+ messages)

[PATCH v2 0/6] parallels: load bitmap extension
 2021-02-26  8:42 UTC  (5+ messages)
` [PATCH v2 4/6] parallels: support bitmap extension for read-only mode
` [PATCH v2 6/6] iotests: add parallels-read-bitmap test

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-02-26  8:41 UTC  (9+ messages)
` [RFC PATCH 4/5] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH 5/5] hw/arm/virt-acpi-build: add PPTT table

[PATCH] e1000: fail early for evil descriptor
 2021-02-26  7:05 UTC  (2+ messages)

[PATCH] iotests: Fix up python style in 300
 2021-02-26  7:04 UTC  (4+ messages)

[PATCH 0/6] Detect reentrant RX casue by loopback
 2021-02-26  7:04 UTC  (6+ messages)
` [PATCH 3/6] dp8393x: switch to use qemu_receive_packet() for loopback packet

QEMU Clock record and replay
 2021-02-26  6:24 UTC  (2+ messages)

[PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries
 2021-02-26  4:58 UTC  (4+ messages)
` [PATCH] hvf: Sign the code after installation

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-02-26  4:47 UTC  (7+ messages)

[PATCH v2 0/2] hw/riscv: Add fw_cfg support, allow ramfb
 2021-02-26  3:54 UTC  (3+ messages)
` [PATCH v2 1/2] hw/riscv: Add fw_cfg support to virt
` [PATCH v2 2/2] hw/riscv: allow ramfb on virt

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-02-26  3:52 UTC  (11+ messages)
` [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser
` [PATCH v2 07/10] target/hexagon: import lexer for idef-parser
` [PATCH v2 08/10] target/hexagon: import parser "
` [PATCH v2 09/10] target/hexagon: call idef-parser functions
` [PATCH v2 10/10] target/hexagon: import additional tests

[PATCH v7 00/75] support vector extension v1.0
 2021-02-26  3:18 UTC  (76+ messages)
` [PATCH v7 01/75] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v7 02/75] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v7 03/75] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v7 04/75] target/riscv: rvv-1.0: add sstatus "
` [PATCH v7 05/75] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v7 06/75] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v7 07/75] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v7 08/75] target/riscv: rvv-1.0: add vcsr register
` [PATCH v7 09/75] target/riscv: rvv-1.0: add vlenb register
` [PATCH v7 10/75] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v7 11/75] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v7 12/75] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v7 13/75] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v7 14/75] target/riscv: rvv-1.0: update check functions
` [PATCH v7 15/75] target/riscv: introduce more imm value modes in translator functions
` [PATCH v7 16/75] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v7 17/75] target/riscv: rvv-1.0: configure instructions
` [PATCH v7 18/75] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v7 19/75] target/riscv: rvv-1.0: index "
` [PATCH v7 20/75] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v7 21/75] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v7 22/75] target/riscv: rvv-1.0: amo operations
` [PATCH v7 23/75] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v7 24/75] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v7 25/75] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v7 26/75] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v7 27/75] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v7 28/75] target/riscv: rvv-1.0: mask population count instruction
` [PATCH v7 29/75] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v7 30/75] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v7 31/75] target/riscv: rvv-1.0: iota instruction
` [PATCH v7 32/75] target/riscv: rvv-1.0: element index instruction
` [PATCH v7 33/75] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v7 34/75] target/riscv: rvv-1.0: register gather instructions
` [PATCH v7 35/75] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v7 36/75] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v7 37/75] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v7 38/75] target/riscv: rvv-1.0: whole register "
` [PATCH v7 39/75] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v7 40/75] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v7 41/75] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v7 42/75] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v7 43/75] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v7 44/75] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v7 45/75] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v7 46/75] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v7 47/75] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v7 48/75] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v7 49/75] target/riscv: rvv-1.0: slide instructions
` [PATCH v7 50/75] target/riscv: rvv-1.0: floating-point "
` [PATCH v7 51/75] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v7 52/75] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v7 53/75] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v7 54/75] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v7 55/75] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v7 56/75] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v7 57/75] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v7 58/75] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v7 59/75] target/riscv: introduce floating-point rounding mode enum
` [PATCH v7 60/75] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v7 61/75] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v7 62/75] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v7 63/75] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v7 64/75] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v7 65/75] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v7 66/75] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v7 67/75] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v7 68/75] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v7 69/75] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v7 70/75] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v7 71/75] target/riscv: set mstatus.SD bit when writing fp CSRs
` [PATCH v7 72/75] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v7 73/75] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v7 74/75] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v7 75/75] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns

[RFC v1 27/38] target/arm: move sve_zcr_len_for_el to common_cpu
 2021-02-26  4:01 UTC  (4+ messages)

[PATCH] exec/memory: Use struct Object typedef
 2021-02-25 23:55 UTC  (2+ messages)

[PATCH v7 0/6] Enable CET support for guest
 2021-02-26  2:20 UTC  (7+ messages)
` [PATCH v7 1/6] target/i386: Change XSAVE related feature-word names
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID
` [PATCH v7 3/6] target/i386: Enable CET components support for XSAVES
` [PATCH v7 4/6] target/i386: Add user-space MSR access interface for CET
` [PATCH v7 5/6] target/i386: Add CET state support for guest migration
` [PATCH v7 6/6] target/i386: Advise CET bits in CPU/MSR feature words

[PATCH 0/2] Acceptance Tests: restore the use of target related information
 2021-02-26  0:01 UTC  (4+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images
` [PATCH 2/2] Acceptance Tests: restore filtering of tests by target arch

[PATCH v2 0/2] tests: Add functional test for out-of-process device emulation
 2021-02-25 23:07 UTC  (2+ messages)

[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
 2021-02-25 22:55 UTC  (7+ messages)
` [PATCH v2 01/31] tests: Drop 'props' from object-add calls
` [PATCH v2 02/31] qapi/qom: Drop deprecated 'props' from object-add
` [PATCH v2 03/31] qapi/qom: Add ObjectOptions for iothread

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-25 22:10 UTC  (12+ messages)
` [PATCH v3 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH v3 09/16] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v3 10/16] qapi/expr.py: Remove single-letter variable

[PATCH] hw/elf_ops: Fix a typo
 2021-02-25 21:39 UTC  (2+ messages)

[PATCH 1/1] qemu_timer.c: add timer_deadline_ms() helper
 2021-02-25 21:29 UTC 

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-25 21:25 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).