qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 15:24:18 to 2021-03-16 19:57:47 UTC [more...]

[PATCH v27 00/20] i386 cleanup PART 2
 2021-03-16 19:19 UTC  (22+ messages)
` [PATCH v27 01/20] target/i386: Rename helper_fldt, helper_fstt
` [PATCH v27 02/20] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
` [PATCH v27 03/20] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v27 04/20] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v27 05/20] accel: introduce new accessor functions
` [PATCH v27 06/20] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v27 07/20] accel-cpu: make cpu_realizefn return a bool
` [PATCH v27 08/20] meson: add target_user_arch
` [PATCH v27 09/20] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v27 10/20] i386: split smm helper (sysemu)
` [PATCH v27 11/20] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v27 12/20] i386: move TCG bpt_helper into sysemu/
` [PATCH v27 13/20] i386: split misc helper user stubs and sysemu part
` [PATCH v27 14/20] i386: separate fpu_helper sysemu-only parts
` [PATCH v27 15/20] i386: split svm_helper into sysemu and stub-only user
` [PATCH v27 16/20] i386: split seg_helper into user-only and sysemu parts
` [PATCH v27 17/20] i386: split off sysemu part of cpu.c
` [PATCH v27 18/20] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
` [PATCH v27 19/20] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v27 20/20] i386: make cpu_load_efer sysemu-only

Half a usb-redir idea
 2021-03-16 18:44 UTC  (3+ messages)

[PULL v2 0/6] QOM and fdc patches patches for 2021-03-16
 2021-03-16 19:23 UTC  (5+ messages)
` [PULL v2 1/6] docs/system/deprecated: Fix note on fdc drive properties
` [PULL v2 2/6] fdc: Drop deprecated floppy configuration
` [PULL v2 3/6] fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
` [PULL v2 6/6] memory: Drop "qemu:" prefix from QOM memory region type names

[PATCH] hw/display/virtio-vga: made vga memory size configurable
 2021-03-16 19:51 UTC  (5+ messages)

[RFC v8 00/44] arm cleanup experiment for kvm-only build
 2021-03-16 18:37 UTC  (45+ messages)
` [RFC v8 01/44] target/arm: move translate modules to tcg/
` [RFC v8 02/44] target/arm: move helpers "
` [RFC v8 03/44] arm: tcg: only build under CONFIG_TCG
` [RFC v8 04/44] target/arm: tcg: add sysemu and user subsirs
` [RFC v8 05/44] target/arm: only build psci for TCG
` [RFC v8 06/44] target/arm: split off cpu-sysemu.c
` [RFC v8 07/44] target/arm: move physical address translation to cpu-mmu
` [RFC v8 08/44] target/arm: cpu-mmu: fix comment style
` [RFC v8 09/44] target/arm: split cpregs from tcg/helper.c
` [RFC v8 10/44] target/arm: cpregs: fix style (mostly just comments)
` [RFC v8 11/44] target/arm: move cpu definitions to common cpu module
` [RFC v8 12/44] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v8 13/44] target/arm: kvm: add stubs for some helpers
` [RFC v8 14/44] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v8 15/44] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v8 16/44] target/arm: split vfp state setting from tcg helpers
` [RFC v8 17/44] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v8 18/44] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v8 19/44] target/arm: move arm_sctlr away from tcg helpers
` [RFC v8 20/44] target/arm: move arm_cpu_list to common_cpu
` [RFC v8 21/44] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v8 22/44] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v8 23/44] target/arm: move sve_exception_el out of TCG helpers
` [RFC v8 24/44] target/arm: refactor exception and cpu code
` [RFC v8 25/44] target/arm: cpu: fix style
` [RFC v8 26/44] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v8 27/44] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v8 28/44] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v8 29/44] target/arm: cleanup cpu includes
` [RFC v8 30/44] target/arm: remove broad "else" statements when checking accels
` [RFC v8 31/44] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v8 32/44] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v8 33/44] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v8 34/44] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v8 35/44] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v8 36/44] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v8 37/44] target/arm: create kvm cpu accel class
` [RFC v8 38/44] target/arm: move kvm cpu properties setting to kvm-cpu
` [RFC v8 39/44] accel: move call to accel_init_interfaces
` [RFC v8 40/44] accel: add double dispatch mechanism for class initialization
` [RFC v8 41/44] target/arm: add tcg cpu accel class
` [RFC v8 42/44] target/arm: move TCG gt timer creation code in tcg/
` [RFC v8 43/44] target/arm: cpu-sve: new module
` [RFC v8 44/44] target/arm: cpu-sve: split TCG and KVM functionality

[Bug 1919253] [NEW] QEMU doesn't build reproducibly anymore in 5.2.0
 2021-03-16 18:59 UTC  (2+ messages)
` [Bug 1919253] "

[PATCH v2] tests/acceptance: Add bFLT loader linux-user test
 2021-03-16 18:51 UTC  (4+ messages)

Windows 10 won't run on default x86_64 machine anymore
 2021-03-16 18:49 UTC  (17+ messages)

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-16 18:37 UTC  (16+ messages)
` [PATCH 1/7] block/nbd: avoid touching freed connect_thread
` [PATCH 6/7] block/nbd: decouple reconnect from drain
` [PATCH 7/7] block/nbd: stop manipulating in_flight counter

Question about two option formats for netdev
 2021-03-16 18:33 UTC 

[PATCH v2 0/4] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-03-16 18:00 UTC  (10+ messages)
` [PATCH v2 1/4] accel: Introduce 'query-accels' QMP command
` [PATCH v2 2/4] tests/qtest: Add qtest_has_accel() method
` [PATCH v2 3/4] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v2 4/4] tests/qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore

[PATCH v4 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-16 18:09 UTC  (6+ messages)
` [PATCH v4 1/3] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v4 2/3] target/arm: Add support for FEAT_TLBIOS
` [PATCH v4 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-16 17:48 UTC  (8+ messages)
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

[PULL 00/11] 20210315 patches
 2021-03-16 17:41 UTC  (2+ messages)

[PULL v3 00/42] Block layer patches and object-add QAPIfication
 2021-03-16 18:12 UTC 

[PATCH v2 0/3] vl: QAPIfy -object
 2021-03-16 17:31 UTC  (2+ messages)

[RFC v2 00/13] vDPA software assisted live migration
 2021-03-16 17:25 UTC  (6+ messages)
` [RFC v2 11/13] vhost: Shadow virtqueue buffers forwarding

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-16 17:25 UTC  (11+ messages)

[PULL 00/11] QOM and fdc patches patches for 2021-03-16
 2021-03-16 17:24 UTC  (13+ messages)
` [PULL 01/11] qemuutil: remove qemu_set_fd_handler duplicate symbol
` [PULL 02/11] qemu-options: New -compat to set policy for deprecated interfaces
` [PULL 03/11] qapi: Implement deprecated-output=hide for QMP command results
` [PULL 04/11] qapi: Implement deprecated-output=hide for QMP events
` [PULL 05/11] qapi: Implement deprecated-output=hide for QMP event data
` [PULL 06/11] monitor: Drop query-qmp-schema 'gen': false hack
` [PULL 07/11] qapi: Implement deprecated-output=hide for QMP introspection
` [PULL 08/11] test-util-sockets: Add stub for monitor_set_cur()
` [PULL 09/11] qapi: Implement deprecated-input=reject for QMP commands
` [PULL 10/11] qapi: Implement deprecated-input=reject for QMP command arguments
` [PULL 11/11] qapi: New -compat deprecated-input=crash

[PULL 00/10] VFIO updates for QEMU 6.0
 2021-03-16 17:07 UTC  (11+ messages)
` [PULL 01/10] vfio: Fix vfio_listener_log_sync function name typo
` [PULL 02/10] hw/vfio/pci-quirks: Replace the word 'blacklist'
` [PULL 03/10] MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
` [PULL 04/10] vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier
` [PULL 05/10] spapr_iommu: Fix vhost integration regression
` [PULL 06/10] vfio: Move the saving of the config space to the right place in VFIO migration
` [PULL 07/10] vfio: Set the priority of the VFIO VM state change handler explicitly
` [PULL 08/10] vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration
` [PULL 09/10] vfio: Support host translation granule size
` [PULL 10/10] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener

[PULL 00/11] QOM and fdc patches patches for 2021-03-16
 2021-03-16 17:19 UTC  (13+ messages)
` [PULL 01/11] qemuutil: remove qemu_set_fd_handler duplicate symbol
` [PULL 02/11] qemu-options: New -compat to set policy for deprecated interfaces
` [PULL 03/11] qapi: Implement deprecated-output=hide for QMP command results
` [PULL 04/11] qapi: Implement deprecated-output=hide for QMP events
` [PULL 05/11] qapi: Implement deprecated-output=hide for QMP event data
` [PULL 06/11] monitor: Drop query-qmp-schema 'gen': false hack
` [PULL 07/11] qapi: Implement deprecated-output=hide for QMP introspection
` [PULL 08/11] test-util-sockets: Add stub for monitor_set_cur()
` [PULL 09/11] qapi: Implement deprecated-input=reject for QMP commands
` [PULL 10/11] qapi: Implement deprecated-input=reject for QMP command arguments
` [PULL 11/11] qapi: New -compat deprecated-input=crash

[PATCH 0/8] Replacing malloc and the like with GLib's variants
 2021-03-16 17:23 UTC  (5+ messages)
` [PATCH 8/8] tools/virtiofsd: Replacing malloc-like calls "

[PULL v2 00/42] Block layer patches and object-add QAPIfication
 2021-03-16 17:16 UTC  (6+ messages)

[PATCH] tests/acceptance: Print expected message on wait_for_console_pattern
 2021-03-16 17:00 UTC  (2+ messages)

[PULL 00/13] misc patches removing deprecated features
 2021-03-16 16:43 UTC  (14+ messages)
` [PULL 01/13] ui, monitor: remove deprecated VNC ACL option and HMP commands
` [PULL 02/13] monitor: raise error when 'pretty' option is used with HMP
` [PULL 03/13] monitor: remove 'query-events' QMP command
` [PULL 04/13] migrate: remove QMP/HMP commands for speed, downtime and cache size
` [PULL 05/13] machine: remove 'query-cpus' QMP command
` [PULL 06/13] machine: remove 'arch' field from 'query-cpus-fast' "
` [PULL 07/13] chardev: reject use of 'wait' flag for socket client chardevs
` [PULL 08/13] hw/ide: remove 'ide-drive' device
` [PULL 09/13] hw/scsi: remove 'scsi-disk' device
` [PULL 10/13] block: remove 'encryption_key_missing' flag from QAPI
` [PULL 11/13] block: remove dirty bitmaps 'status' field
` [PULL 12/13] block: remove 'dirty-bitmaps' field from 'BlockInfo' struct
` [PULL 13/13] block: remove support for using "file" driver with block/char devices

[PATCH] target/mips: Deprecate Trap-and-Emul KVM support
 2021-03-16 16:55 UTC  (3+ messages)

[PATCH 0/9] edid: windows fixes
 2021-03-16 16:16 UTC  (6+ messages)
` [PATCH 1/9] qemu-edid: use qemu_edid_size()
` [PATCH 9/9] edid: add support for DisplayID extension (5k resolution)

[PATCH v2 1/1] docs/devel: Add VFIO device migration documentation
 2021-03-16 16:18 UTC  (7+ messages)

[PATCH 1/2] hw/intc: GICv3 ITS implementation
 2021-03-16 16:15 UTC  (2+ messages)

[PATCH v3 0/5] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-16 16:00 UTC  (6+ messages)
` [PATCH 1/5] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH 2/5] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH 3/5] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH 4/5] coroutine-lock: reimplement CoRwLock to fix downgrade bug
` [PATCH 5/5] test-coroutine: Add rwlock downgrade test

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-16 16:01 UTC  (3+ messages)
` [PATCH 17/38] target/riscv: Signed MSW 32x16 Multiply and Add Instructions

[PATCH v2] util: fix use-after-free in module_load_one
 2021-03-16 15:59 UTC  (2+ messages)

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-16 15:55 UTC  (5+ messages)
` [RFC PATCH 5/8] qtest/libqos: "

[PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-16 15:51 UTC  (6+ messages)
` [PATCH v3 1/3] target/arm: Add support for FEAT_TLBIRANGE

[PATCH] target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
 2021-03-16 15:38 UTC  (2+ messages)

[PATCH] yank: Avoid linking into executables that don't want it
 2021-03-16 15:36 UTC  (5+ messages)

[PATCH 1/2] Fix the segment fault when calling yank_register_instance
 2021-03-16 15:36 UTC  (5+ messages)

[PATCH] target/mips/mxu: Rewrite D16MIN / D16MAX opcodes
 2021-03-16 15:27 UTC  (5+ 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).