qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-17 21:23:41 to 2021-02-18 16:23:57 UTC [more...]

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

[PATCH] Correct CRIS TCG register lifetime management
 2021-02-18 16:14 UTC  (5+ messages)

[PATCH] net: eepro100: validate various address values
 2021-02-18 16:10 UTC  (4+ messages)

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

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

[PATCH 0/7] qcow2: compressed write cache
 2021-02-18 16:02 UTC  (9+ messages)
` [PATCH 2/7] block/qcow2: introduce cache for compressed writes
` [PATCH 3/7] block/qcow2: use compressed write cache

[PATCH v2 00/38] ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support
 2021-02-18 15:57 UTC 

[PATCH 0/2] SEV firmware error list touchups
 2021-02-18 15:48 UTC  (4+ messages)
` [PATCH 1/2] sev: use explicit indices for mapping firmware error codes to strings
` [PATCH 2/2] sev: add missing firmware error conditions

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

[PULL 00/23] plugin updates (hwprofile, CF_NOCACHE, io_recompile)
 2021-02-18 15:13 UTC  (25+ messages)
` [PULL 01/23] hw/virtio/pci: include vdev name in registered PCI sections
` [PULL 02/23] plugins: add API to return a name for a IO device
` [PULL 03/23] plugins: new hwprofile plugin
` [PULL 04/23] contrib: Don't use '#' flag of printf format
` [PULL 05/23] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
` [PULL 06/23] contrib: Add spaces around operator
` [PULL 07/23] contrib: space required after that ','
` [PULL 08/23] contrib: Open brace '{' following struct go on the same line
` [PULL 09/23] accel/tcg/plugin-gen: fix the call signature for inline callbacks
` [PULL 10/23] exec: Move TranslationBlock typedef to qemu/typedefs.h
` [PULL 11/23] accel/tcg: Create io_recompile_replay_branch hook
` [PULL 12/23] target/mips: Create mips_io_recompile_replay_branch
` [PULL 13/23] target/sh4: Create superh_io_recompile_replay_branch
` [PULL 14/23] tests/plugin: expand insn test to detect duplicate instructions
` [PULL 15/23] tests/acceptance: add a new set of tests to exercise plugins
` [PULL 16/23] accel/tcg: actually cache our partial icount TB
` [PULL 17/23] accel/tcg: cache single instruction TB on pending replay exception
` [PULL 18/23] accel/tcg: re-factor non-RAM execution code
` [PULL 19/23] accel/tcg: remove CF_NOCACHE and special cases
` [PULL 20/23] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PULL 21/23] tests/acceptance: add a new tests to detect counting errors
` [PULL 22/23] tests/plugin: allow memory plugin to do both inline and callbacks
` [PULL 23/23] tests/acceptance: add a memory callback check

[PATCH v2 0/3] virtiofsd: Add options to enable/disable posix acl
 2021-02-18 15:04 UTC  (5+ 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] hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
 2021-02-18 14:58 UTC 

[PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
 2021-02-18 14:51 UTC  (6+ messages)
` [PATCH v2 1/5] target/sh4: Fix code style for checkpatch.pl
` [PATCH v2 2/5] target/sh4: Replace magic value by MMUAccessType definitions
` [PATCH v2 3/5] target/sh4: Remove unused 'int access_type' argument
` [PATCH v2 4/5] target/sh4: Let get_physical_address() use MMUAccessType access_type
` [PATCH v2 5/5] target/sh4: Remove unused definitions

[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
 2021-02-18 14:45 UTC  (8+ messages)
` [RFC PATCH v2 1/3] vfio: Move the saving of the config space to the right place in "

[PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-18 14:44 UTC  (6+ messages)

[PULL 00/19] riscv-to-apply queue
 2021-02-18 14:22 UTC  (23+ 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

[PATCH] virtio-iommu: Handle non power of 2 range invalidations
 2021-02-18 14:16 UTC 

[PATCH 0/3] Some SMMUv3 bug fixes
 2021-02-18 14:02 UTC  (4+ messages)
` [PATCH 1/3] hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
` [PATCH 2/3] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH 3/3] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling

[PATCH] virtio-ccw: commands on revision-less devices
 2021-02-18 13:51 UTC  (5+ messages)

[PATCH v4] net/macos: implement vmnet-based netdev
 2021-02-18 13:49 UTC 

[PATCH 0/5] parallels: load bitmap extension
 2021-02-18 13:47 UTC  (5+ messages)
` [PATCH 1/5] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
` [PATCH 2/5] parallels.txt: fix bitmap L1 table description

[RFC v7 00/26] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-02-18 13:32 UTC  (6+ messages)
` [RFC v7 26/26] vfio/pci: Implement return_page_response page response callback

[PATCH] usb-host: use correct altsetting in usb_host_ep_update
 2021-02-18 13:23 UTC  (4+ messages)

Editing QEMU POWER Platform wiki page
 2021-02-18 13:16 UTC 

[PATCH 00/24] virtiofs dax patches
 2021-02-18 12:18 UTC  (7+ messages)
` [PATCH 01/24] DAX: vhost-user: Rework slave return values
` [PATCH 08/24] DAX: virtio-fs: Fill in slave commands for mapping

[PULL 0/2] Usb 20210218 patches
 2021-02-18 11:52 UTC  (3+ messages)
` [PULL 1/2] usb-host: use correct altsetting in usb_host_ep_update
` [PULL 2/2] usb/pcap: set flag_setup

Call for Google Summer of Code 2021 project ideas
 2021-02-18 11:49 UTC  (4+ messages)
` [Rust-VMM] "

[PULL 00/35] hexagon initial commit
 2021-02-18 11:20 UTC  (38+ 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] virtio-iommu: Default to bypass during boot
 2021-02-18 10:59 UTC 

Measuring the impact of buffer copy for virtio-gpu guests
 2021-02-18 11:06 UTC  (2+ messages)

[RFC PATCH 0/3] hw/pflash_cfi01: Reduce memory consumption when flash image is smaller than region
 2021-02-18 10:34 UTC  (6+ messages)

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

[PULL 00/19] i386, qgraph patches for 2020-02-15
 2021-02-18  9:23 UTC  (6+ messages)
` [PULL 09/19] libqos/qgraph: add qos_node_create_driver_named()

[PATCH] qsd: Document FUSE exports
 2021-02-18  8:49 UTC  (3+ messages)

[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 v4 00/71] TCI fixes and cleanups
 2021-02-18  6:19 UTC  (11+ messages)
` [PATCH v4 56/71] tcg/tci: Split out tcg_out_op_np
` [PATCH v4 62/71] tcg/tci: Implement goto_ptr
` [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

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-18  0:55 UTC  (8+ messages)
` [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)

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


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