qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 14:48:54 to 2020-11-30 02:44:48 UTC [more...]

[RFC v7 00/22] i386 cleanup
 2020-11-30  2:35 UTC  (14+ messages)
` [RFC v7 01/22] i386: move kvm accel files into kvm/
` [RFC v7 02/22] i386: move whpx accel files into whpx/
` [RFC v7 03/22] i386: move hax accel files into hax/
` [RFC v7 04/22] i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
` [RFC v7 05/22] i386: move TCG accel files into tcg/
` [RFC v7 06/22] i386: move cpu dump out of helper.c into cpu-dump.c
` [RFC v7 08/22] tcg: cpu_exec_{enter,exit} helpers
` [RFC v7 09/22] tcg: make CPUClass.cpu_exec_* optional
` [RFC v7 12/22] cpu: Introduce TCGCpuOperations struct
` [RFC v7 13/22] cpu: Move synchronize_from_tb() to tcg_ops
` [RFC v7 14/22] cpu: Move cpu_exec_* "
` [RFC v7 16/22] cpu: Move debug_excp_handler "
` [RFC v7 19/22] accel: introduce AccelCPUClass extending CPUClass

[PATCH] target/riscv: Fix the bug of HLVX/HLV/HSV
 2020-11-30  1:28 UTC 

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2020-11-30  0:12 UTC 

[PULL 00/20] MIPS queue for June 9th, 2020
 2020-11-29 22:09 UTC  (3+ messages)
` [PULL 19/20] target/mips: Add Loongson-3 CPU definition

[Bug 1906185] [NEW] Guest display resolution cannot be changed when using certain graphics/interface combinations
 2020-11-29 21:25 UTC 

[PATCH v4 0/6] UFFD write-tracking migration/snapshots
 2020-11-29 21:14 UTC  (21+ messages)
` [PATCH v4 1/6] introduce 'background-snapshot' migration capability
` [PATCH v4 2/6] introduce UFFD-WP low-level interface helpers
` [PATCH v4 3/6] support UFFD write fault processing in ram_save_iterate()
` [PATCH v4 5/6] the rest of write tracking migration code
` [PATCH v4 6/6] introduce simple linear scan rate limiting mechanism

[Bug 1906184] [NEW] Lots of stuttering/crackling in guest sound
 2020-11-29 21:00 UTC 

[PATCH 0/4] Improve reporting of ROM blob overlap errors
 2020-11-29 20:39 UTC  (5+ messages)
` [PATCH 1/4] hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
` [PATCH 2/4] hw/core/loader.c: Improve reporting of ROM overlap errors
` [PATCH 3/4] elf_ops.h: Don't truncate name of the ROM blobs we create
` [PATCH 4/4] elf_ops.h: Be more verbose with ROM blob names

[Bug 1906181] [NEW] Mouse starts jumping wildly on guest desktop
 2020-11-29 20:25 UTC 

[Bug 1906180] [NEW] Keyboard keys get stuck
 2020-11-29 20:18 UTC 

[PATCH] contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
 2020-11-29 18:35 UTC  (6+ messages)

[PATCH v2 0/3] target/nios2: Roll cpu_pic/nios2_iic code into CPU itself
 2020-11-29 17:40 UTC  (4+ messages)
` [PATCH v2 1/3] target/nios2: Move IIC code into CPU object proper
` [PATCH v2 2/3] target/nios2: Move nios2_check_interrupts() into target/nios2
` [PATCH v2 3/3] target/nios2: Use deposit32() to update ipending register

[PATCH v2 00/28] target/mips: Explode 60% of the 32K-lines translate.c
 2020-11-29 15:09 UTC  (3+ messages)
` [PATCH v2 25/28] target/mips: Extract Toshiba TX79 multimedia translation routines

[Bug 1906156] [NEW] Host OS Reboot Required, for Guest kext to Load (Fully)
 2020-11-29 12:23 UTC 

[Bug 1906155] [NEW] USB Passthrough Fails on Start, Needs domain Reset
 2020-11-29 12:14 UTC 

[PATCH 0/3] target/openrisc: Move pic_cpu code into CPU object
 2020-11-29 12:03 UTC  (7+ messages)
` [PATCH 1/3] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUs
` [PATCH 2/3] hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"
` [PATCH 3/3] target/openrisc: Move pic_cpu code into CPU object proper

[RFC v6 00/11] i386 cleanup
 2020-11-29 11:53 UTC  (17+ messages)
` [RFC v6 07/11] i386: move TCG cpu class initialization out of helper.c
` [RFC v6 10/11] accel: introduce AccelCPUClass extending CPUClass
` [RFC v6 11/11] i386: split cpu accelerators from cpu.c, using AccelCPUClass

[Qemu-devel] [Bug 1699567] [NEW] Qemu does not force SSE data alignment
 2020-11-29  6:00 UTC  (3+ messages)
` [Bug 1699567] "

[RFC PATCH-for-5.2 0/2] net: Do not accept packets with invalid huge size
 2020-11-28 20:59 UTC  (5+ messages)
` [RFC PATCH-for-5.2 1/2] net: Do not accept packets bigger then NET_BUFSIZE
` [RFC PATCH-for-5.2 2/2] net: Assert no packet bigger than NET_BUFSIZE is queued

[PATCH v2] Emulate dip switch language layout settings on SUN keyboard
 2020-11-28 19:38 UTC  (3+ messages)
` Ping2: "

[PATCH 0/2] target/nios2: Roll cpu_pic code into CPU itself
 2020-11-28 14:39 UTC  (7+ messages)
` [PATCH 1/2] target/nios2: Move cpu_pic code into CPU object proper
` [PATCH 2/2] target/nios2: Move nios2_check_interrupts() into target/nios2

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-11-28 10:16 UTC  (14+ messages)
          ` [PATCH v3] "

[PATCH] hw/arm/smmuv3: Fix up L1STD_SPAN decoding
 2020-11-28  9:07 UTC  (2+ messages)

[RFC v7 09/26] vfio: Force nested if iommu requires it
 2020-11-28  9:01 UTC 

[PATCH] block: Don't inactivate bs if it is aleady inactive
 2020-11-28  8:48 UTC  (2+ messages)

[RFC PATCH 4/6] migration: Add zstd support in multi-thread compression
 2020-11-28  7:06 UTC  (3+ messages)

[PATCH 1/6] migration: Add multi-thread compress method
 2020-11-28  7:04 UTC  (4+ messages)
  ` 回复

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-11-28  7:04 UTC  (9+ messages)
` [PATCH V17 2/6] hw/intc: Rework Loongson LIOINTC
` [PATCH V17 5/6] hw/mips: Add Loongson-3 machine support

[RFC] ich9:cpuhp: add support for cpu hot-unplug with SMI broadcast enabled
 2020-11-28  0:43 UTC  (17+ messages)

[PATCH 0/8] hvf: Implement Apple Silicon Support
 2020-11-27 23:30 UTC  (22+ messages)
` [PATCH 1/8] hvf: Add hypervisor entitlement to output binaries
` [PATCH 2/8] hvf: Move common code out
` [PATCH 8/8] hw/arm/virt: Disable highmem when on hypervisor.framework

[RFC PATCH-for-5.2] gitlab-ci: Do not automatically run Avocado integration tests anymore
 2020-11-27 23:21 UTC  (7+ messages)

[PATCH v3] Fix build with 64 bits time_t
 2020-11-27 22:24 UTC  (3+ messages)

[PATCH] python 3.5 compatibility
 2020-11-27 19:15 UTC  (2+ messages)

[PATCH] hw: usb: fix break on older kernel headers that miss USBDEVFS_GET_SPEED
 2020-11-27 18:38 UTC 

[PATCH] scripts: minikconf: support config titles
 2020-11-27 18:39 UTC 

[PATCH 1/5] scripts: minikconf: support config titles
 2020-11-27 18:29 UTC  (5+ messages)
` [PATCH 2/5] backends: introduce gpio backend subsystem
` [PATCH 3/5] backends: gpio: dummy builtin backend
` [PATCH 4/5] standard-headers: virtio-gpio protocol headers
` [PATCH 5/5] hw: virtio: add virtio-gpio device emulation

[PATCH] fix .gitignore
 2020-11-27 18:32 UTC 

[PULL 0/1] Libslirp CVE-2020-29129 CVE-2020-29130
 2020-11-27 18:52 UTC  (3+ messages)
` [PULL 1/1] slirp: update to fix "

[PATCH] gitlab-CI: Test 32-bit builds with the fedora-i386-cross container
 2020-11-27 18:31 UTC  (4+ messages)

[PATCH v2] tests/acceptance: add a test for devices on s390x
 2020-11-27 17:02 UTC  (4+ messages)

ImageInfo oddities regarding compression
 2020-11-27 16:52 UTC  (6+ messages)

[PATCH v2 0/6] arch_init.c cleanup
 2020-11-27 16:47 UTC  (14+ messages)
` [PATCH v2 2/6] accel: accel_available() function
` [PATCH v2 4/6] xen: Delete xen_available() function

[PATCH for-6.0 0/6] Add HMP/QMP commands to query accelerator
 2020-11-27 16:35 UTC  (10+ messages)
` [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm'

QEMU Advent Calendar 2020 Call for Images
 2020-11-27 15:43 UTC 

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-11-27 15:44 UTC  (4+ messages)
` [RFC PATCH 23/27] vhost: unmap qemu's shadow virtqueues on sw "

[PATCH 0/2] keyval: accept escaped commas in implied option
 2020-11-27 15:39 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v3 00/36] cleanup qemu_init and make sense of command line processing
 2020-11-27 15:29 UTC  (4+ messages)
` [PATCH 37/36] machine: introduce MachineInitPhase

[PATCH v6 0/2] MTE support for KVM guest
 2020-11-27 15:21 UTC  (3+ messages)
` [PATCH v6 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v6 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v2 00/36] block: update graph permissions update
 2020-11-27 14:45 UTC  (35+ messages)
` [PATCH v2 01/36] tests/test-bdrv-graph-mod: add test_parallel_exclusive_write
` [PATCH v2 02/36] tests/test-bdrv-graph-mod: add test_parallel_perm_update
` [PATCH v2 03/36] block: bdrv_append(): don't consume reference
` [PATCH v2 04/36] block: bdrv_append(): return status
` [PATCH v2 05/36] block: add bdrv_parent_try_set_aio_context
` [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context handler
` [PATCH v2 08/36] block: make bdrv_reopen_{prepare, commit, abort} private
` [PATCH v2 10/36] util: add transactions.c
` [PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance
` [PATCH v2 12/36] block: refactor bdrv_child* permission functions
` [PATCH v2 13/36] block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
` [PATCH v2 14/36] block: inline bdrv_child_*() permission functions calls
` [PATCH v2 15/36] block: use topological sort for permission update
` [PATCH v2 16/36] block: add bdrv_drv_set_perm transaction action
` [PATCH v2 17/36] block: add bdrv_list_* permission update functions
` [PATCH v2 18/36] block: add bdrv_replace_child_safe() transaction action
` [PATCH v2 19/36] block: fix bdrv_replace_node_common
` [PATCH v2 20/36] block: add bdrv_attach_child_common() transaction action
` [PATCH v2 21/36] block: add bdrv_attach_child_noperm() "
` [PATCH v2 22/36] block: split out bdrv_replace_node_noperm()
` [PATCH v2 23/36] block: adapt bdrv_append() for inserting filters
` [PATCH v2 24/36] block: add bdrv_remove_backing transaction action
` [PATCH v2 25/36] block: introduce bdrv_drop_filter()
` [PATCH v2 26/36] block/backup-top: drop .active
` [PATCH v2 27/36] block: drop ignore_children for permission update functions
` [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action
` [PATCH v2 29/36] blockdev: qmp_x_blockdev_reopen: acquire all contexts
` [PATCH v2 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph
` [PATCH v2 31/36] block: drop unused permission update functions
` [PATCH v2 32/36] block: inline bdrv_check_perm_common()
` [PATCH v2 33/36] block: inline bdrv_replace_child()
` [PATCH v2 34/36] block: refactor bdrv_child_set_perm_safe() transaction action
` [PATCH v2 35/36] block: rename bdrv_replace_child_safe() to bdrv_replace_child()
` [PATCH v2 36/36] block: refactor bdrv_node_check_perm()

[Bug 1905979] [NEW] Check if F_OFD_SETLK is supported may give wrong result
 2020-11-27 14:54 UTC 

[PATCH v2] net/e1000e_core: adjust count if RDH exceeds RDT in e1000e_ring_advance()
 2020-11-27 14:49 UTC  (7+ 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).