messages from 2021-02-17 08:24:56 to 2021-02-17 22:25:07 UTC [more...]
[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
2021-02-17 22:22 UTC (5+ messages)
` [PATCH v2 7/7] tests/avocado: add boot_xen tests
[RFC PATCH v3 00/31] CXL 2.0 Support
2021-02-17 22:15 UTC (9+ messages)
` [RFC PATCH v3 02/31] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v3 04/31] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
[PATCH v4 00/71] TCI fixes and cleanups
2021-02-17 21:37 UTC (73+ messages)
` [PATCH v4 01/71] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow
` [PATCH v4 03/71] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v4 04/71] tcg/tci: Merge identical cases in generation
` [PATCH v4 05/71] tcg/tci: Remove tci_read_r8
` [PATCH v4 06/71] tcg/tci: Remove tci_read_r8s
` [PATCH v4 07/71] tcg/tci: Remove tci_read_r16
` [PATCH v4 08/71] tcg/tci: Remove tci_read_r16s
` [PATCH v4 09/71] tcg/tci: Remove tci_read_r32
` [PATCH v4 10/71] tcg/tci: Remove tci_read_r32s
` [PATCH v4 11/71] tcg/tci: Reduce use of tci_read_r64
` [PATCH v4 12/71] tcg/tci: Merge basic arithmetic operations
` [PATCH v4 13/71] tcg/tci: Merge extension operations
` [PATCH v4 14/71] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v4 15/71] tcg/tci: Merge bswap operations
` [PATCH v4 16/71] tcg/tci: Merge mov, not and neg operations
` [PATCH v4 17/71] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v4 18/71] tcg/tci: Split out tci_args_rrs
` [PATCH v4 19/71] tcg/tci: Split out tci_args_rr
` [PATCH v4 20/71] tcg/tci: Split out tci_args_rrr
` [PATCH v4 21/71] tcg/tci: Split out tci_args_rrrc
` [PATCH v4 22/71] tcg/tci: Split out tci_args_l
` [PATCH v4 23/71] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v4 24/71] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v4 25/71] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v4 26/71] tcg/tci: Reuse tci_args_l for calls
` [PATCH v4 27/71] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v4 28/71] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v4 29/71] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v4 30/71] tcg/tci: Split out tci_args_rrrr
` [PATCH v4 31/71] tcg/tci: Clean up deposit operations
` [PATCH v4 32/71] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v4 33/71] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v4 34/71] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v4 35/71] tcg/tci: Remove tci_disas
` [PATCH v4 36/71] tcg/tci: Implement the disassembler properly
` [PATCH v4 37/71] tcg: Build ffi data structures for helpers
` [PATCH v4 38/71] tcg/tci: Use ffi for calls
` [PATCH v4 39/71] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v4 40/71] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v4 41/71] tcg/tci: Push opcode emit into each case
` [PATCH v4 42/71] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v4 43/71] tcg/tci: Split out tcg_out_op_l
` [PATCH v4 44/71] tcg/tci: Split out tcg_out_op_p
` [PATCH v4 45/71] tcg/tci: Split out tcg_out_op_rr
` [PATCH v4 46/71] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v4 47/71] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v4 48/71] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v4 49/71] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v4 50/71] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v4 51/71] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v4 52/71] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v4 53/71] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v4 54/71] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v4 55/71] tcg/tci: Split out tcg_out_op_v
` [PATCH v4 56/71] tcg/tci: Split out tcg_out_op_np
` [PATCH v4 57/71] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v4 58/71] tcg/tci: Reserve r13 for a temporary
` [PATCH v4 59/71] tcg/tci: Emit setcond before brcond
` [PATCH v4 60/71] tcg/tci: Remove tci_write_reg
` [PATCH v4 61/71] tcg/tci: Change encoding to uint32_t units
` [PATCH v4 62/71] tcg/tci: Implement goto_ptr
` [PATCH v4 63/71] tcg/tci: Implement movcond
` [PATCH v4 64/71] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v4 65/71] tcg/tci: Implement extract, sextract
` [PATCH v4 66/71] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v4 67/71] tcg/tci: Implement mulu2, muls2
` [PATCH v4 68/71] tcg/tci: Implement add2, sub2
` [PATCH v4 69/71] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v4 70/71] tests/tcg: Increase timeout for TCI
` [PATCH v4 71/71] gitlab: Enable cross-i386 builds of TCI
[qemu-web PATCH] Add Outreachy and GSoC announcement
2021-02-17 21:20 UTC (3+ messages)
[PATCH v7 00/35] Hexagon patch series
2021-02-17 21:10 UTC (4+ messages)
` [PATCH v7 30/35] Hexagon (linux-user/hexagon) Linux user emulation
[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
2021-02-17 20:57 UTC (4+ messages)
[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
2021-02-17 20:36 UTC (9+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge
[RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding
2021-02-17 20:11 UTC (18+ messages)
` [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status
` [RFC v2 3/7] vhost: Save masked_notifier state
` [RFC v2 4/7] vhost: Add VhostShadowVirtqueue
` [RFC v2 5/7] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC v2 6/7] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 7/7] vhost: Route host->guest "
[PATCH v3 00/23] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
2021-02-17 19:59 UTC (6+ messages)
` [PATCH v3 20/23] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks
[PATCH 0/6] Python / Acceptance Tests: improve logging
2021-02-17 19:58 UTC (9+ messages)
` [PATCH 1/6] Python: close the log file kept by QEMUMachine before reading it
` [PATCH 2/6] Python: expose QEMUMachine's temporary directory
[PATCH v2] IOMMU not supported by vhost-user
2021-02-17 19:55 UTC
[PATCH v4 00/24] python: create installable package
2021-02-17 19:39 UTC (12+ messages)
` [PATCH v4 08/24] python: Add pipenv support
` [PATCH v4 15/24] python: add mypy to pipenv
` [PATCH v4 18/24] python/qemu: add qemu package itself "
[PATCH] target/mips: Remove XBurst Media eXtension Unit dead code
2021-02-17 19:27 UTC (2+ messages)
[PULL 0/6] virtiofs queue
2021-02-17 19:18 UTC (2+ messages)
[PATCH v1 0/6] my current testing/next queue (meson/gitlab/fedora bump)
2021-02-17 17:51 UTC (11+ messages)
` [PATCH v1 1/6] meson.build: expose TCG cross compiler information in summary
` [PATCH v1 2/6] gitlab-ci: Display Avocado log content when tests timeout
` [PATCH v1 3/6] gitlab-ci.yml: Run check-tcg with TCI
` [PATCH v1 4/6] docker: Bump Fedora images to release 33
` [PATCH v1 5/6] travis.yml: Limit simultaneous jobs to 3
` [PATCH v1 6/6] tests/acceptance: allow a "graceful" failing for virtio-gpu test
[PATCH v2 0/6] qapi: Add support for aliases
2021-02-17 17:50 UTC (12+ messages)
` [PATCH v2 4/6] qapi: Apply aliases in qobject-input-visitor
` [PATCH v2 5/6] qapi: Add support for aliases
` [PATCH v2 6/6] tests/qapi-schema: Test cases "
[PATCH RFC v3 00/12] hw/block/nvme: metadata and end-to-end data protection support
2021-02-17 17:50 UTC (14+ messages)
` [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 12/12] hw/block/nvme: add support for the format nvm command
[PATCH v8 00/35] Hexagon patch series
2021-02-17 17:33 UTC (11+ messages)
` [PATCH v8 35/35] Add Dockerfile for hexagon
[PATCH v3 00/70] TCI fixes and cleanups
2021-02-17 17:25 UTC (3+ messages)
` [PATCH v3 70/70] gitlab: Enable cross-i386 builds of TCI
[PATCH] IOMMU and ATS not supported by vhost-user filesystem
2021-02-17 17:07 UTC (3+ messages)
[PATCH v6 00/19] qapi: static typing conversion, pt2
2021-02-17 16:55 UTC (14+ messages)
` [PATCH v6 05/19] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v6 14/19] qapi/introspect.py: add type hint annotations
` [PATCH v6 15/19] qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
[PATCH 00/10] qemu-options: always use key=on|off syntax for bool option docs
2021-02-17 16:38 UTC (6+ messages)
` [PATCH 01/10] gdbstub: use preferred boolean option syntax
` [PATCH 02/10] qemu-options: update to show preferred boolean syntax for -chardev
[PATCH v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
2021-02-17 16:32 UTC (9+ messages)
` [PATCH v2 20/21] accel/tcg: allow plugin instrumentation to be disable via cflags
[PATCH] qsd: Document FUSE exports
2021-02-17 16:26 UTC (2+ messages)
[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
2021-02-17 16:13 UTC (4+ messages)
` [Bug 1915925] "
Measuring the impact of buffer copy for virtio-gpu guests
2021-02-17 15:48 UTC (3+ messages)
[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
2021-02-17 15:39 UTC (3+ messages)
` [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
[PATCH 0/3] virtiofsd: Add options to enable/disable posix acl
2021-02-17 15:23 UTC (6+ messages)
` [PATCH 1/3] virtiofsd: Add an option to enable/disable posix acls
[PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
2021-02-17 15:11 UTC (6+ messages)
[PULL 00/30] testing, gdbstub and semihosting
2021-02-17 15:02 UTC (3+ messages)
` [PULL 24/30] semihosting: Change internal common-semi interfaces to use CPUState *
[PATCH] event_notifier: Set ->initialized earlier in event_notifier_init()
2021-02-17 14:59 UTC (2+ messages)
[PULL v2 00/21] i386, qgraph patches for 2020-02-15
2021-02-17 14:44 UTC (2+ messages)
[PATCH] virtio-ccw: commands on revision-less devices
2021-02-17 14:39 UTC (4+ messages)
[PATCH] spice-app: avoid crash when core spice module doesn't loaded
2021-02-17 13:27 UTC (2+ messages)
[PATCH v3 0/3] vnc: support reload x509 certificates
2021-02-17 13:24 UTC (5+ messages)
` [PATCH v3 2/3] vnc: support reload x509 certificates for vnc
` [PATCH v3 3/3] qmp: add new qmp display-reload
[PATCH] util: fix use-after-free in module_load_one
2021-02-17 13:23 UTC (3+ messages)
[PATCH] ui/cocoa: Interpret left button down as is when command is pressed
2021-02-17 13:15 UTC (2+ messages)
[PATCH] ui/cocoa: Remove the uses of full screen APIs
2021-02-17 13:09 UTC (2+ messages)
[PATCH] ui/cocoa: Do not copy members of pixman image
2021-02-17 13:04 UTC (2+ messages)
[PULL v2 00/37] target-arm queue
2021-02-17 13:02 UTC (2+ messages)
[PATCH 1/1] qga-vss: Use dynamic linking for GLib
2021-02-17 12:54 UTC (2+ messages)
[PATCH] ui/cocoa: Support unique keys of JIS keyboards
2021-02-17 12:38 UTC (2+ messages)
[PATCH 1/2] spice: flush on GL update before notifying client
2021-02-17 12:37 UTC (2+ messages)
[PATCH v2 00/20] Various vhost-user-gpu & UI fixes
2021-02-17 12:12 UTC (6+ messages)
` [PATCH v2 20/20] tests: add some virtio-gpu & vhost-user-gpu acceptance test
[PATCH] docker: Bump Fedora images to release 33
2021-02-17 12:09 UTC (2+ messages)
[PATCH] gitlab-ci.yml: Run check-tcg with TCI
2021-02-17 12:08 UTC (2+ messages)
[PATCH] gitlab-ci: Display Avocado log content when tests timeout
2021-02-17 12:07 UTC (2+ messages)
[PATCH] travis.yml: Limit simultaneous jobs to 3
2021-02-17 11:57 UTC (3+ messages)
Call for Google Summer of Code 2021 project ideas
2021-02-17 11:20 UTC (3+ messages)
` [Rust-VMM] "
[PATCH v4 0/3] Add npcm7xx emc model
2021-02-17 11:01 UTC (3+ messages)
[PATCH v3 0/7] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
2021-02-17 11:01 UTC (5+ messages)
` [PATCH v3 3/7] spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusable
` [PATCH v3 4/7] spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()
[Qemu-devel] [Bug 1815263] [NEW] hvf accelerator crashes on quest boot
2021-02-17 10:34 UTC (2+ messages)
` [Bug 1815263] "
[Qemu-devel] [Bug 1815009] [NEW] Qemu evdev multiple guests/host switch
2021-02-17 10:35 UTC (2+ messages)
` [Bug 1815009] "
[Qemu-devel] [Bug 1815445] [NEW] change and eject commands are not working on an overlay
2021-02-17 10:29 UTC (2+ messages)
` [Bug 1815445] "
[PATCH v13 0/5] UFFD write-tracking migration/snapshots
2021-02-17 10:31 UTC (8+ messages)
[PATCH] fuzz-test: remove unneccessary debugging flags
2021-02-17 9:57 UTC (2+ messages)
[Qemu-devel] [Bug 1816189] [NEW] Unable to create or revert snapshots
2021-02-17 8:20 UTC (2+ messages)
` [Bug 1816189] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).