qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-17 16:40:03 to 2021-02-18 08:40:37 UTC [more...]

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-02-18  8:39 UTC  (4+ messages)
` [PATCH 04/38] target/riscv: 16-bit Addition & Subtraction Instructions

[PATCH v6 00/19] qapi: static typing conversion, pt2
 2021-02-18  7:53 UTC  (7+ messages)
` [PATCH v6 15/19] qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit

[PATCH] net: e1000: check transmit descriptor field values
 2021-02-18  7:47 UTC  (3+ messages)

[PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
 2021-02-18  6:26 UTC  (2+ messages)

[PATCH v4 00/71] TCI fixes and cleanups
 2021-02-18  6:19 UTC  (75+ messages)
` [PATCH v4 01/71] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow
` [PATCH v4 03/71] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v4 04/71] tcg/tci: Merge identical cases in generation
` [PATCH v4 05/71] tcg/tci: Remove tci_read_r8
` [PATCH v4 06/71] tcg/tci: Remove tci_read_r8s
` [PATCH v4 07/71] tcg/tci: Remove tci_read_r16
` [PATCH v4 08/71] tcg/tci: Remove tci_read_r16s
` [PATCH v4 09/71] tcg/tci: Remove tci_read_r32
` [PATCH v4 10/71] tcg/tci: Remove tci_read_r32s
` [PATCH v4 11/71] tcg/tci: Reduce use of tci_read_r64
` [PATCH v4 12/71] tcg/tci: Merge basic arithmetic operations
` [PATCH v4 13/71] tcg/tci: Merge extension operations
` [PATCH v4 14/71] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v4 15/71] tcg/tci: Merge bswap operations
` [PATCH v4 16/71] tcg/tci: Merge mov, not and neg operations
` [PATCH v4 17/71] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v4 18/71] tcg/tci: Split out tci_args_rrs
` [PATCH v4 19/71] tcg/tci: Split out tci_args_rr
` [PATCH v4 20/71] tcg/tci: Split out tci_args_rrr
` [PATCH v4 21/71] tcg/tci: Split out tci_args_rrrc
` [PATCH v4 22/71] tcg/tci: Split out tci_args_l
` [PATCH v4 23/71] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v4 24/71] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v4 25/71] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v4 26/71] tcg/tci: Reuse tci_args_l for calls
` [PATCH v4 27/71] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v4 28/71] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v4 29/71] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v4 30/71] tcg/tci: Split out tci_args_rrrr
` [PATCH v4 31/71] tcg/tci: Clean up deposit operations
` [PATCH v4 32/71] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v4 33/71] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v4 34/71] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v4 35/71] tcg/tci: Remove tci_disas
` [PATCH v4 36/71] tcg/tci: Implement the disassembler properly
` [PATCH v4 37/71] tcg: Build ffi data structures for helpers
` [PATCH v4 38/71] tcg/tci: Use ffi for calls
` [PATCH v4 39/71] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v4 40/71] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v4 41/71] tcg/tci: Push opcode emit into each case
` [PATCH v4 42/71] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v4 43/71] tcg/tci: Split out tcg_out_op_l
` [PATCH v4 44/71] tcg/tci: Split out tcg_out_op_p
` [PATCH v4 45/71] tcg/tci: Split out tcg_out_op_rr
` [PATCH v4 46/71] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v4 47/71] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v4 48/71] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v4 49/71] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v4 50/71] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v4 51/71] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v4 52/71] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v4 53/71] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v4 54/71] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v4 55/71] tcg/tci: Split out tcg_out_op_v
` [PATCH v4 56/71] tcg/tci: Split out tcg_out_op_np
` [PATCH v4 57/71] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v4 58/71] tcg/tci: Reserve r13 for a temporary
` [PATCH v4 59/71] tcg/tci: Emit setcond before brcond
` [PATCH v4 60/71] tcg/tci: Remove tci_write_reg
` [PATCH v4 61/71] tcg/tci: Change encoding to uint32_t units
` [PATCH v4 62/71] tcg/tci: Implement goto_ptr
` [PATCH v4 63/71] tcg/tci: Implement movcond
` [PATCH v4 64/71] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v4 65/71] tcg/tci: Implement extract, sextract
` [PATCH v4 66/71] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v4 67/71] tcg/tci: Implement mulu2, muls2
` [PATCH v4 68/71] tcg/tci: Implement add2, sub2
` [PATCH v4 69/71] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v4 70/71] tests/tcg: Increase timeout for TCI
` [PATCH v4 71/71] gitlab: Enable cross-i386 builds of TCI

[PATCH v5 00/10] ACPI related fixes to comform the spec better
 2021-02-18  5:51 UTC  (11+ messages)
` [PATCH v5 01/10] checkpatch: don't emit warning on newly created acpi data files
` [PATCH v5 02/10] qtest: update tests/qtest/bios-tables-test-allowed-diff.h
` [PATCH v5 03/10] ich9, piix4: add properoty, smm-compat, to keep compatibility of SMM
` [PATCH v5 04/10] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v5 05/10] acpi: set fadt.smi_cmd to zero when SMM is not supported
` [PATCH v5 06/10] acpi: add test case for smm unsupported -machine smm=off
` [PATCH v5 07/10] hw/i386: declare ACPI mother board resource for MMCONFIG region
` [PATCH v5 08/10] i386: acpi: Don't build HPET ACPI entry if HPET is disabled
` [PATCH v5 09/10] acpi: add test case for -no-hpet
` [PATCH v5 10/10] qtest/acpi/bios-tables-test: update acpi tables

[PATCH v2 0/3] failover: trivial cleanup and fix
 2021-02-18  6:01 UTC  (7+ messages)
` [PATCH v2 1/3] pci: cleanup failover sanity check
` [PATCH v2 2/3] virtio-net: add missing object_unref()
` [PATCH v2 3/3] failover: really display a warning when the primary device is not found

[PATCH 0/3] virtio-net: graceful drop of vhost for TAP
 2021-02-18  3:02 UTC  (7+ messages)

[PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-18  2:22 UTC 

[PULL 00/19] riscv-to-apply queue
 2021-02-18  1:59 UTC  (20+ messages)
` [PULL 01/19] target/riscv: Declare csr_ops[] with a known size
` [PULL 02/19] hw/misc: sifive_u_otp: Use error_report() when block operation fails
` [PULL 03/19] roms/opensbi: Upgrade from v0.8 to v0.9
` [PULL 04/19] target-riscv: support QMP dump-guest-memory
` [PULL 05/19] hw/block: m25p80: Add ISSI SPI flash support
` [PULL 06/19] hw/block: m25p80: Add various ISSI flash information
` [PULL 07/19] hw/ssi: Add SiFive SPI controller support
` [PULL 08/19] hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
` [PULL 09/19] hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
` [PULL 10/19] hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
` [PULL 11/19] docs/system: Sort targets in alphabetical order
` [PULL 12/19] docs/system: Add RISC-V documentation
` [PULL 13/19] docs/system: riscv: Add documentation for sifive_u machine
` [PULL 14/19] goldfish_rtc: re-arm the alarm after migration
` [PULL 15/19] MAINTAINERS: Add a SiFive machine section
` [PULL 16/19] hw/riscv: Drop 'struct MemmapEntry'
` [PULL 17/19] hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
` [PULL 18/19] hw/riscv: virt: Limit RAM size in a 32-bit system
` [PULL 19/19] hw/riscv: virt: Map high mmio for PCIe

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-18  0:55 UTC  (13+ messages)
` [RFC PATCH v3 02/31] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v3 04/31] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH v3 05/31] hw/cxl/device: Implement basic mailbox (8.2.8.4)

[PULL 00/35] hexagon initial commit
 2021-02-18  0:19 UTC  (37+ messages)
` [PULL 01/35] qemu/int128: Add int128_or
` [PULL 02/35] Hexagon Update MAINTAINERS file
` [PULL 03/35] Hexagon (target/hexagon) README
` [PULL 04/35] Hexagon (include/elf.h) ELF machine definition
` [PULL 05/35] Hexagon (target/hexagon) scalar core definition
` [PULL 06/35] Hexagon (disas) disassembler
` [PULL 07/35] Hexagon (target/hexagon) register names
` [PULL 08/35] Hexagon (target/hexagon) scalar core helpers
` [PULL 09/35] Hexagon (target/hexagon) GDB Stub
` [PULL 10/35] Hexagon (target/hexagon) architecture types
` [PULL 11/35] Hexagon (target/hexagon) instruction and packet types
` [PULL 12/35] Hexagon (target/hexagon) register fields
` [PULL 13/35] Hexagon (target/hexagon) instruction attributes
` [PULL 14/35] Hexagon (target/hexagon) instruction/packet decode
` [PULL 15/35] Hexagon (target/hexagon) instruction printing
` [PULL 16/35] Hexagon (target/hexagon/arch.[ch]) utility functions
` [PULL 17/35] Hexagon (target/hexagon/conv_emu.[ch]) "
` [PULL 18/35] Hexagon (target/hexagon/fma_emu.[ch]) "
` [PULL 19/35] Hexagon (target/hexagon/imported) arch import
` [PULL 20/35] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics
` [PULL 21/35] Hexagon (target/hexagon) generator phase 2 - generate header files
` [PULL 22/35] Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
` [PULL 23/35] Hexagon (target/hexagon) generater phase 4 - "
` [PULL 24/35] Hexagon (target/hexagon) opcode data structures
` [PULL 25/35] Hexagon (target/hexagon) macros
` [PULL 26/35] Hexagon (target/hexagon) instruction classes
` [PULL 27/35] Hexagon (target/hexagon) TCG generation
` [PULL 28/35] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [PULL 29/35] Hexagon (target/hexagon) TCG for floating point instructions
` [PULL 30/35] Hexagon (target/hexagon) translation
` [PULL 31/35] Hexagon (linux-user/hexagon) Linux user emulation
` [PULL 32/35] Hexagon (tests/tcg/hexagon) TCG tests - multiarch
` [PULL 33/35] Hexagon (tests/tcg/hexagon) TCG tests - atomics/load/store/misc
` [PULL 34/35] Hexagon (tests/tcg/hexagon) TCG tests - floating point
` [PULL 35/35] Hexagon build infrastructure

[PATCH v2 0/3] virtiofsd: Add options to enable/disable posix acl
 2021-02-17 23:30 UTC  (4+ messages)
` [PATCH v2 1/3] virtiofsd: Add an option to enable/disable posix acls
` [PATCH v2 2/3] virtiofsd: Add umask to seccom allow list
` [PATCH v2 3/3] virtiofsd: Change umask if posix acls are enabled

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-17 22:22 UTC  (4+ messages)
` [PATCH v2 7/7] tests/avocado: add boot_xen tests

[qemu-web PATCH] Add Outreachy and GSoC announcement
 2021-02-17 21:20 UTC  (3+ messages)

[PATCH v7 00/35] Hexagon patch series
 2021-02-17 21:10 UTC  (4+ messages)
` [PATCH v7 30/35] Hexagon (linux-user/hexagon) Linux user emulation

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-17 20:57 UTC  (4+ messages)

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-02-17 20:36 UTC  (9+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding
 2021-02-17 20:11 UTC  (16+ messages)
` [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status
` [RFC v2 4/7] vhost: Add VhostShadowVirtqueue
` [RFC v2 5/7] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC v2 6/7] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 7/7] vhost: Route host->guest "

[PATCH v3 00/23] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-17 19:59 UTC  (6+ messages)
` [PATCH v3 20/23] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks

[PATCH 0/6] Python / Acceptance Tests: improve logging
 2021-02-17 19:58 UTC  (9+ messages)
` [PATCH 1/6] Python: close the log file kept by QEMUMachine before reading it
` [PATCH 2/6] Python: expose QEMUMachine's temporary directory

[PATCH v2] IOMMU not supported by vhost-user
 2021-02-17 19:55 UTC 

[PATCH v4 00/24] python: create installable package
 2021-02-17 19:39 UTC  (12+ messages)
` [PATCH v4 08/24] python: Add pipenv support
` [PATCH v4 15/24] python: add mypy to pipenv
` [PATCH v4 18/24] python/qemu: add qemu package itself "

[PATCH] target/mips: Remove XBurst Media eXtension Unit dead code
 2021-02-17 19:27 UTC  (2+ messages)

[PULL 0/6] virtiofs queue
 2021-02-17 19:18 UTC  (2+ messages)

[PATCH v1 0/6] my current testing/next queue (meson/gitlab/fedora bump)
 2021-02-17 17:51 UTC  (3+ messages)
` [PATCH v1 3/6] gitlab-ci.yml: Run check-tcg with TCI

[PATCH v2 0/6] qapi: Add support for aliases
 2021-02-17 17:50 UTC  (4+ messages)
` [PATCH v2 4/6] qapi: Apply aliases in qobject-input-visitor

[PATCH RFC v3 00/12] hw/block/nvme: metadata and end-to-end data protection support
 2021-02-17 17:50 UTC  (4+ messages)

[PATCH v8 00/35] Hexagon patch series
 2021-02-17 17:33 UTC  (11+ messages)
` [PATCH v8 35/35] Add Dockerfile for hexagon

[PATCH v3 00/70] TCI fixes and cleanups
 2021-02-17 17:25 UTC  (3+ messages)
` [PATCH v3 70/70] gitlab: Enable cross-i386 builds of TCI

[PATCH] IOMMU and ATS not supported by vhost-user filesystem
 2021-02-17 17:07 UTC  (3+ messages)

[PATCH 00/10] qemu-options: always use key=on|off syntax for bool option docs
 2021-02-17 16:38 UTC  (3+ messages)
` [PATCH 01/10] gdbstub: use preferred boolean option syntax


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