qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-28 23:55:26 to 2021-06-01 03:28:50 UTC [more...]

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-01  3:27 UTC  (6+ messages)
` [PATCH 03/11] softfloat: Introduce float_flag_inorm_denormal
` [PATCH 07/11] target/rx: Use FloatRoundMode in helper_set_fpsw

[PATCH] Add display suboptions to man pages
 2021-06-01  1:43 UTC 

[PATCH v4] target/ppc: overhauled and moved logic of storing fpscr
 2021-06-01  2:54 UTC  (2+ messages)

[PATCH v3 0/4] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU
 2021-06-01  2:47 UTC  (10+ messages)
` [PATCH v3 1/4] hw/core/cpu: removed cpu_dump_statistics function
` [PATCH v3 2/4] HMP: added info cpustats to removed_features.rst
` [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree
` [PATCH v3 4/4] target/ppc: removed all mentions to PPC_DUMP_CPU

[target/ppc] excp_helper.c and mmu_helper.c cleanup
 2021-06-01  2:34 UTC  (2+ messages)

HSS Issue with GCC 10, Qemu Setup for microchip-icicle-kit
 2021-06-01  3:11 UTC  (7+ messages)

[PATCH] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
 2021-06-01  0:57 UTC 

[PATCH v2] docs/devel: Explain in more detail the TB chaining mechanisms
 2021-05-31 21:14 UTC 

[PATCH 0/3] adding ctrl list (cns 0x13) support and random fixes
 2021-05-31 20:53 UTC  (5+ messages)
  ` [PATCH 1/3] hw/nvme/ctrl: add controller list cns 0x13
  ` [PATCH 2/3] hw/nvme/ctrl: fix endian conversion for nsid in ctrl list

[PATCH] tests/vm/freebsd: Increase code coverage
 2021-05-31 20:53 UTC  (2+ messages)

[PATCH v2] hw/nvme/ctrl: fix csi field for cns 0x00 and 0x11
 2021-05-31 20:39 UTC  (2+ messages)

[PATCH 0/2] [RESEND] SEV firmware error list touchups
 2021-05-31 20:09 UTC  (2+ messages)

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-31 20:01 UTC  (2+ messages)

[PATCH v3 0/5] blkdebug: fix racing condition when iterating on
 2021-05-31 19:57 UTC  (7+ messages)
` [PATCH v3 1/5] blkdebug: refactor removal of a suspended request
` [PATCH v3 2/5] blkdebug: move post-resume handling to resume_req_by_tag
` [PATCH v3 3/5] blkdebug: track all actions

[PATCH] hw/nvme: add param to control auto zone transitioning to zone state closed
 2021-05-31 19:39 UTC  (4+ messages)

[PATCH] tests: Boot and halt a Linux guest on the Raspberry Pi 2 machine
 2021-05-31 19:26 UTC  (2+ messages)

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-31 18:55 UTC  (3+ messages)
` [PATCH v6 08/26] tcg: Build ffi data structures for helpers

[Bug 1905444] [NEW] [OSS-Fuzz] Issue 27796 in oss-fuzz: qemu:qemu-fuzz-i386-target-generic-fuzz-xhci: Stack-overflow in address_space_stl_internal
 2021-05-31 18:42 UTC  (2+ messages)
` [Bug 1905444] "

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-31 18:17 UTC  (4+ messages)
` [PATCH 02/11] target/ppc: moved ppc_store_sdr1 to cpu.c

GSoC 2021: Request for WIKI account to update project details
 2021-05-31 17:45 UTC  (3+ messages)

[PATCH v2 00/33] block: publish backup-top filter
 2021-05-31 17:35 UTC  (27+ messages)
` [PATCH v2 01/33] block: rename bdrv_replace_child to bdrv_replace_child_tran
` [PATCH v2 02/33] block: comment graph-modifying function not updating permissions
` [PATCH v2 03/33] block: introduce bdrv_replace_child_bs()
` [PATCH v2 05/33] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v2 06/33] qdev: allow setting drive property for realized device
` [PATCH v2 07/33] block: rename backup-top to copy-before-write
` [PATCH v2 12/33] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v2 13/33] block/copy-before-write: use file child instead of backing
` [PATCH v2 14/33] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v2 15/33] block/copy-before-write: introduce cbw_init()
` [PATCH v2 18/33] block/copy-before-write: cbw_init(): use options
` [PATCH v2 19/33] block/copy-before-write: initialize block-copy bitmap

[PATCH v1 0/6] support dirtyrate at the granualrity of vcpu
 2021-05-31 17:06 UTC  (7+ messages)
` [PATCH v1 1/6] KVM: add kvm_dirty_ring_enabled function
` [PATCH v1 2/6] KVM: introduce dirty_pages into CPUState
` [PATCH v1 3/6] migration/dirtyrate: add vcpu option for qmp calc-dirty-rate
` [PATCH v1 4/6] migration/dirtyrate: adjust struct DirtyRateStat
` [PATCH v1 5/6] migration/dirtyrate: check support of calculation for vcpu
` [PATCH v1 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH] oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
 2021-05-31 16:56 UTC  (3+ messages)

[PATCH v2 0/5] block permission updated follow-up
 2021-05-31 16:44 UTC  (12+ messages)
` [PATCH v2 2/5] block-backend: improve blk_root_get_parent_desc()
` [PATCH v2 4/5] block: simplify bdrv_child_user_desc()
` [PATCH v2 5/5] block: improve permission conflict error message

[PATCH v2 0/6] block: file-posix queue
 2021-05-31 16:36 UTC  (6+ messages)
` [PATCH v2 2/6] file-posix: try BLKSECTGET on block devices too, do not round to power of 2

[PULL 0/3] Usb 20210528 patches
 2021-05-31 15:32 UTC  (4+ messages)
` [PULL 2/3] hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to

[PATCH v2 0/3] block: drop BlockDriverState::read_only
 2021-05-31 14:45 UTC  (2+ messages)

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-31 14:26 UTC  (10+ messages)
` [PATCH 2/5] target/ppc: remove ppc_cpu_dump_statistics

[PATCH v2 0/5] block-copy: make helper APIs thread safe
 2021-05-31 14:24 UTC  (5+ messages)
` [PATCH v2 4/5] progressmeter: protect with a mutex

[RFC PATCH] block/vpc: Support probing of fixed-size VHD images
 2021-05-31 13:45 UTC  (3+ messages)

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-05-31 13:07 UTC  (4+ messages)

[PATCH v8] qapi: introduce 'query-kvm-cpuid' action
 2021-05-31 12:38 UTC 

[PATCH v7 0/1] qapi: introduce 'query-cpu-model-cpuid' action
 2021-05-31 12:16 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-05-31 11:38 UTC  (2+ messages)

[PATCH qemu] Add basic power management to raspi
 2021-05-31 11:23 UTC  (2+ messages)

[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
 2021-05-31 10:19 UTC 

[PATCH] qobject: Fix maybe uninitialized in qdict_array_split
 2021-05-31 10:13 UTC  (4+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-31  9:40 UTC  (5+ messages)
` [RFC v3 15/29] vhost: Add enable_custom_iommu to VhostOps
` [RFC v3 21/29] vhost: Add VhostIOVATree

[PATCH] target/nios2: Mark raise_exception() as noreturn
 2021-05-31  9:30 UTC 

[PATCH] hw/display/macfb: Classify the "nubus-macfb" as display device
 2021-05-31  8:52 UTC  (3+ messages)

[PATCH] target/mips: Fix DBALIGN DSP-R2 opcode 'byte position' field size
 2021-05-31  8:50 UTC  (4+ messages)

[PATCH] replay: improve determinism of virtio-net
 2021-05-31  8:47 UTC  (6+ messages)

[PATCH v2 0/2] QOMify Sifive UART Model
 2021-05-31  8:13 UTC  (7+ messages)
` [PATCH v2 1/2] hw/char: sifive_uart
` [PATCH v2 2/2] "

[PULL 00/44] Python patches
 2021-05-31  8:10 UTC  (4+ messages)

[PATCH v2 00/11] linux-user changes to run docker
 2021-05-31  6:07 UTC  (13+ messages)
` [PATCH v2 01/11] linux-user: handle /proc/self/exe for execve
` [PATCH v2 02/11] linux-user: Fix the execfd case of /proc/self/exe open
` [PATCH v2 03/11] linux-user: dup the execfd on start up
` [PATCH v2 04/11] linux-user: make exec_path realpath
` [PATCH v2 05/11] linux-user: Implement pivot_root
` [PATCH v2 06/11] linux-user: add get_exe_path
` [PATCH v2 07/11] linux-user: simplify is_proc_myself
` [PATCH v2 08/11] linux-user: Implement exec of /proc/$pid/exe of qemu process
` [PATCH v2 09/11] linux-user: Make the qemu detection for /proc/$pid/exe a bit conservative
` [PATCH v2 10/11] linux-user: a crude hack for libcontainer (CLONE_PARENT) [!MERGE]
` [PATCH v2 11/11] linux-user: always assume preserve_argv0 for now [!MERGE]

[PATCH v1] hw/input/ps2: Use ps2_raise_irq() instead of open coding it
 2021-05-31  5:54 UTC  (2+ messages)

[PATCH v4] i386: Add ratelimit for bus locks acquired in guest
 2021-05-31  5:14 UTC  (3+ messages)

[PATCH] tests/vm: update openbsd to release 6.9
 2021-05-31  4:55 UTC  (2+ messages)

[PATCH] virtio: disable ioeventfd for record/replay
 2021-05-31  4:47 UTC  (2+ messages)

[PATCH] replay: fix event queue flush for qemu shutdown
 2021-05-31  4:47 UTC  (2+ messages)

[PATCH v1 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
 2021-05-31  4:33 UTC  (4+ messages)
` [PATCH v1 1/3] hw/char/ibex_uart: Make the register layout private
` [PATCH v1 2/3] hw/timer: Initial commit of Ibex Timer
` [PATCH v1 3/3] hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer

[PATCH v1 1/1] target/riscv: Use target_ulong for the DisasContext misa
 2021-05-31  4:27 UTC 

Google summer program
 2021-05-31  4:09 UTC  (2+ messages)

[Qemu-devel] [Bug 1414466] [NEW] -net user, hostfwd=... is not working(qemu-system-aarch64)
 2021-05-31  3:31 UTC  (5+ messages)
` [Bug 1414466] Re: -net user,hostfwd=... is not working

[PATCH 0/5] linux-user changes to run docker
 2021-05-31  2:45 UTC  (6+ messages)

[PATCH v2 1/8] hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helper
 2021-05-31  2:33 UTC  (2+ messages)

[PATCH 0/3] vhost-user-blk-test and vdagent Coverity fixes
 2021-05-30 19:05 UTC  (5+ messages)
` [PATCH 1/3] vhost-user-blk-test: fix Coverity open(2) false positives
` [PATCH 2/3] vhost-user-blk-test: fix Coverity mkstemp(2) umask warning

[PULL 00/23] Vga 20210527 patches
 2021-05-30 18:55 UTC  (2+ messages)

[PULL V2 0/3] Net patches
 2021-05-30 17:33 UTC  (2+ messages)

[PATCH] target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
 2021-05-30 15:25 UTC  (2+ messages)

[PATCH v7 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 15:01 UTC  (2+ messages)
` [PATCH v7 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 14:38 UTC 

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 14:33 UTC 

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 14:27 UTC 

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 14:24 UTC 

[PATCH RESEND v5 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30 10:19 UTC  (2+ messages)
` [PATCH v5 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH v5 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP
 2021-05-30  9:48 UTC 

[PATCH v5 1/2] target/i386: Trivial code motion and code style fix
 2021-05-30  9:34 UTC 

[RFC PATCH v2 0/3] Cache modelling TCG plugin
 2021-05-30  6:44 UTC  (5+ messages)
` [RFC PATCH v2 1/3] plugins: Added a new cache modelling plugin
` [RFC PATCH v2 2/3] plugins: cache: Enabled parameterization and added trace printing
` [RFC PATCH v2 3/3] plugins: cache: Added FIFO and LRU eviction policies

[RFC PATCH 0/3] Cache modelling TCG plugin
 2021-05-30  6:41 UTC  (6+ messages)
` [RFC PATCH 1/3] plugins: Added a new cache modelling plugin
` [RFC PATCH 2/3] plugins: cache: Enabled parameterization and added trace printing
` [RFC PATCH 3/3] plugins: cache: Added FIFO and LRU eviction policies

[PATCH] docs/devel: Explain in more detail the TB chaining mechanisms
 2021-05-30  1:09 UTC  (4+ messages)

[PATCH] target/mips: Raise exception when DINSV opcode used with DSP disabled
 2021-05-30  0:54 UTC  (2+ messages)

[PULL 0/2] Libslirp patches
 2021-05-29 18:55 UTC  (3+ messages)
` [PULL 1/2] Update libslirp to v4.5.0
` [PULL 2/2] build-sys: make libslirp a meson subproject

ping: [PATCH] Set icon for QEMU binary on Mac OS
 2021-05-29 14:36 UTC 

Windows 7 fails to boot with patch 7eff2e7c
 2021-05-29 14:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 00/46] Add nanoMIPS support - core functionality and system mode
 2021-05-29 14:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v11 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
  `  "

[Qemu-devel] [PATCH v4 0/3] tests: Reorganize MIPS TCG directories and files
 2021-05-29 12:41 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] tests: Reorganize MIPS TCG directories and files
 2021-05-29 12:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] tests: tcg: mips: Remove old directories after moving source files

[PATCH 0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot
 2021-05-29  9:13 UTC  (3+ messages)
` [PATCH 1/2] i386: reorder call to cpu_exec_realizefn in x86_cpu_realizefn
` [PATCH 2/2] i386: run accel_cpu_instance_init as instance_post_init

[PATCH 1/1] ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()
 2021-05-29  5:48 UTC  (2+ messages)

[PATCH v7 0/4] Add support for ipv6 host forwarding
 2021-05-28 23:53 UTC  (4+ messages)
` [PATCH v7 1/4] slirp: Advance libslirp submodule to 4.5 release
` [PATCH v7 3/4] net/slirp.c: Refactor address parsing
` [PATCH v7 4/4] net: Extend host forwarding to support IPv6


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