qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-13 16:24:30 to 2021-02-15 10:34:03 UTC [more...]

[RFC v18 00/15] i386 cleanup PART 2
 2021-02-15 10:32 UTC  (3+ messages)
` [RFC v18 12/15] i386: separate fpu_helper into user and softmmu parts

[PATCH V2 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-02-15 10:24 UTC  (7+ messages)
` [PATCH V2 1/7] block/rbd: bump librbd requirement to luminous release
` [PATCH V2 4/7] block/rbd: add bdrv_attach_aio_context

[PATCH] hw/display/tcx: Drop unnecessary code for handling BGR format outputs
 2021-02-15 10:21 UTC 

[PATCH] linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
 2021-02-15  9:52 UTC  (6+ messages)

[PULL 00/15] testing and gdbstub updates
 2021-02-15  9:42 UTC  (16+ messages)
` [PULL 01/15] travis.yml: Move gprof/gcov test across to gitlab
` [PULL 02/15] travis.yml: Move the -fsanitize=undefined test to the gitlab-CI
` [PULL 03/15] travis.yml: Move the --enable-modules "
` [PULL 04/15] travis.yml: (Re-)move the --enable-debug jobs
` [PULL 05/15] travis.yml: Move the -fsanitize=thread testing to the gitlab-CI
` [PULL 06/15] .shippable: remove the last bits
` [PULL 07/15] travis-ci: Disable C++ optional objects on AArch64 container
` [PULL 08/15] tests/docker: remove travis container
` [PULL 09/15] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
` [PULL 10/15] target/sh4: Drop use of gdb_get_float32() and ldfl_p()
` [PULL 11/15] target/m68k: Drop use of gdb_get_float64() and ldfq_p()
` [PULL 12/15] target/ppc: "
` [PULL 13/15] gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
` [PULL 14/15] bswap.h: Remove unused float-access functions
` [PULL 15/15] tests/tcg: fix silent skipping of softmmu gdb tests

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-02-15  9:24 UTC  (48+ 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 37/42] gitlab-ci: Add job to test the MIPS r5900o32el target
` [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 41/42] tests/acceptance: Test R5900 CPU with BusyBox from Sony PS2
` [RFC PATCH 42/42] gitlab-ci: Add job to run integration tests for the r5900o32el target

[PATCH v7 00/14] block: deal with errp: part I
 2021-02-15  9:22 UTC  (4+ messages)
` [PATCH v7 03/14] block: check return value of bdrv_open_child and drop error propagation

[PATCH] net: Use id_generate() in the network subsystem, too
 2021-02-15  9:02 UTC 

can surface_bits_per_pixel() for the console surface ever return anything other than 32 ?
 2021-02-15  9:01 UTC  (4+ messages)

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-15  8:56 UTC  (11+ messages)
` [PATCH v4 16/21] i386: track explicit 'hv-*' features enablement/disablement

RFC Qemu mipssim patches
 2021-02-15  7:56 UTC  (7+ messages)
    ` Qemu mipssim patches, mips malta and virtio bugs

[PATCH] spice-app: avoid crash when core spice module doesn't loaded
 2021-02-15  7:52 UTC  (2+ messages)

supported machines for aarch64
 2021-02-15  7:38 UTC 

[PATCH 0/3] hw/display/sm501: Tidy up template header
 2021-02-15  6:12 UTC  (3+ messages)

[Bug 1915682] [NEW] i386-linux-user wine exception regression tests fail
 2021-02-15  3:08 UTC 

[RFC PATCH 00/10] target/hexagon: introduce idef-parser
 2021-02-15  1:34 UTC  (6+ messages)
` [RFC PATCH 08/10] target/hexagon: import parser for idef-parser
` [RFC PATCH 10/10] target/hexagon: import additional tests

[PATCH v8 00/35] Hexagon patch series
 2021-02-15  1:23 UTC  (53+ 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 13/35] Hexagon (target/hexagon) instruction/packet decode
` [PATCH v8 14/35] Hexagon (target/hexagon) instruction printing
` [PATCH v8 15/35] Hexagon (target/hexagon/arch.[ch]) utility functions
` [PATCH v8 16/35] Hexagon (target/hexagon/conv_emu.[ch]) "
` [PATCH v8 17/35] Hexagon (target/hexagon/fma_emu.[ch]) "
` [PATCH v8 19/35] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics
` [PATCH v8 20/35] Hexagon (target/hexagon) generator phase 2 - generate header files
` [PATCH v8 21/35] Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
` [PATCH v8 22/35] Hexagon (target/hexagon) generater phase 4 - "
` [PATCH v8 23/35] Hexagon (target/hexagon) opcode data structures
` [PATCH v8 24/35] Hexagon (target/hexagon) macros
` [PATCH v8 25/35] Hexagon (target/hexagon) instruction classes
` [PATCH v8 26/35] Hexagon (target/hexagon) TCG generation
` [PATCH v8 27/35] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [PATCH v8 28/35] Hexagon (target/hexagon) TCG for floating point instructions
` [PATCH v8 29/35] Hexagon (target/hexagon) translation
` [PATCH v8 31/35] Hexagon (tests/tcg/hexagon) TCG tests - multiarch
` [PATCH v8 32/35] Hexagon (tests/tcg/hexagon) TCG tests - atomics/load/store/misc
` [PATCH v8 33/35] Hexagon (tests/tcg/hexagon) TCG tests - floating point
` [PATCH v8 34/35] Hexagon build infrastructure
` [PATCH v8 35/35] Add Dockerfile for hexagon

[PATCH RFC v3 00/12] hw/block/nvme: metadata and end-to-end data protection support
 2021-02-14 23:02 UTC  (13+ messages)
` [PATCH RFC v3 01/12] hw/block/nvme: remove redundant len member in compare context
` [PATCH RFC v3 02/12] hw/block/nvme: remove block accounting for write zeroes
` [PATCH RFC v3 03/12] hw/block/nvme: fix strerror printing
` [PATCH RFC v3 04/12] hw/block/nvme: try to deal with the iov/qsg duality
` [PATCH RFC v3 05/12] hw/block/nvme: remove the req dependency in map functions
` [PATCH RFC v3 06/12] hw/block/nvme: refactor nvme_dma
` [PATCH RFC v3 07/12] hw/block/nvme: add metadata support
` [PATCH RFC v3 08/12] hw/block/nvme: end-to-end data protection
` [PATCH RFC v3 09/12] hw/block/nvme: add verify command
` [PATCH RFC v3 10/12] hw/block/nvme: add non-mdts command size limit for verify
` [PATCH RFC v3 11/12] hw/block/nvme: support multiple lba formats
` [PATCH RFC v3 12/12] hw/block/nvme: add support for the format nvm command

[PATCH v2] tests/acceptance: Add bFLT loader linux-user test
 2021-02-14 19:45 UTC 

[PATCH v16 00/23] i386 cleanup PART 2
 2021-02-14 19:01 UTC  (6+ messages)
` [PATCH v16 21/23] accel: introduce new accessor functions

[PULL 0/5] bitmaps patches through 2021-02-12
 2021-02-14 18:45 UTC  (2+ messages)

[RFC PATCH 00/15] softfloat: alternate conversion of float128_addsub
 2021-02-14 18:20 UTC  (11+ messages)
` [RFC PATCH 01/15] qemu/int128: Add int128_or
` [RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz
` [RFC PATCH 03/15] qemu/int128: Rename int128_rshift, int128_lshift
` [RFC PATCH 05/15] qemu/int128: Add int128_geu
` [RFC PATCH 10/15] softfloat: Inline float_raise

[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] "
  `  "

[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 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  (2+ messages)

[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  (5+ messages)
` [PATCH v3 14/23] tests/plugin: expand insn test to detect duplicate instructions
` [PATCH v3 17/23] accel/tcg: cache single instruction TB on pending replay exception

[PATCH v2] linux-user: fix O_NONBLOCK usage for hppa target
 2021-02-13 16:25 UTC  (3+ 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).