qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-14 18:36:00 to 2021-02-15 13:02:36 UTC [more...]

[RFC v18 00/15] i386 cleanup PART 2
 2021-02-15 12:59 UTC  (19+ 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

[PULL 00/13] Linux user for 6.0 patches
 2021-02-15 12:45 UTC  (13+ messages)
` [PULL 01/13] linux-user/mips64: Restore setup_frame() for o32 ABI
` [PULL 03/13] linux-user/signal: Decode waitid si_code
` [PULL 04/13] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
` [PULL 05/13] linux-user: fix O_NONBLOCK usage for hppa target
` [PULL 06/13] linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
` [PULL 07/13] linux-user: Fix loading of BSS segments
` [PULL 08/13] linux-user/mmap: Avoid asserts for out of range mremap calls
` [PULL 09/13] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
` [PULL 10/13] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
` [PULL 11/13] linux-user: target: signal: Support TARGET_SS_AUTODISARM
` [PULL 12/13] docs/user: Remove outdated 'Quick Start' section
` [PULL 13/13] linux-user/mips: Support the n32 ABI for the R5900

[PATCH 0/2] monitor: Shutdown fixes
 2021-02-15 12:44 UTC  (7+ messages)
` [PATCH 2/2] monitor/qmp: Stop processing requests when shutdown is requested

[PATCH RESEND] hostmem: Don't report pmem attribute if unsupported
 2021-02-15 12:34 UTC  (2+ messages)

[PATCH v6 0/3] qcow2: don't leave partially initialized file on image creation
 2021-02-15 12:33 UTC  (2+ messages)

[PULL 0/5] bitmaps patches through 2021-02-12
 2021-02-15 12:31 UTC  (4+ messages)
` [PULL 3/5] qemu-iotests: 300: Add test case for modifying persistence of bitmap

[PATCH] build-sys: invoke ninja with -d keepdepfile
 2021-02-15 12:21 UTC 

[PATCH V2 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-02-15 12:17 UTC  (17+ 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 v2 00/24] hw/arm: New board model mps3-an524
 2021-02-15 12:27 UTC  (28+ 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 21/24] hw/arm/mps2-tz: Stub out USB controller for mps3-an524
` [PATCH v2 22/24] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PATCH v2 23/24] docs/system/arm/mps2.rst: Document the new mps3-an524 board
` [PATCH v2 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-02-15 12:05 UTC  (11+ messages)
` [PATCH 4/6] accel/tcg: Declare missing cpu_loop_exit*() stubs
` [RFC PATCH 6/6] softmmu: Restrict watchpoint handlers to TCG accelerator

[PATCH] monitor: Fix order in monitor_cleanup()
 2021-02-15 12:17 UTC  (7+ messages)

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-02-15 11:59 UTC  (18+ messages)
` [RFC PATCH 25/42] target/mips/tx79: Introduce LQ opcode (Load Quadword)
` [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 37/42] gitlab-ci: Add job to test the MIPS r5900o32el target
` [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/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 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 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  (45+ messages)
` [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

[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


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