qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 15:47:20 to 2021-05-19 20:25:34 UTC [more...]

[PATCH v8 00/19] hvf: Implement Apple Silicon Support
 2021-05-19 20:22 UTC  (4+ messages)
` [PATCH v8 01/19] hvf: Move assert_hvf_ok() into common directory
` [PATCH v8 03/19] hvf: Move cpu functions "
` [PATCH v8 04/19] hvf: Move hvf internal definitions into common header

[PATCH 0/3] hw/arm/Kconfig: Fix issues with USB_CHIPIDEA / IMX_USBPHY symbols
 2021-05-19 20:09 UTC  (4+ messages)
` [PATCH 1/3] hw/usb/Kconfig: Introduce USB_CHIPIDEA symbol
` [PATCH 2/3] hw/arm/Kconfig: Add missing dependency ZYNQ -> USB_CHIPIDEA
` [PATCH 3/3] hw/arm/Kconfig: Add missing dependency IMX_USBPHY -> FSL_IMX6UL

[PULL v2 00/13] Block layer patches
 2021-05-19 20:00 UTC  (2+ messages)

[RFC PATCH 00/25] exec: Add load/store API for aligned pointers
 2021-05-19 19:40 UTC  (6+ messages)
` [RFC PATCH 08/25] qemu/bswap: Use ST_CONVERT() macro to emit 16-bit load/store functions

[PATCH v3 00/10] gitlab-ci: Ease forks pipeline workflow
 2021-05-19 19:38 UTC  (13+ messages)
` [PATCH v3 01/10] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)
` [PATCH v3 02/10] gitlab-ci: Rename acceptance_test_job -> integration_test_job
` [PATCH v3 03/10] gitlab-ci: Extract container job template to container-template.yml
` [PATCH v3 04/10] gitlab-ci: Extract crossbuild job templates to crossbuild-template.yml
` [PATCH v3 05/10] gitlab-ci: Extract DCO/style check jobs to static_checks.yml
` [PATCH v3 06/10] gitlab-ci: Extract build stages to stages.yml
` [PATCH v3 07/10] gitlab-ci: Extract default build/test jobs templates
` [PATCH v3 08/10] gitlab-ci: Extract all default build/test jobs to buildtest.yml
` [PATCH v3 09/10] gitlab-ci: Extract core container jobs to container-core.yml
` [PATCH v3 10/10] gitlab-ci: Move current job set to qemu-project.yml

[PATCH 0/6] qapi: static typing conversion, pt5b
 2021-05-19 19:17 UTC  (7+ messages)
` [PATCH 1/6] qapi/parser.py: remove unused check_args_section arguments
` [PATCH 2/6] qapi/parser: Allow empty QAPIDoc Sections
` [PATCH 3/6] qapi/parser.py: add type hint annotations (QAPIDoc)
` [PATCH 4/6] qapi/parser.py: enable mypy checks
` [PATCH 5/6] qapi/parser.py: Silence too-few-public-methods warning
` [PATCH 6/6] qapi/parser.py: enable pylint checks

[PATCH v3 0/6] gitlab-ci: Allow using FreeBSD runners
 2021-05-19 19:43 UTC  (13+ messages)
` [PATCH v3 1/6] gitlab-ci: Extract &environment_variables template
` [PATCH v3 2/6] gitlab-ci: Adapt JOBS variable for FreeBSD runners
` [PATCH v3 3/6] gitlab-ci: Run GNU make via the $MAKE variable
` [PATCH v3 4/6] gitlab-ci: Add ccache in $PATH and display statistics
` [PATCH v3 5/6] gitlab-ci: Simplify before/after script for Avocado based jobs
` [PATCH v3 6/6] gitlab-ci: Add FreeBSD jobs

[PULL 00/50] target/i386 translate cleanups
 2021-05-19 19:15 UTC  (52+ messages)
` [PULL 01/50] target/i386: Split out gen_exception_gpf
` [PULL 02/50] target/i386: Split out check_cpl0
` [PULL 03/50] target/i386: Unify code paths for IRET
` [PULL 04/50] target/i386: Split out check_vm86_iopl
` [PULL 05/50] target/i386: Split out check_iopl
` [PULL 06/50] target/i386: Assert PE is set for user-only
` [PULL 07/50] target/i386: Assert CPL is 3 "
` [PULL 08/50] target/i386: Assert IOPL is 0 "
` [PULL 09/50] target/i386: Assert !VM86 for x86_64 user-only
` [PULL 10/50] target/i386: Assert CODE32 "
` [PULL 11/50] target/i386: Assert SS32 "
` [PULL 12/50] target/i386: Assert CODE64 "
` [PULL 13/50] target/i386: Assert LMA "
` [PULL 14/50] target/i386: Assert !ADDSEG "
` [PULL 15/50] target/i386: Introduce REX_PREFIX
` [PULL 16/50] target/i386: Tidy REX_B, REX_X definition
` [PULL 17/50] target/i386: Move rex_r into DisasContext
` [PULL 18/50] target/i386: Move rex_w "
` [PULL 19/50] target/i386: Remove DisasContext.f_st as unused
` [PULL 20/50] target/i386: Reduce DisasContext.flags to uint32_t
` [PULL 21/50] target/i386: Reduce DisasContext.override to int8_t
` [PULL 22/50] target/i386: Reduce DisasContext.prefix to uint8_t
` [PULL 23/50] target/i386: Reduce DisasContext.vex_[lv] "
` [PULL 24/50] target/i386: Reduce DisasContext popl_esp_hack and rip_offset "
` [PULL 25/50] target/i386: Leave TF in DisasContext.flags
` [PULL 26/50] target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
` [PULL 27/50] target/i386: Fix the comment for repz_opt
` [PULL 28/50] target/i386: Reorder DisasContext members
` [PULL 29/50] target/i386: Add stub generator for helper_set_dr
` [PULL 30/50] target/i386: Assert !SVME for user-only
` [PULL 31/50] target/i386: Assert !GUEST "
` [PULL 32/50] target/i386: Implement skinit in translate.c
` [PULL 33/50] target/i386: Eliminate SVM helpers for user-only
` [PULL 34/50] target/i386: Mark some helpers as noreturn
` [PULL 35/50] target/i386: Simplify gen_debug usage
` [PULL 36/50] target/i386: Tidy svm_check_intercept from tcg
` [PULL 37/50] target/i386: Remove pc_start argument to gen_svm_check_intercept
` [PULL 38/50] target/i386: Remove user stub for cpu_vmexit
` [PULL 39/50] target/i386: Cleanup read_crN, write_crN, lmsw
` [PULL 40/50] target/i386: Pass env to do_pause and do_hlt
` [PULL 41/50] target/i386: Move invlpg, hlt, monitor, mwait to sysemu
` [PULL 42/50] target/i386: Unify invlpg, invlpga
` [PULL 43/50] target/i386: Inline user cpu_svm_check_intercept_param
` [PULL 44/50] target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
` [PULL 45/50] target/i386: Exit tb after wrmsr
` [PULL 46/50] target/i386: Tidy gen_check_io
` [PULL 47/50] target/i386: Pass in port to gen_check_io
` [PULL 48/50] target/i386: Create helper_check_io
` [PULL 49/50] target/i386: Move helper_check_io to sysemu
` [PULL 50/50] target/i386: Remove user-only i/o stubs

[Bug 1887604] [NEW] Forward host UNIX socket to guest TCP port
 2021-05-19 19:08 UTC  (2+ messages)
` [Bug 1887604] "

[PATCH 00/24] target/ppc: Clean up mmu translation
 2021-05-19 18:53 UTC  (13+ messages)
` [PATCH 18/24] target/ppc: Push real-mode handling into ppc_radix64_xlate
` [PATCH 19/24] target/ppc: Use bool success for ppc_radix64_xlate
` [PATCH 20/24] target/ppc: Split out ppc_hash64_xlate
` [PATCH 21/24] target/ppc: Split out ppc_hash32_xlate
` [PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate
` [PATCH 23/24] target/ppc: Introduce ppc_xlate

[PATCH v3 00/15] qapi: static typing conversion, pt5a
 2021-05-19 18:39 UTC  (16+ messages)
` [PATCH v3 01/15] qapi/parser: Don't try to handle file errors
` [PATCH v3 02/15] qapi: Add test for nonexistent schema file
` [PATCH v3 03/15] qapi/source: Remove line number from QAPISourceInfo initializer
` [PATCH v3 04/15] qapi/parser: factor parsing routine into method
` [PATCH v3 05/15] qapi/parser: Assert lexer value is a string
` [PATCH v3 06/15] qapi/parser: enforce all top-level expressions must be dict in _parse()
` [PATCH v3 07/15] qapi/parser: assert object keys are strings
` [PATCH v3 08/15] qapi/parser: Use @staticmethod where appropriate
` [PATCH v3 09/15] qapi: add must_match helper
` [PATCH v3 10/15] qapi/parser: Fix token membership tests when token can be None
` [PATCH v3 11/15] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
` [PATCH v3 12/15] qapi/parser: add type hint annotations
` [PATCH v3 13/15] qapi/parser: Remove superfluous list comprehension
` [PATCH v3 14/15] qapi/parser: allow 'ch' variable name
` [PATCH v3 15/15] qapi/parser: add docstrings

[PATCH v3 0/5] Wire up USB controllers in i.MX6 emulations
 2021-05-19 19:00 UTC  (3+ messages)
` [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-05-19 18:22 UTC  (6+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-19 18:21 UTC  (10+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 15/21] qapi/parser: add docstrings

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-19 18:17 UTC  (13+ messages)

[PATCH 0/3] Move some things out of hw/misc
 2021-05-19 18:10 UTC  (7+ messages)
` [PATCH 1/3] adc: Move the zynq-xadc file to the adc directories
` [PATCH 2/3] adc: Move the max111x driver to the adc directory

[RFC PATCH 00/15] softmmu: Make various objects target agnostic
 2021-05-19 18:12 UTC  (3+ messages)
` [RFC PATCH 10/15] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() "

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-19 18:06 UTC  (8+ messages)
` [PATCH v12 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v12 3/8] arm64: mte: Sync tags for pages where PTE is untagged

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-05-19 12:08 UTC  (4+ messages)

[PULL 00/33] target-arm queue
 2021-05-19 17:50 UTC  (3+ messages)
` [PULL 23/33] hw/arm/xilinx_zynq: Fix USB port instantiation

[PULL v2 00/29] testing and plugin updates
 2021-05-19 17:19 UTC  (3+ messages)

[PATCH v2 0/2] target/i386: Make sure that vsyscall's tb->size != 0
 2021-05-19 17:13 UTC  (4+ messages)
` [PATCH v2 2/2] tests/tcg/x86_64: add vsyscall smoke test

[PATCH] block/ssh: Bump minimum libssh version to 0.8.7
 2021-05-19 17:21 UTC  (4+ messages)

[PATCH 0/4] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards
 2021-05-19 17:18 UTC  (4+ messages)
` [PATCH 4/4] aspeed: sonorapass: enable pca954x muxes

[PATCH v4 0/5] Add support for PMBus in QEMU
 2021-05-19 16:50 UTC  (6+ messages)
` [PATCH v4 1/5] hw/i2c: add support for PMBus
` [PATCH v4 2/5] hw/misc: add ADM1272 device
` [PATCH v4 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v4 4/5] hw/misc: add MAX34451 device
` [PATCH v4 5/5] tests/qtest: add tests for MAX34451 device model

A bug of Monitor Chardev ?
 2021-05-19 16:40 UTC  (3+ messages)

[PATCH v6 0/5] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-19 16:34 UTC  (6+ messages)
` [PATCH v6 1/5] hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
` [PATCH v6 2/5] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH v6 3/5] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH v6 4/5] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH v6 5/5] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c

[RFC PATCH 0/2] qemu-img convert: Fix sparseness detection
 2021-05-19 16:48 UTC  (7+ messages)
` [RFC PATCH 2/2] "

[PATCH V3 00/22] Live Update
 2021-05-19 16:43 UTC  (2+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-19 16:29 UTC  (30+ messages)
` [RFC v3 01/29] virtio: Add virtio_queue_is_host_notifier_enabled
` [RFC v3 02/29] vhost: Save masked_notifier state
` [RFC v3 03/29] vhost: Add VhostShadowVirtqueue
` [RFC v3 04/29] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC v3 05/29] virtio: Add VIRTIO_F_QUEUE_STATE
` [RFC v3 06/29] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
` [RFC v3 07/29] vhost: Route guest->host notification through shadow virtqueue
` [RFC v3 08/29] vhost: Route host->guest "
` [RFC v3 09/29] vhost: Avoid re-set masked notifier in shadow vq
` [RFC v3 10/29] virtio: Add vhost_shadow_vq_get_vring_addr
` [RFC v3 11/29] vhost: Add vhost_vring_pause operation
` [RFC v3 12/29] vhost: add vhost_kernel_vring_pause
` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation
` [RFC v3 14/29] vhost: add vhost_has_limited_iova_range
` [RFC v3 15/29] vhost: Add enable_custom_iommu to VhostOps
` [RFC v3 16/29] vhost-vdpa: Add vhost_vdpa_enable_custom_iommu
` [RFC v3 17/29] vhost: Shadow virtqueue buffers forwarding
` [RFC v3 18/29] vhost: Use vhost_enable_custom_iommu to unmap everything if available
` [RFC v3 19/29] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
` [RFC v3 20/29] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
` [RFC v3 21/29] vhost: Add VhostIOVATree
` [RFC v3 22/29] vhost: Add iova_rev_maps_find_iova to IOVAReverseMaps
` [RFC v3 23/29] vhost: Use a tree to store memory mappings
` [RFC v3 24/29] vhost: Add iova_rev_maps_alloc
` [RFC v3 25/29] vhost: Add custom IOTLB translations to SVQ
` [RFC v3 26/29] vhost: Map in vdpa-dev
` [RFC v3 27/29] vhost-vdpa: Implement vhost_vdpa_vring_pause operation
` [RFC v3 28/29] vhost-vdpa: never map with vDPA listener
` [RFC v3 29/29] vhost: Start vhost-vdpa SVQ directly

[PATCH 0/3] vl: add -object support back into -readconfig
 2021-05-19 16:41 UTC  (5+ messages)
` [PATCH 2/3] vl: plumb keyval-based options "
` [PATCH 3/3] vl: plug -object back "

[RFC PATCH 00/11] hw/isa: Remove dependencies on ISA bus singleton
 2021-05-19 16:18 UTC  (5+ messages)
` [RFC PATCH 10/11] hw/isa: Remove use of global isa bus
` [RFC PATCH 11/11] hw/isa: Rename isabus singleton as 'g_isabus'

[PATCH v2 0/7] target/ppc: Misc motion to support disabling TCG
 2021-05-19 16:09 UTC  (9+ messages)
` [PATCH v2 3/7] target/ppc: reduce usage of fpscr_set_rounding_mode
` [PATCH v2 4/7] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v2 5/7] target/ppc: removed unnecessary inclusion of helper-proto.h
` [PATCH v2 7/7] target/ppc: wrapped some TCG only logic with ifdefs

[Bug 1761798] Re: live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"
 2021-05-19 15:50 UTC 

[PATCH v2] target/riscv: Dump CSR mscratch/sscratch/satp
 2021-05-19 15:57 UTC 

[PATCH] doc: Add notes about -mon option mode=control argument
 2021-05-19 15:44 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).