messages from 2021-02-12 21:17:36 to 2021-02-14 18:44:13 UTC [more...]
[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
2021-02-14 17:59 UTC (41+ messages)
` [RFC PATCH 01/42] linux-user/mips64: Restore setup_frame() for o32 ABI
` [RFC PATCH 02/42] linux-user/mips64: Support o32 ABI syscalls
` [RFC PATCH 03/42] target/mips/translate: Make cpu_HI/LO registers public
` [RFC PATCH 04/42] target/mips: Promote 128-bit multimedia registers as global ones
` [RFC PATCH 05/42] target/mips: Rename 128-bit upper halve GPR registers
` [RFC PATCH 06/42] target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpers
` [RFC PATCH 07/42] target/mips/translate: Use GPR move functions in gen_HILO1_tx79()
` [RFC PATCH 08/42] target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree
` [RFC PATCH 09/42] target/mips/tx79: Move MTHI1 / MTLO1 "
` [RFC PATCH 10/42] target/mips/translate: Simplify PCPYH using deposit_i64()
` [RFC PATCH 11/42] target/mips/tx79: Move PCPYH opcode to decodetree
` [RFC PATCH 12/42] target/mips/tx79: Move PCPYLD / PCPYUD opcodes "
` [RFC PATCH 13/42] target/mips: Remove 'C790 Multimedia Instructions' dead code
` [RFC PATCH 14/42] target/mips/tx79: Salvage instructions description comment
` [RFC PATCH 15/42] target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
` [RFC PATCH 16/42] target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
` [RFC PATCH 17/42] target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
` [RFC PATCH 18/42] target/mips/tx79: Introduce PEXTU[BHW] opcodes (Parallel Extend Lower)
` [RFC PATCH 19/42] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [RFC PATCH 20/42] target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
` [RFC PATCH 21/42] target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
` [RFC PATCH 22/42] target/mips/tx79: Introduce PINTEH (Parallel Interleave Even Halfword)
` [RFC PATCH 23/42] target/mips/tx79: Introduce PEXE[HW] opcodes (Parallel Exchange Even)
` [RFC PATCH 24/42] target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
` [RFC PATCH 25/42] target/mips/tx79: Introduce LQ opcode (Load Quadword)
` [RFC PATCH 26/42] target/mips/tx79: Introduce SQ opcode (Store Quadword)
` [RFC PATCH 27/42] target/mips/translate: Make gen_rdhwr() public
` [RFC PATCH 28/42] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
` [RFC PATCH 29/42] linux-user/mips64: Support the n32 ABI for the R5900
` [RFC PATCH 30/42] target/mips: Reintroduce the R5900 CPU
` [RFC PATCH 31/42] default-configs: Support o32 ABI with R5900 64-bit MIPS CPU
` [RFC PATCH 32/42] docker: Add gentoo-mipsr5900el-cross image
` [RFC PATCH 33/42] gitlab-ci: Pass optional EXTRA_FILES when building docker images
` [RFC PATCH 34/42] gitlab-ci: Build MIPS R5900 cross-toolchain (Gentoo based)
` [RFC PATCH 35/42] tests/tcg: Add MIPS R5900 to arches filter
` [RFC PATCH 36/42] tests/tcg/mips: Test user mode DMULT for the R5900
` [RFC PATCH 38/42] tests/acceptance: Extract QemuBaseTest from Test
` [RFC PATCH 39/42] tests/acceptance: Make pick_default_qemu_bin() more generic
` [RFC PATCH 40/42] tests/acceptance: Introduce QemuUserTest base class
` [RFC PATCH 42/42] gitlab-ci: Add job to run integration tests for the r5900o32el target
[PATCH v8 00/35] Hexagon patch series
2021-02-14 18:14 UTC (11+ messages)
` [PATCH v8 09/35] Hexagon (target/hexagon) architecture types
` [PATCH v8 10/35] Hexagon (target/hexagon) instruction and packet types
` [PATCH v8 11/35] Hexagon (target/hexagon) register fields
` [PATCH v8 12/35] Hexagon (target/hexagon) instruction attributes
` [PATCH v8 31/35] Hexagon (tests/tcg/hexagon) TCG tests - multiarch
[Qemu-devel] [PATCH 0/2] linux-user/mips: Support the n32 ABI for the R5900
2021-02-14 17:22 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] "
` "
[RFC PATCH 00/10] target/hexagon: introduce idef-parser
2021-02-14 16:56 UTC (3+ messages)
` [RFC PATCH 08/10] target/hexagon: import parser for idef-parser
[PATCH] hw/sd: sdhci: Do not transfer any data when command fails
2021-02-14 15:53 UTC (5+ messages)
RFC: linux-user: preserving argv[0] of the original binary in context of binfmt-misc
2021-02-14 15:45 UTC (2+ messages)
[PATCH v3] net/macos: implement vmnet-based netdev
2021-02-14 14:50 UTC
[PATCH V2 0/1] hw/block/nvme: support command retry
2021-02-14 14:28 UTC (2+ messages)
` [PATCH V2 1/1] hw/block/nvme: support command retry delay
[PATCH] linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
2021-02-14 14:20 UTC (5+ messages)
[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
2021-02-14 11:50 UTC (10+ messages)
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH 07/10] Disable auto-coverge before entering COLO mode
[PATCH] linux-user/elfload: munmap proper address in pgd_find_hole_fallback
2021-02-14 11:32 UTC (3+ messages)
[PATCH 0/2] hw/block/nvme: support ANA
2021-02-14 11:24 UTC (3+ messages)
` [PATCH 1/2] hw/block/nvme: support Asymmetric Namespace Access(ANA)
` [PATCH 2/2] hw/block/nvme: add 'nvme_ana_inject_state' HMP command
[PATCH 0/4] qga: Fix some style problems
2021-02-14 9:05 UTC (4+ messages)
Emulating sd card with hifive_u risc-v machine
2021-02-14 5:05 UTC (4+ messages)
hifive-unleashed board
2021-02-14 4:59 UTC (2+ messages)
Guest network access not working on M1 Macs
2021-02-14 3:48 UTC
[PATCH v1 0/5] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
2021-02-14 0:38 UTC (3+ messages)
` [PATCH v1 1/5] tpm: mark correct memory region range dirty when clearing RAM
[PATCH-for-5.2?] MAINTAINERS: Fix default-configs/ entries
2021-02-13 23:45 UTC (3+ messages)
[PATCH] target/avr/cpu: Use device_class_set_parent_realize()
2021-02-13 23:33 UTC (2+ messages)
[PATCH] hw/scsi/megasas: Remove pointless parenthesis
2021-02-13 23:13 UTC (3+ messages)
[PATCH v2 00/12] Categorize some uncategorized devices
2021-02-13 23:12 UTC (11+ messages)
` [PATCH v2 02/12] virtio-pmem: put it into the 'storage' category
` [PATCH v2 03/12] vmmouse: put it into the 'input' category
` [PATCH v2 04/12] nvdimm: put it into the 'storage' category
` [PATCH v2 07/12] tpm: put some tpm devices into the correct category
` [PATCH v2 09/12] u2f-passthru: put it into the 'misc' category
[PATCH] linux-user: Add support for pivot_root syscall
2021-02-13 22:59 UTC
[PATCH] MAINTAINERS: add my github tree URL
2021-02-13 22:49 UTC (4+ messages)
[PATCH] Fix SPDX-License-Identifier typos
2021-02-13 22:46 UTC (2+ messages)
[PATCH] docs/user: Remove outdated 'Quick Start' section
2021-02-13 22:43 UTC (2+ messages)
[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
2021-02-13 22:41 UTC (7+ messages)
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property
[PATCH] hw/i386/xen: Remove dead code
2021-02-13 22:37 UTC (2+ messages)
[PATCH v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
2021-02-13 21:54 UTC (2+ messages)
[PATCH] linux-user/elfload: fix address calculation in fallback scenario
2021-02-13 21:48 UTC (2+ messages)
[PULL 0/7] M68k for 6.0 patches
2021-02-13 21:25 UTC (9+ messages)
` [PULL 1/7] m68k: improve cpu instantiation comments
` [PULL 2/7] m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability
` [PULL 3/7] m68k: improve comments on m68k_move_to/from helpers
` [PULL 4/7] m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to/from
` [PULL 5/7] m68k: MOVEC insn. should generate exception if wrong CR is accessed
` [PULL 6/7] m68k: add MSP detection support for stack pointer swap helpers
` [PULL 7/7] m68k: import bootinfo headers from linux
[PATCH] linux-user: target: signal: Support TARGET_SS_AUTODISARM
2021-02-13 21:17 UTC (3+ messages)
[PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
2021-02-13 19:30 UTC (3+ messages)
[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
2021-02-13 19:22 UTC (3+ messages)
[PATCH] linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
2021-02-13 19:16 UTC (5+ messages)
[PATCH] linux-user: signal: Support TARGET_SS_AUTODISARM
2021-02-13 18:57 UTC (2+ messages)
[PULL 00/14] NBD patches through 2021-02-12
2021-02-13 18:16 UTC (2+ messages)
[PATCH] linux-user/mmap: Avoid asserts for out of range mremap calls
2021-02-13 17:42 UTC (3+ messages)
[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
2021-02-13 17:40 UTC (2+ messages)
[PATCH] linux-user: Fix loading of BSS segments
2021-02-13 16:41 UTC (2+ messages)
[PATCH v3 00/23] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
2021-02-13 16:29 UTC (27+ messages)
` [PATCH v3 01/23] hw/virtio/pci: include vdev name in registered PCI sections
` [PATCH v3 02/23] plugins: add API to return a name for a IO device
` [PATCH v3 03/23] plugins: new hwprofile plugin
` [PATCH v3 04/23] contrib: Don't use '#' flag of printf format
` [PATCH v3 05/23] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
` [PATCH v3 06/23] contrib: Add spaces around operator
` [PATCH v3 07/23] contrib: space required after that ','
` [PATCH v3 08/23] contrib: Open brace '{' following struct go on the same line
` [PATCH v3 09/23] accel/tcg/plugin-gen: fix the call signature for inline callbacks
` [PATCH v3 10/23] exec: Move TranslationBlock typedef to qemu/typedefs.h
` [PATCH v3 11/23] accel/tcg: Create io_recompile_replay_branch hook
` [PATCH v3 12/23] target/mips: Create mips_io_recompile_replay_branch
` [PATCH v3 13/23] target/sh4: Create superh_io_recompile_replay_branch
` [PATCH v3 14/23] tests/plugin: expand insn test to detect duplicate instructions
` [PATCH v3 15/23] tests/acceptance: add a new set of tests to exercise plugins
` [PATCH v3 16/23] accel/tcg: actually cache our partial icount TB
` [PATCH v3 17/23] accel/tcg: cache single instruction TB on pending replay exception
` [PATCH v3 18/23] accel/tcg: re-factor non-RAM execution code
` [PATCH v3 19/23] accel/tcg: remove CF_NOCACHE and special cases
` [PATCH v3 20/23] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PATCH v3 21/23] tests/acceptance: add a new tests to detect counting errors
` [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks
` [PATCH v3 23/23] tests/acceptance: add a memory callback check
[PATCH v2] linux-user: fix O_NONBLOCK usage for hppa target
2021-02-13 16:25 UTC (3+ messages)
[PATCH] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
2021-02-13 16:18 UTC (3+ messages)
[PATCH v2 1/1] linux-user/signal: Decode waitid si_code
2021-02-13 16:15 UTC (6+ messages)
About creating machines on the command line
2021-02-13 13:58 UTC (6+ messages)
[RFC PATCH 00/15] eMMC support
2021-02-13 13:18 UTC (26+ messages)
` [RFC PATCH 01/15] block: add eMMC block device type
` [RFC PATCH 02/15] sd: add eMMC support
` [RFC PATCH 03/15] sd: emmc: Dont not update CARD_CAPACITY for eMMC cards
` [RFC PATCH 04/15] sd: emmc: Update CMD1 definition for eMMC
` [RFC PATCH 05/15] sd: emmc: support idle state in CMD2
` [RFC PATCH 09/15] sd: emmc: Add support for emmc erase
` [RFC PATCH 10/15] sd: emmc: Update CID structure for eMMC
` [RFC PATCH 11/15] sd: emmc: Add Extended CSD register definitions
` [RFC PATCH 12/15] sd: emmc: Support boot area in emmc image
` [RFC PATCH 13/15] sd: emmc: Subtract bootarea size from blk
` [RFC PATCH 14/15] sd: sdhci: Support eMMC devices
` [RFC PATCH 15/15] arm: xlnx-versal: Add emmc to versal
RFC Qemu mipssim patches
2021-02-13 13:14 UTC (5+ messages)
` Qemu mipssim patches, mips malta and virtio bugs
[PATCH v13 0/5] UFFD write-tracking migration/snapshots
2021-02-13 10:30 UTC (7+ messages)
[PATCH] acpi: Remove duplicated code handling OEM ID and OEM table ID fields
2021-02-13 10:22 UTC
hifive-unleashed board
2021-02-13 9:35 UTC
Virgil 3D renderer on macOS
2021-02-13 5:14 UTC (2+ messages)
[PATCH] spice-app: avoid crash when core spice module doesn't loaded
2021-02-13 3:23 UTC
[PATCH v2] target/mips/translate: Simplify PCPYH using deposit_i64()
2021-02-13 0:56 UTC (2+ messages)
[PATCH v3 0/3] Add npcm7xx emc model
2021-02-13 0:33 UTC (4+ messages)
[PATCH v4 0/3] Add npcm7xx emc model
2021-02-13 0:25 UTC (4+ messages)
` [PATCH v4 1/3] hw/net: "
` [PATCH v4 2/3] hw/arm: "
` [PATCH v4 3/3] tests/qtests: Add npcm7xx emc model test
[PATCH] target/mips/translate: Simplify PCPYH using deposit_i64()
2021-02-13 0:24 UTC (2+ messages)
[PULL 0/5] bitmaps patches through 2021-02-12
2021-02-12 23:21 UTC (6+ messages)
` [PULL 1/5] migration: dirty-bitmap: Use struct for alias map inner members
` [PULL 2/5] migration: dirty-bitmap: Allow control of bitmap persistence
` [PULL 3/5] qemu-iotests: 300: Add test case for modifying persistence of bitmap
` [PULL 4/5] block: return status from bdrv_append and friends
` [PULL 5/5] block: use return status of bdrv_append()
[PATCH v7 00/14] block: deal with errp: part I
2021-02-12 23:13 UTC (5+ messages)
` [PATCH v7 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v7 13/14] block/qed: bdrv_qed_do_open: deal with errp
[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
2021-02-12 22:26 UTC (7+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode
[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
2021-02-12 22:05 UTC (4+ messages)
` [PATCH 4/4] hw/riscv: virt: Map high mmio for PCIe
[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
2021-02-12 22:00 UTC (2+ messages)
[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
2021-02-12 21:39 UTC (5+ messages)
` [PATCH v2 5/7] docs: move generic-loader documentation into the main manual
` [PATCH v2 6/7] docs: add some documentation for the guest-loader
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).