qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 14:32:22 to 2021-05-12 20:12:53 UTC [more...]

[PATCH v4 00/31] Base for adding PowerPC 64-bit instructions
 2021-05-12 19:31 UTC  (34+ messages)
` [PATCH v4 01/31] target/ppc: Add cia field to DisasContext
` [PATCH v4 02/31] target/ppc: Split out decode_legacy
` [PATCH v4 03/31] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PATCH v4 04/31] target/ppc: Remove special case for POWERPC_SYSCALL
` [PATCH v4 05/31] target/ppc: Remove special case for POWERPC_EXCP_TRAP
` [PATCH v4 06/31] target/ppc: Simplify gen_debug_exception
` [PATCH v4 07/31] target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
` [PATCH v4 08/31] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
` [PATCH v4 09/31] target/ppc: Remove unnecessary gen_io_end calls
` [PATCH v4 10/31] target/ppc: Introduce gen_icount_io_start
` [PATCH v4 11/31] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
` [PATCH v4 12/31] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
` [PATCH v4 13/31] target/ppc: Remove DisasContext.exception
` [PATCH v4 14/31] target/ppc: Move single-step check to ppc_tr_tb_stop
` [PATCH v4 15/31] target/ppc: Tidy exception vs exit_tb
` [PATCH v4 16/31] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v4 17/31] target/ppc: Use translator_loop_temp_check
` [PATCH v4 18/31] target/ppc: Introduce macros to check isa extensions
` [PATCH v4 19/31] target/ppc: Move page crossing check to ppc_tr_translate_insn
` [PATCH v4 20/31] target/ppc: Add infrastructure for prefixed insns
` [PATCH v4 21/31] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PATCH v4 22/31] target/ppc: Implement PNOP
` [PATCH v4 23/31] TCG: add tcg_constant_tl
` [PATCH v4 24/31] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PATCH v4 25/31] target/ppc: Implement prefixed integer load instructions
` [PATCH v4 26/31] target/ppc: Move D/DS/X-form integer stores to decodetree
` [PATCH v4 27/31] target/ppc: Implement prefixed integer store instructions
` [PATCH v4 28/31] target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
` [PATCH v4 29/31] target/ppc: Implement cfuged instruction
` [PATCH v4 30/31] target/ppc: Implement vcfuged instruction
` [PATCH v4 31/31] target/ppc: Move addpcis to decodetree

[RFC PATCH v1 0/7] migration/snapshot: External snapshot utility
 2021-05-12 19:26 UTC  (7+ messages)
` [RFC PATCH v1 1/7] migration/snapshot: Introduce qemu-snapshot tool
` [RFC PATCH v1 2/7] migration/snapshot: Introduce qemu_ftell2() routine
` [RFC PATCH v1 3/7] migration/snapshot: Move RAM_SAVE_FLAG_xxx defines to migration/ram.h
` [RFC PATCH v1 4/7] migration/snapshot: Block layer AIO support in qemu-snapshot
` [RFC PATCH v1 6/7] migration/snapshot: Implementation of qemu-snapshot load path
` [RFC PATCH v1 7/7] migration/snapshot: Implementation of qemu-snapshot load path in postcopy mode

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-12 19:15 UTC  (25+ messages)
` [PATCH 01/11] target/ppc: created ppc_{store, get}_vscr for generic vscr usage
  ` [PATCH 01/11] target/ppc: created ppc_{store,get}_vscr "
` [PATCH 02/11] target/ppc: moved ppc_store_sdr1 to cpu.c
` [PATCH 03/11] target/ppc: moved ppc_cpu_dump_state to cpu_init.c
` [PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c
` [PATCH 05/11] target/ppc: moved ppc_store_lpcr to cpu.c
` [PATCH 06/11] target/ppc: updated vscr manipulation in machine.c
` [PATCH 07/11] target/ppc: added KVM fallback to fpscr manipulation
` [RFC PATCH 08/11] target/ppc: wrapped some TCG only logic with ifdefs
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h
` [RFC PATCH 10/11] target/ppc: created tcg-stub.c file

[PATCH 0/3] Fix Travis-CI / compiling with older versions of Clang
 2021-05-12 19:58 UTC  (6+ messages)
` [PATCH 1/3] pc-bios/s390-ccw: Fix inline assembly for "
` [PATCH 2/3] pc-bios/s390-ccw/Makefile: Check more compiler flags for Clang
` [PATCH 3/3] pc-bios/s390-ccw: Add a proper prototype for main()

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-12 19:23 UTC  (13+ messages)
` [PATCH 28/72] softfloat: Move return_nan to softfloat-parts.c.inc
` [PATCH 29/72] softfloat: Move pick_nan "
` [PATCH 30/72] softfloat: Move pick_nan_muladd "

[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
 2021-05-12 18:52 UTC  (4+ messages)
` [Bug 1911351] "

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-05-12 19:50 UTC  (7+ messages)
` [PATCH v6 1/4] slirp: Advance libslirp submodule to add ipv6 host-forward support

[PATCH] hmp: Fix loadvm to resume the VM on success instead of failure
 2021-05-12 19:16 UTC  (2+ messages)

[PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-12 19:32 UTC  (5+ messages)
` [PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v9 2/3] target/arm: Add support for FEAT_TLBIOS
` [PATCH v9 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PULL v2 0/1] readthedoc theme patch
 2021-05-12 19:31 UTC  (7+ messages)

[PATCH v3 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-05-12 18:58 UTC  (8+ messages)
` [PATCH v3 2/9] qapi: move gen_if/gen_endif to QAPISchemaIfCond

[PULL v3 00/42] riscv-to-apply queue
 2021-05-12 18:46 UTC  (2+ messages)

[PATCH 0/6] block-copy: make helper APIs thread safe
 2021-05-12 18:30 UTC  (9+ messages)
` [PATCH 4/6] progressmeter: protect with a mutex
` [PATCH 5/6] co-shared-resource: "
` [PATCH 6/6] aiopool: "

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-05-12 18:13 UTC  (2+ messages)
` [Bug 1912224] "

[Bug 1912934] [NEW] QEMU emulation of fmadds instruction on powerpc64le is buggy
 2021-05-12 18:11 UTC  (2+ messages)
` [Bug 1912934] "

[PATCH] add Visual Studio Code configuration
 2021-05-12 18:29 UTC  (5+ messages)

[Bug 1924738] [NEW] Failed to restore domain - error load load virtio-balloon:virtio
 2021-05-12 17:57 UTC  (5+ messages)
` [Bug 1924738] "

[Bug 1913505] [NEW] Windows XP slow on Apple M1
 2021-05-12 18:09 UTC  (2+ messages)
` [Bug 1913505] "

[Bug 1913315] [NEW] qemu-system-x86_64 crash: in memory_region_access_valid+0x13
 2021-05-12 18:09 UTC  (2+ messages)
` [Bug 1913315] "

[Bug 1913926] [NEW] [QEMU User-Mode] Mesa Fails To Load RadeonSI Driver When In Docker Image
 2021-05-12 18:06 UTC  (2+ messages)
` [Bug 1913926] "

[Bug 1912170] [NEW] NUMA nodes created with memory-backend-ram shows size different than requested
 2021-05-12 18:03 UTC  (2+ messages)
` [Bug 1912170] "

[PULL 00/33] Misc (mostly i386) patches for 2021-05-11
 2021-05-12 18:11 UTC  (6+ messages)
` [PULL 30/33] migration: do not restart VM after successful snapshot-load

[Bug 1913913] [NEW] i386-linux-user returns -1 in sigcontext->trapno
 2021-05-12 18:07 UTC  (2+ messages)
` [Bug 1913913] "

[Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used
 2021-05-12 18:02 UTC  (2+ messages)
` [Bug 1913969] "

[Bug 1914021] [NEW] qemu: uncaught target signal 4 (Illegal instruction) but gdb remote-debug exited normally
 2021-05-12 18:02 UTC  (2+ messages)
` [Bug 1914021] "

[Bug 1912857] [NEW] virtio-serial blocks hostfwd ssh on windows 10 host
 2021-05-12 18:00 UTC  (2+ messages)
` [Bug 1912857] "

[Bug 1914294] [NEW] Windows XP displays black screen when smp option is used
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914294] "

[Bug 1914282] [NEW] block copy job sometimes hangs on the last block for minutes
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914282] "

[Bug 1914667] [NEW] High cpu usage when guest is idle on qemu-system-i386
 2021-05-12 17:59 UTC  (2+ messages)
` [Bug 1914667] "

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-12 17:45 UTC  (10+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH v2 0/4] iotests/297: Cover tests/
 2021-05-12 17:43 UTC  (5+ messages)
` [PATCH v2 1/4] iotests/297: Drop 169 and 199 from the skip list
` [PATCH v2 2/4] migrate-bitmaps-postcopy-test: Fix pylint warnings
` [PATCH v2 3/4] migrate-bitmaps-test: "
` [PATCH v2 4/4] iotests/297: Cover tests/

[PULL 00/20] bsd-user style tweaks and start cleanup
 2021-05-12 17:45 UTC  (22+ messages)
` [PULL 01/20] bsd-user: whitespace changes
` [PULL 02/20] bsd-user: style tweak: use C not C++ comments
` [PULL 03/20] bsd-user: style tweak: Remove #if 0'd code
` [PULL 04/20] bsd-user: style tweak: Use preferred block comments
` [PULL 05/20] bsd-user: Remove commented out code
` [PULL 06/20] bsd-user: style tweak: move extern to header file
` [PULL 07/20] bsd-user: style tweak: remove spacing after '*' and add after }
` [PULL 08/20] bsd-user: style tweak: Use preferred block comments
` [PULL 09/20] bsd-user: style tweak: don't assign in if statements
` [PULL 10/20] bsd-user: style tweak: use {} for all if statements, format else correctly
` [PULL 11/20] bsd-user: style tweak: use {} consistently in for / if / else statements
` [PULL 12/20] bsd-user: use qemu_strtoul in preference to strtol
` [PULL 13/20] bsd-user: whitespace changes
` [PULL 14/20] bsd-user: style tweak: keyword space (
` [PULL 15/20] "
` [PULL 16/20] bsd-user: style tweak: Remove #if 0'd code
` [PULL 17/20] bsd-user: style tweak: keyword space (
` [PULL 18/20] bsd-user: remove target_signal.h, it's unused
` [PULL 19/20] bsd-user: Stop building the sparc targets
` [PULL 20/20] bsd-user: rename linux_binprm to bsd_binprm

[PATCH v3 0/8] block: refactor write threshold
 2021-05-12 17:31 UTC  (3+ messages)

[PATCH 0/4] iotests/297: Cover tests/
 2021-05-12 17:39 UTC  (3+ messages)

[PULL 0/5] Miscellaneous patches for 2021-05-12
 2021-05-12 17:07 UTC  (10+ messages)
` [PULL 1/5] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
` [PULL 2/5] Remove the deprecated moxie target
` [PULL 3/5] block: Drop the sheepdog block driver
` [PULL 4/5] Drop the deprecated lm32 target
` [PULL 5/5] Drop the deprecated unicore32 target

[PATCH v2] qemu-iotests: fix pylint 2.8 consider-using-with error
 2021-05-12 17:04 UTC  (2+ messages)

[PATCH V3 00/22] Live Update
 2021-05-12 16:42 UTC  (6+ messages)
` [PATCH V3 06/22] vl: add helper to request re-exec
` [PATCH V3 07/22] cpr

[PATCH v2 0/2] net/tap: minor fixes to interaction with the bridge helper
 2021-05-12 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] net/tap: fix FreeBSD portability problem receiving TAP FD
` [PATCH v2 2/2] net/tap: fix error reporting when bridge helper forgets to send an FD

[PATCH 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-12 16:28 UTC  (19+ messages)
` [PATCH 01/12] gitlab: move linux user build job from CentOS 7 to CentOS 8
` [PATCH 12/12] configure: bump min required CLang to 7.0.0 / XCode 10.2
    ` non-x86 runners in the Gitlab-CI (was: Re: [PATCH 12/12] configure: bump min required CLang to 7.0.0 / XCode 10.2)

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-12 16:17 UTC  (19+ messages)
` [PATCH v6 26/82] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v6 35/82] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v6 36/82] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v6 37/82] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v6 38/82] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v6 39/82] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v6 40/82] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v6 41/82] target/arm: Implement SVE2 RSUBHNB, RSUBHNT

[PATCH v2 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-12 16:05 UTC  (2+ messages)

[PATCH] travis-ci: Use clang-10 for the [s390x] Clang (disable-tcg) job
 2021-05-12 16:05 UTC  (5+ messages)

[PATCH 0/3] virtiofsd: Find original inode ID of mount points
 2021-05-12 15:59 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH 0/3] hw/virtio: Constify VirtIOFeature
 2021-05-12 15:54 UTC  (2+ messages)

GICv3 for MTTCG
 2021-05-12 15:26 UTC  (2+ messages)

[PATCH 0/2] net/tap: minor fixes to interaction with the bridge helper
 2021-05-12 15:36 UTC  (6+ messages)
` [PATCH 2/2] net/tap: fix error reporting when bridge helper forgets to send an FD

[Bug 1910696] [NEW] Qemu fails to start with error " There is no option group 'spice'"
 2021-05-12 15:17 UTC  (2+ messages)
` [Bug 1910696] "

[Bug 1907969] [NEW] linux-user/i386: Segfault when mixing threads and signals
 2021-05-12 15:16 UTC  (2+ messages)
` [Bug 1907969] "

[Bug 1910540] [NEW] where the trace file "trace-*"
 2021-05-12 15:02 UTC  (2+ messages)
` [Bug 1910540] "

[PATCH v2] block: Improve backing file validation
 2021-05-12 15:10 UTC  (3+ messages)

[PULL 00/25] Vga 20210510 patches
 2021-05-12 15:05 UTC  (2+ messages)

[PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server
 2021-05-12 15:02 UTC  (3+ messages)

[PULL 0/9] s390-ccw bios update
 2021-05-12 14:51 UTC  (6+ messages)
` [PULL 8/9] pc-bios/s390-ccw: Allow building with Clang, too

[PATCH V2 0/2] Proposing custom CSR handling logic
 2021-05-12 14:47 UTC  (2+ messages)

[PATCH] block/export: improve vu_blk_sect_range_ok()
 2021-05-12 14:41 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).