QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 15:41:19 to 2021-04-24 16:28:54 UTC [more...]

[PATCH v2 00/48] bsd-user style and reorg patches
 2021-04-24 16:00 UTC  (34+ messages)
` [PATCH v2 01/48] bsd-user: whitespace changes
` [PATCH v2 02/48] "
` [PATCH v2 03/48] "
` [PATCH v2 04/48] bsd-user: style tweak: keyword space (
` [PATCH v2 05/48] "
` [PATCH v2 06/48] "
` [PATCH v2 07/48] "
` [PATCH v2 08/48] bsd-user: style tweak: use C not C++ comments
` [PATCH v2 09/48] "
` [PATCH v2 10/48] bsd-user: Remove commented out code
` [PATCH v2 11/48] bsd-user: style tweak: Remove #if 0'd code
` [PATCH v2 12/48] "
` [PATCH v2 13/48] "
` [PATCH v2 14/48] "
` [PATCH v2 15/48] bsd-user: style tweak: return is not a function, eliminate ()
` [PATCH v2 16/48] bsd-user: style tweak: Put {} around all if/else/for statements
` [PATCH v2 17/48] bsd-user: style tweak: Fix commentary issues
` [PATCH v2 18/48] bsd-user: style tweak: Use preferred block comments
` [PATCH v2 20/48] bsd-user: style tweak: use {} consistently in for / if / else statements
` [PATCH v2 21/48] bsd-user: style nits: return is not a function
` [PATCH v2 22/48] bsd-user: use qemu_strtoul in preference to strtol
` [PATCH v2 23/48] bsd-user: introduce host_os.h for bsd-specific code and defaults
` [PATCH v2 24/48] bsd-user: create target_arch_cpu.h
` [PATCH v2 26/48] bsd-user: move sparc cpu_loop into target_arch_cpu.h as target_cpu_loop
` [PATCH v2 27/48] bsd-user: style tweak: space pedantry
` [PATCH v2 28/48] bsd-user: style tweak: comments
` [PATCH v2 30/48] bsd-user: style tweak: fix block comments
` [PATCH v2 31/48] bsd-user: style tweak: use {} for all if statements, format else correctly
` [PATCH v2 33/48] bsd-user: style tweak: Use preferred block comments
` [PATCH v2 35/48] bsd-user: style tweak: use {} for all if statements, format else correctly
` [PATCH v2 36/48] bsd-user: style tweak: Use preferred block comments
` [PATCH v2 40/48] "
` [PATCH v2 47/48] bsd-user: style tweak: don't assign in if statement

[PATCH 0/5] hw: Fix reset of bus-less devices
 2021-04-24 16:22 UTC  (2+ messages)
` [PATCH 1/5] hw/ppc/spapr_iommu: Register machine reset handler

[RFC PATCH] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
 2021-04-24 14:53 UTC 

Resetting non-qdev children in a 3-phase reset device
 2021-04-24 13:15 UTC  (10+ messages)

Ping: [PATCH] Set icon for QEMU binary on Mac OS
 2021-04-24  8:58 UTC  (2+ messages)

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-04-24  8:33 UTC  (8+ messages)
` [PATCH 01/22] qapi/parser: Don't try to handle file errors
` [PATCH 03/22] qapi/source: Remove line number from QAPISourceInfo initializer
` [PATCH 05/22] qapi/parser: Assert lexer value is a string

[Qemu-devel] [Bug 1835694] [NEW] hardware-based time keeping
 2021-04-24  5:47 UTC  (2+ messages)
` [Bug 1835694] "

[PATCH 00/11] qemu-io-cmds: move to coroutine
 2021-04-24  5:23 UTC  (13+ messages)
` [PATCH 01/11] block-coroutine-wrapper: allow non bdrv_ prefix
` [PATCH 02/11] block-coroutine-wrapper: support BlockBackend first argument
` [PATCH 03/11] block/block-gen.h: bind monitor
` [PATCH 04/11] block: introduce bdrv_debug_wait_break
` [PATCH 05/11] qemu-io-cmds: move qemu-io commands to coroutine
` [PATCH 06/11] block: drop unused bdrv_debug_is_suspended()
` [PATCH 07/11] block-backend: add _co_ versions of blk_save_vmstate / blk_load_vmstate
` [PATCH 08/11] qemu-io-cmds: refactor read_f(): drop extra helpers and variables
` [PATCH 09/11] qemu-io-cmds: refactor write_f(): "
` [PATCH 10/11] qemu-io-cmds: drop do_co_readv() and do_co_writev() helpers
` [PATCH 11/11] block-backend: drop unused blk_save_vmstate() and blk_load_vmstate()

[PATCH v3 00/10] RISC-V: Steps towards running 32-bit guests on
 2021-04-24  3:34 UTC  (11+ messages)
` [PATCH v3 01/10] target/riscv: Remove the hardcoded RVXLEN macro
` [PATCH v3 02/10] target/riscv: Remove the hardcoded SSTATUS_SD macro
` [PATCH v3 03/10] target/riscv: Remove the hardcoded HGATP_MODE macro
` [PATCH v3 04/10] target/riscv: Remove the hardcoded MSTATUS_SD macro
` [PATCH v3 05/10] target/riscv: Remove the hardcoded SATP_MODE macro
` [PATCH v3 06/10] target/riscv: Remove the unused HSTATUS_WPRI macro
` [PATCH v3 07/10] target/riscv: Remove an unused CASE_OP_32_64 macro
` [PATCH v3 08/10] target/riscv: Consolidate RV32/64 32-bit instructions
` [PATCH v3 09/10] target/riscv: Consolidate RV32/64 16-bit instructions
` [PATCH v3 10/10] target/riscv: Fix the RV64H decode comment

[PULL 10/24] bsd-user: style tweak: use C not C++ comments
 2021-04-23 23:47 UTC  (33+ messages)
` [PULL 11/24] bsd-user: style tweak: if 0 -> ifdef notyet for code needed in future
` [PULL 12/24] "
` [PULL 13/24] "
` [PULL 14/24] "
` [PULL 15/24] bsd-user: Fix commentary issues
` [PULL 16/24] bsd-user: Use preferred block comments
` [PULL 17/24] bsd-user: move extern to header file
` [PULL 18/24] bsd-user: style changes for {}
` [PULL 19/24] bsd-user: use qemu_strtol in preference to strtol
` [PULL 20/24] bsd-user: introduce host_os.h for bsd-specific code and defaults
` [PULL 21/24] bsd-user: add arm target_signal.h
` [PULL 22/24] bsd-user: create target_arch_cpu.h
` [PULL 23/24] bsd-user: move x86 (i386 and x86_64) cpu_loop to target_arch_cpu.h
` [PULL 24/24] bsd-user: move sparc cpu_loop into target_arch_cpu.h as target_cpu_loop

[RFC PATCH 0/4] target/ppc: code motion to compile translate_init
 2021-04-23 23:43 UTC  (6+ messages)
` [RFC PATCH 1/4] target/ppc: move opcode table logic to translate.c
` [RFC PATCH 2/4] target/ppc: isolated SPR read/write callbacks
` [RFC PATCH 3/4] target/ppc: Move SPR generation to separate file
` [RFC PATCH 4/4] target/ppc: isolated cpu init from translation logic

[PATCH 0/2] hw: Qdev'ify reset() for mc146818rtc & etraxfs_timer
 2021-04-23 23:36 UTC  (3+ messages)
` [PATCH 1/2] hw/timer/etraxfs_timer: Qdev'ify reset()
` [PATCH 2/2] hw/rtc/mc146818rtc: "

[PULL 01/24] bsd-user: whitespace changes
 2021-04-23 23:04 UTC  (18+ messages)
` [PULL 02/24] "
` [PULL 03/24] "
` [PULL 04/24] bsd-user: style tweak: keyword space (
` [PULL 05/24] "
` [PULL 06/24] "
` [PULL 07/24] "
` [PULL 08/24] bsd-user: style tweak: use C not C++ comments
` [PULL 09/24] "

[PATCH] target/mips: Migrate missing CPU fields
 2021-04-23 22:58 UTC  (2+ messages)

[PATCH for post 6.0 v1 00/25] testing/next (hexagon/tricore/test cc)
 2021-04-23 22:31 UTC  (22+ messages)
` [PATCH v1 02/25] tests/docker: fix copying of executable in "update"
` [PATCH v1 03/25] tests/docker: make executable an optional argument to "update"
` [PATCH v1 04/25] tests/docker: allow "update" to add the current user
` [PATCH v1 05/25] tests/docker: add "fetch" sub-command
` [PATCH v1 06/25] docker: Add Hexagon image
` [PATCH v1 07/25] tests/tcg: Use Hexagon Docker image
` [PATCH v1 08/25] gitlab: add build-user-hexagon test
` [PATCH v1 10/25] tests/docker: Added libbpf library to the docker files
` [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds

[RFC PATCH 0/4] hw/ppc: remove call to tcg-only function
 2021-04-23 22:06 UTC  (3+ messages)
` [RFC PATCH 2/4] hw/ppc: Add kvm-only file spapr_hcall_tcg_stub.c

constant_tsc support for SVM guest
 2021-04-23 21:27 UTC  (3+ messages)

[PATCH RESEND 1/2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR
 2021-04-23 21:20 UTC  (2+ messages)

[PATCH v3 0/2] tests/docker: tests/tcg/ppc64le: Newer toolchain to build tests for PowerISA v3.1 instructions
 2021-04-23 20:57 UTC  (3+ messages)
` [PATCH v3 1/2] tests/docker: gcc-10 based images for ppc64{, le} tests
` [PATCH v3 2/2] tests/tcg/ppc64le: tests for brh/brw/brd

[PULL 00/24] bsd-user style and reorg patches
 2021-04-23 20:39 UTC 

[PULL 0/2] pc: last minute bugfixes
 2021-04-23 20:38 UTC  (7+ messages)
` [PULL 1/2] amd_iommu: Fix pte_override_page_mask()

[PATCH v6] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-23 20:32 UTC  (6+ messages)

[PATCH] docs: Add SEV-ES documentation to amd-memory-encryption.txt
 2021-04-23 20:05 UTC  (4+ messages)

[Bug 1925966] [NEW] Win10 guest freezes randomly
 2021-04-23 20:10 UTC  (2+ messages)
` [Bug 1925966] "

[PATCH v2 1/3] doc: Fix some mistakes in the SEV documentation
 2021-04-23 20:08 UTC  (3+ messages)
` [PATCH v2 2/3] docs: Add SEV-ES documentation to amd-memory-encryption.txt
` [PATCH v2 3/3] docs/interop/firmware.json: Add SEV-ES support

[Bug 1916775] [NEW] Guest freezes until there is a keyboard input on Windows version
 2021-04-23 19:47 UTC  (3+ messages)
` [Bug 1916775] "

[PATCH] pc-bios/s390-ccw/netboot: Use "-Wl, " prefix to pass parameter to the linker
 2021-04-23 18:22 UTC  (2+ messages)

[PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-23 17:50 UTC  (5+ messages)
` [PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0

[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
 2021-04-23 17:44 UTC  (9+ messages)
` [PATCH 1/4] linux-user/arm: Split out emulate_arm_fpa11
` [PATCH 2/4] linux-user/arm: Do not emulate fpa11 in thumb mode
` [PATCH 3/4] linux-user/arm: Do not fill in si_code for fpa11 exceptions
` [PATCH 4/4] linux-user/arm: Simplify accumulating and raising "

firmware selection for SEV-ES
 2021-04-23 17:36 UTC  (9+ messages)

[PATCH RFC 0/1] To add HMP interface to dump PCI MSI-X table/PBA
 2021-04-23 17:32 UTC  (6+ messages)
` [PATCH RFC 1/1] msix: add hmp interface to dump MSI-X info

[Bug 1925512] [NEW] UNDEFINED case for instruction BLX
 2021-04-23 17:14 UTC  (2+ messages)
` [Bug 1925512] "

[RFC PATCH 00/15] gitlab-ci: Allow forks to use different pipelines than mainstream
 2021-04-23 17:18 UTC  (4+ messages)
` [PATCH 05/15] gitlab-ci: Rename acceptance_test_job -> integration_test_job

[PATCH v2 0/7] linux-user: sigaction fixes/cleanups
 2021-04-23 17:04 UTC  (4+ messages)
` [PATCH v2 2/7] linux-user/alpha: Rename the sigaction restorer field

[PATCH v2 0/7] tests/acceptance: Handle tests with "cpu" tag
 2021-04-23 17:05 UTC  (11+ messages)
` [PATCH v2 1/7] tests/acceptance: Automatic set -cpu to the test vm
` [PATCH v2 2/7] tests/acceptance: Fix mismatch on cpu tagged tests
` [PATCH v2 3/7] tests/acceptance: Let the framework handle "cpu:VALUE" "
` [PATCH v2 4/7] tests/acceptance: Tagging tests with "cpu:VALUE"
` [PATCH v2 5/7] python/qemu: Add args property to the QEMUMachine class

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device
 2021-04-23 16:41 UTC 

socket.c added support for unix domain socket datagram transport
 2021-04-23 16:54 UTC  (6+ messages)

[PATCH v2] vfio-ccw: Permit missing IRQs
 2021-04-23 16:24 UTC  (4+ messages)

[PATCH v3 00/36] block: update graph permissions update
 2021-04-23 16:16 UTC  (2+ messages)

[RFC] tcg plugin: Additional plugin interface
 2021-04-23 15:44 UTC  (2+ messages)

[PATCH for-6.0 v2 0/2] hw/block/nvme: fix msix uninit
 2021-04-23 15:46 UTC  (3+ messages)
` [PATCH for-6.0 v2 1/2] hw/block/nvme: fix invalid msix exclusive uninit

[PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
 2021-04-23 15:44 UTC  (7+ messages)

[PATCH 0/2] Support for AF_UNIX -netdev socket and a small fix
 2021-04-23 15:39 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).