qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-14 17:24:06 to 2021-02-15 12:14:24 UTC [more...]

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-02-15 11:58 UTC  (50+ 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 v2 00/24] hw/arm: New board model mps3-an524
 2021-02-15 11:51 UTC  (23+ messages)
` [PATCH v2 01/24] hw/arm/mps2-tz: Make SYSCLK frequency board-specific
` [PATCH v2 02/24] hw/misc/mps2-scc: Support configurable number of OSCCLK values
` [PATCH v2 03/24] hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511
` [PATCH v2 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board
` [PATCH v2 05/24] hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
` [PATCH v2 06/24] hw/misc/mps2-fpgaio: Support SWITCH register
` [PATCH v2 07/24] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PATCH v2 08/24] hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type
` [PATCH v2 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific
` [PATCH v2 10/24] hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524
` [PATCH v2 11/24] hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI
` [PATCH v2 12/24] hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts
` [PATCH v2 13/24] hw/arm/mps2-tz: Move device IRQ info to data structures
` [PATCH v2 14/24] hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs
` [PATCH v2 15/24] hw/arm/mps2-tz: Allow boards to have different PPCInfo data
` [PATCH v2 16/24] hw/arm/mps2-tz: Make RAM arrangement board-specific
` [PATCH v2 17/24] hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data
` [PATCH v2 18/24] hw/arm/mps2-tz: Support ROMs as well as RAMs
` [PATCH v2 19/24] hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
` [PATCH v2 20/24] hw/arm/mps2-tz: Add new mps3-an524 board
` [PATCH v2 22/24] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PATCH v2 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[RFC v18 00/15] i386 cleanup PART 2
 2021-02-15 11:55 UTC  (17+ messages)
` [RFC v18 01/15] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v18 02/15] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v18 03/15] accel: introduce new accessor functions
` [RFC v18 06/15] meson: add target_user_arch
` [RFC v18 08/15] i386: split smm helper (softmmu)
` [RFC v18 10/15] i386: split tcg btp_helper into softmmu and user parts
` [RFC v18 12/15] i386: separate fpu_helper into user and softmmu parts

[PATCH v2 00/12] Categorize some uncategorized devices
 2021-02-15 11:53 UTC  (3+ messages)
` [PATCH v2 11/12] spitz: put some Spitz-family devices into the correct category

[PATCH V2 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-02-15 11:51 UTC  (13+ 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 0/2] trace: documentation improvements
 2021-02-15 11:39 UTC  (6+ messages)
` [PATCH 1/2] trace: document how to specify multiple --trace patterns

[PATCH] tests/qemu-iotests: Remove test 259 from the "auto" group
 2021-02-15 11:30 UTC  (2+ messages)

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

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-02-15 10:58 UTC  (2+ messages)
` [Bug 1914535] "

Call for Google Summer of Code 2021 project ideas
 2021-02-15 11:05 UTC  (7+ messages)

[PATCH 0/9] arm: drop dead code for non-32-bit-RGB surfaces
 2021-02-15 10:59 UTC  (15+ messages)
` [PATCH 1/9] hw/arm/musicpal: Remove "
` [PATCH 2/9] hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces
` [PATCH 3/9] hw/display/tc6393xb: Expand out macros in template header
` [PATCH 4/9] hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsite
` [PATCH 5/9] hw/display/omap_lcdc: Expand out macros in template header
` [PATCH 6/9] hw/display/omap_lcdc: Drop broken bigendian ifdef
` [PATCH 7/9] hw/display/omap_lcdc: Fix coding style issues in template header
` [PATCH 8/9] hw/display/omap_lcdc: Inline template header into C file
` [PATCH 9/9] hw/display/omap_lcdc: Delete unnecessary macro

libvfio-user library in QEMU
 2021-02-15 10:54 UTC  (2+ messages)

[PATCH] xen-block: fix reporting of discard feature
 2021-02-15 10:51 UTC  (3+ messages)

[PATCH] hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
 2021-02-15 10:49 UTC  (2+ messages)

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

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-02-15 10:42 UTC  (5+ messages)
` [RFC PATCH 6/6] softmmu: Restrict watchpoint handlers to TCG accelerator

[PATCH v3 0/7] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
 2021-02-15 10:40 UTC  (3+ messages)
` [PATCH v3 1/7] spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical()

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation
 2021-02-15 10:41 UTC  (2+ messages)

[PATCH 00/24] virtiofs dax patches
 2021-02-15 10:35 UTC  (3+ messages)
` [PATCH 07/24] DAX: virtio-fs: Add vhost-user slave commands for mapping
  ` [Virtio-fs] "

[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  (5+ 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

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

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

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  (4+ messages)
` [RFC PATCH 10/10] target/hexagon: import additional tests

[PATCH v8 00/35] Hexagon patch series
 2021-02-15  1:23 UTC  (49+ messages)
` [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  (4+ messages)
` [Qemu-devel] [PATCH 1/2] "
  `  "


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