qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-11 13:58:22 to 2020-12-11 18:58:01 UTC [more...]

[PATCH 0/3] gitlab-ci: Refactor show logs code and archive logs
 2020-12-11 18:38 UTC  (4+ messages)
` [PATCH 1/3] tests/acceptance: Bump avocado requirements to 83.0
` [PATCH 2/3] gitlab-ci: Refactor code that show logs of failed acceptances
` [PATCH 3/3] gitlab-ci: Archive logs of acceptance tests

[PATCH v4 00/16] 64bit block-layer: part I
 2020-12-11 18:39 UTC  (6+ messages)
` [PATCH v4 01/16] block: refactor bdrv_check_request: add errp
` [PATCH v4 02/16] util/iov: make qemu_iovec_init_extended() honest
` [PATCH v4 03/16] block: fix theoretical overflow in bdrv_init_padding()
` [PATCH v4 05/16] block/io: bdrv_pad_request(): support qemu_iovec_init_extended failure
` [PATCH v4 15/16] block/io: support int64_t bytes in read/write wrappers

[PATCH 00/20] Immutable QString, and also one JSON writer less
 2020-12-11 18:28 UTC  (22+ messages)
` [PATCH 01/20] hmp: Simplify how qmp_human_monitor_command() gets output
` [PATCH 02/20] monitor: Use GString instead of QString for output buffer
` [PATCH 03/20] qobject: Make qobject_to_json_pretty() take a pretty argument
` [PATCH 04/20] qobject: Use GString instead of QString to accumulate JSON
` [PATCH 05/20] qobject: Change qobject_to_json()'s value to GString
` [PATCH 06/20] Revert "qstring: add qstring_free()"
` [PATCH 07/20] hw/rdma: Replace QList by GQueue
` [PATCH 08/20] qobject: Move internals to qobject-internal.h
` [PATCH 09/20] qmp: Fix tracing of non-string command IDs
` [PATCH 10/20] block: Avoid qobject_get_try_str()
` [PATCH 11/20] Revert "qobject: let object_property_get_str() use new API"
` [PATCH 12/20] qobject: Drop qobject_get_try_str()
` [PATCH 13/20] qobject: Drop qstring_get_try_str()
` [PATCH 14/20] qobject: Factor quoted_str() out of to_json()
` [PATCH 15/20] qobject: Factor JSON writer out of qobject_to_json()
` [PATCH 16/20] migration: Replace migration's JSON writer by the general one
` [PATCH 17/20] json: Use GString instead of QString to accumulate strings
` [PATCH 18/20] keyval: Use GString to accumulate value strings
` [PATCH 19/20] block: Use GString instead of QString to build filenames
` [PATCH 20/20] qobject: Make QString immutable

[PATCH v11 00/25] i386 cleanup PART 1
 2020-12-11 18:26 UTC  (49+ messages)
` [PATCH v11 04/25] i386: move kvm accel files into kvm/
` [PATCH v11 05/25] i386: move whpx accel files into whpx/
` [PATCH v11 06/25] i386: move hax accel files into hax/
` [PATCH v11 08/25] i386: move TCG accel files into tcg/
` [PATCH v11 09/25] i386: move cpu dump out of helper.c into cpu-dump.c
` [PATCH v11 10/25] i386: move TCG cpu class initialization out of helper.c
` [PATCH v11 11/25] tcg: cpu_exec_{enter,exit} helpers
` [PATCH v11 15/25] cpu: Introduce TCGCpuOperations struct
` [PATCH v11 16/25] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v11 17/25] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v11 18/25] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v11 19/25] cpu: Move cpu_exec_* "
` [PATCH v11 20/25] cpu: Move tlb_fill "
` [PATCH v11 21/25] cpu: Move debug_excp_handler "
` [PATCH v11 22/25] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v11 23/25] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v11 24/25] cpu: move cc->transaction_failed "
` [PATCH v11 25/25] cpu: move do_unaligned_access "

Some performance numbers for virtiofs, DAX and virtio-9p
 2020-12-11 18:29 UTC  (4+ messages)

[PATCH v14 00/13] Apply COR-filter to the block-stream permanently
 2020-12-11 17:52 UTC  (18+ messages)
` [PATCH v14 08/13] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v14 09/13] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v14 10/13] qapi: block-stream: add "bottom" argument
` [PATCH v14 11/13] iotests: 30: prepare to COR filter insertion by stream job
` [PATCH v14 12/13] block/stream: add s->target_bs
` [PATCH v14 13/13] block: apply COR-filter to block-stream jobs

[PATCH 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
 2020-12-11 17:31 UTC  (4+ messages)
` [PATCH 1/3] tests/acceptance: Extract the code to clear dmesg and wait for CRW reports
` [PATCH 2/3] tests/acceptance/machine_s390_ccw_virtio: Test virtio-rng via /dev/hwrng
` [PATCH 3/3] tests/acceptance/machine_s390_ccw_virtio: Test the virtio-balloon device

Recall: [PATCH v15 0/4] Add Versal usb model
 2020-12-11 18:18 UTC 

Recall: [PATCH v15 0/4] Add Versal usb model
 2020-12-11 18:18 UTC 

[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
 2020-12-11 17:17 UTC  (3+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner
` [RFC PATCH 2/2] gitlab-ci: Introduce allow_skipping_job_template

[PULL 00/34] Block layer patches
 2020-12-11 17:08 UTC  (35+ messages)
` [PULL 01/34] block/accounting: Use lock guard macros
` [PULL 02/34] block/curl: "
` [PULL 03/34] block/throttle-groups: "
` [PULL 04/34] block/iscsi: "
` [PULL 05/34] meson: Detect libfuse
` [PULL 06/34] fuse: Allow exporting BDSs via FUSE
` [PULL 07/34] fuse: Implement standard FUSE operations
` [PULL 08/34] fuse: Allow growable exports
` [PULL 09/34] fuse: (Partially) implement fallocate()
` [PULL 10/34] fuse: Implement hole detection through lseek
` [PULL 11/34] iotests: Do not needlessly filter _make_test_img
` [PULL 12/34] iotests: Do not pipe _make_test_img
` [PULL 13/34] iotests: Use convert -n in some cases
` [PULL 14/34] iotests/046: Avoid renaming images
` [PULL 15/34] iotests: Derive image names from $TEST_IMG
` [PULL 16/34] iotests/091: Use _cleanup_qemu instad of "wait"
` [PULL 17/34] iotests: Restrict some Python tests to file
` [PULL 18/34] iotests: Let _make_test_img guess $TEST_IMG_FILE
` [PULL 19/34] iotests/287: Clean up subshell test image
` [PULL 20/34] storage-daemon: Call bdrv_close_all() on exit
` [PULL 21/34] iotests: Give access to the qemu-storage-daemon
` [PULL 22/34] iotests: Allow testing FUSE exports
` [PULL 23/34] iotests: Enable fuse for many tests
` [PULL 24/34] iotests/308: Add test for FUSE exports
` [PULL 25/34] file-posix: check the use_lock before setting the file lock
` [PULL 26/34] iotests/221: Discard image before qemu-img map
` [PULL 27/34] can-host: Fix crash when 'canbus' property is not set
` [PULL 28/34] block/file-posix: fix workaround in raw_do_pwrite_zeroes()
` [PULL 29/34] block/io: bdrv_refresh_limits(): use ERRP_GUARD
` [PULL 30/34] block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
` [PULL 31/34] block: introduce BDRV_MAX_LENGTH
` [PULL 32/34] block: Simplify qmp_block_resize() error paths
` [PULL 33/34] block: Fix locking in qmp_block_resize()
` [PULL 34/34] block: Fix deadlock in bdrv_co_yield_to_drain()

[PATCH v3 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-11 17:03 UTC  (3+ messages)
` [PATCH v3 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job

[PATCH 00/12] Compile QEMU with -Wimplicit-fallthrough
 2020-12-11 17:06 UTC  (22+ messages)
` [PATCH 01/12] disas/libvixl: Fix fall-through annotation for GCC >= 7
` [PATCH 02/12] target/unicore32/translate: Add missing fallthrough annotations
` [PATCH 03/12] hw/rtc/twl92230: Silence warnings about missing fallthrough statements
` [PATCH 04/12] hw/timer/renesas_tmr: silence the compiler warnings
` [PATCH 05/12] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PATCH 06/12] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PATCH 07/12] accel/tcg/user-exec: "
` [PATCH 08/12] target/sparc/translate: "
` [PATCH 09/12] target/sparc/win_helper: "
` [PATCH 10/12] tcg/optimize: Add fallthrough annotations
` [PATCH 11/12] tests/fp: Do not emit implicit-fallthrough warnings in the softfloat tests
` [PATCH 12/12] configure: Compile with -Wimplicit-fallthrough=2

[PULL 0/3] tcg patch queue
 2020-12-11 16:55 UTC  (2+ messages)

[PATCH v3 0/4] Add a new -action parameter
 2020-12-11 16:52 UTC  (5+ messages)
` [PATCH v3 1/4] vl: Add an -action option to respond to guest events
` [PATCH v3 2/4] vl: Add option to avoid stopping VM upon guest panic
` [PATCH v3 3/4] qmp: Allow setting -action parameters on the fly
` [PATCH v3 4/4] qtest/pvpanic: Test panic option that allows VM to continue

[PATCH 0/5] target/arm: various changes to cpu.h
 2020-12-11 16:47 UTC  (13+ messages)
` [PATCH 1/5] target/arm: fix typo in cpu.h ID_AA64PFR1 field name
` [PATCH 2/5] target/arm: make ARMCPU.clidr 64-bit
` [PATCH 3/5] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
` [PATCH 4/5] target/arm: add aarch64 ID register fields "
` [PATCH 5/5] target/arm: add aarch32 "

[PATCH] hw/block: m25p80: Fix fast read for SST flashes
 2020-12-11 16:11 UTC  (11+ messages)

[PATCH] ui: add support for remote power control to VNC server
 2020-12-11 16:08 UTC 

[PATCH v15 0/4] Add Versal usb model
 2020-12-11 16:09 UTC  (2+ messages)

[PATCH] docs: Build and install all the docs in a single manual
 2020-12-11 16:02 UTC  (3+ messages)

[PATCH] hw/rtc/twl92230: Add missing 'break'
 2020-12-11 15:53 UTC  (3+ messages)

[PATCH v3] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-11 15:52 UTC  (2+ messages)

[PATCH] gdbstub: Correct misparsing of vCont C/S requests
 2020-12-11 15:48 UTC  (4+ messages)

[PATCH v3 0/1] spapr.c: set a 'kvm-type' default value instead of relying on NULL
 2020-12-11 15:46 UTC  (4+ messages)

[PATCH v5 00/11] hvf: Implement Apple Silicon Support
 2020-12-11 15:48 UTC  (13+ messages)
` [PATCH v5 01/11] hvf: Add hypervisor entitlement to output binaries
` [PATCH v5 02/11] hvf: x86: Remove unused definitions
` [PATCH v5 03/11] hvf: Move common code out
` [PATCH v5 04/11] hvf: Introduce hvf vcpu struct
` [PATCH v5 05/11] arm: Set PSCI to 0.2 for HVF
` [PATCH v5 06/11] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v5 07/11] hvf: Add Apple Silicon support
` [PATCH v5 08/11] arm: Add Hypervisor.framework build target
` [PATCH v5 09/11] arm/hvf: Add a WFI handler
` [PATCH v5 10/11] hvf: arm: Add support for GICv3
` [PATCH v5 11/11] hvf: arm: Implement -cpu host

[PATCH 0/2] target/arm: Add support for DIT (Data Independent Timing)
 2020-12-11 14:09 UTC  (5+ messages)
` [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing
` [PATCH 2/2] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU

[RFC PATCH] hw/misc/zynq_slcr: Avoid #DIV/0! error
 2020-12-11 15:26 UTC  (4+ messages)

[PATCH] ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end
 2020-12-11 14:16 UTC  (10+ messages)

[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-11 15:25 UTC  (9+ messages)

[PATCH 0/3] virtiofsd: Fix lo_flush() and inode->posix_lock init
 2020-12-11 15:06 UTC  (9+ messages)
` [PATCH 3/3] virtiofsd: Check file type in lo_flush()
      ` ceph + freeipa ubuntu/fedora common small bug

[PATCH v2 0/3] target/nios2: Roll cpu_pic/nios2_iic code into CPU itself
 2020-12-11 14:05 UTC  (2+ messages)

[Question] How we make fields of a structure fit in a cache line?
 2020-12-11 14:33 UTC 

[PATCH 0/2] m68k/q800: make the GLUE chip a QOM device
 2020-12-11 14:11 UTC  (2+ messages)

[PATCH v6 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-11 15:09 UTC  (3+ messages)

[PATCH 0/3] trace: convert docs to rST and feature "log" backend in quickstart
 2020-12-11 15:06 UTC  (7+ messages)
` [PATCH 1/3] trace: fix simpletrace doc mismerge
` [PATCH 2/3] tracing: convert documentation to rST
` [PATCH 3/3] trace: recommend "log" backend for getting started with tracing

[PULL v2 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
 2020-12-11 15:00 UTC  (2+ messages)

[PATCH 0/4] Improve reporting of ROM blob overlap errors
 2020-12-11 14:08 UTC  (2+ messages)

[PATCH 0/4] clock: Get rid of clock_get_ns()
 2020-12-11 14:01 UTC  (3+ messages)

[Bug 1907817] [NEW] qemu-aarch64 tcg assertion v5.2.0
 2020-12-11 13:51 UTC 

[PATCH 0/3] target/openrisc: Move pic_cpu code into CPU object
 2020-12-11 13:57 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 NNTP newsgroup(s).