messages from 2022-10-11 09:55:49 to 2022-10-11 22:00:03 UTC [more...]
[PATCH v2 00/15] migration: Postcopy Preempt-Full
2022-10-11 21:55 UTC (2+ messages)
` [PATCH v2 01/15] migration: Take bitmap mutex when completing ram migration
[PATCH v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
2022-10-11 21:19 UTC (6+ messages)
` [PATCH 0/5] Multi-Region and Volatile Memory support for CXL Type-3 Devices
` [PATCH 1/5] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
` [PATCH 3/5] hw/mem/cxl_type: Generalize CDATDsmas initialization for Memory Regions
[PATCH v3 00/29] PowerPC interrupt rework
2022-10-11 20:48 UTC (30+ messages)
` [PATCH v3 01/29] target/ppc: define PPC_INTERRUPT_* values directly
` [PATCH v3 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
` [PATCH v3 04/29] target/ppc: prepare to split interrupt masking and delivery by excp_model
` [PATCH v3 05/29] target/ppc: create an interrupt masking method for POWER9/POWER10
` [PATCH v3 06/29] target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
` [PATCH v3 07/29] target/ppc: create an interrupt deliver method for POWER9/POWER10
` [PATCH v3 08/29] target/ppc: remove unused interrupts from p9_deliver_interrupt
` [PATCH v3 09/29] target/ppc: remove generic architecture checks "
` [PATCH v3 10/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
` [PATCH v3 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt
` [PATCH v3 12/29] target/ppc: create an interrupt masking method for POWER8
` [PATCH v3 13/29] target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
` [PATCH v3 14/29] target/ppc: create an interrupt deliver method for POWER8
` [PATCH v3 15/29] target/ppc: remove unused interrupts from p8_deliver_interrupt
` [PATCH v3 16/29] target/ppc: remove generic architecture checks "
` [PATCH v3 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
` [PATCH v3 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
` [PATCH v3 19/29] target/ppc: create an interrupt masking method for POWER7
` [PATCH v3 20/29] target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
` [PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7
` [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [PATCH v3 23/29] target/ppc: remove generic architecture checks "
` [PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
` [PATCH v3 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [PATCH v3 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [PATCH v3 27/29] target/ppc: introduce ppc_maybe_interrupt
` [PATCH v3 28/29] target/ppc: unify cpu->has_work based on cs->interrupt_request
` [PATCH v3 29/29] target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
[PATCH v2] m68k: write bootinfo as rom section and re-randomize on reboot
2022-10-11 21:03 UTC (6+ messages)
` [PATCH v3] "
[PATCH v2 0/8] rerandomize RNG seeds on reboot and handle record&replay
2022-10-11 20:50 UTC (9+ messages)
` [PATCH v2 1/8] device-tree: add re-randomization helper function
` [PATCH v2 2/8] arm: re-randomize rng-seed on reboot
` [PATCH v2 3/8] riscv: "
` [PATCH v2 4/8] openrisc: "
` [PATCH v2 5/8] rx: "
` [PATCH v2 6/8] mips: "
` [PATCH v2 7/8] reset: allow registering handlers that aren't called by snapshot loading
` [PATCH v2 8/8] reset: do not re-randomize RNG seed on snapshot load
[PATCH 1/6] device-tree: add re-randomization helper function
2022-10-11 20:40 UTC (8+ messages)
[PATCH v11 00/17] qapi: net: add unix socket type support to netdev backend
2022-10-11 20:05 UTC (18+ messages)
` [PATCH v11 01/17] net: introduce convert_host_port()
` [PATCH v11 02/17] net: remove the @errp argument of net_client_inits()
` [PATCH v11 03/17] net: simplify net_client_parse() error management
` [PATCH v11 04/17] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v11 05/17] net: introduce qemu_set_info_str() function
` [PATCH v11 06/17] qapi: net: add stream and dgram netdevs
` [PATCH v11 07/17] net: socket: Don't ignore EINVAL on netdev socket connection
` [PATCH v11 08/17] net: stream: "
` [PATCH v11 09/17] net: stream: add unix socket
` [PATCH v11 10/17] net: dgram: make dgram_dst generic
` [PATCH v11 11/17] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v11 12/17] net: dgram: add unix socket
` [PATCH v11 13/17] qemu-sockets: move and rename SocketAddress_to_str()
` [PATCH v11 14/17] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v11 15/17] net: stream: move to QIO to enable additional parameters
` [PATCH v11 16/17] tests/qtest: netdev: test stream and dgram backends
` [PATCH v11 17/17] net: stream: add QAPI events to report connection state
[PATCH v10 00/17] qapi: net: add unix socket type support to netdev backend
2022-10-11 20:04 UTC (4+ messages)
[PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)
2022-10-11 19:29 UTC (10+ messages)
` [PATCH v1 1/4] tests/docker: update fedora-win[32|64]-cross with lcitool
` [PATCH v1 2/4] tests/docker: update test-mingw to run single build
` [PATCH v1 3/4] Revert "configure: build ROMs with container-based cross compilers"
` [PATCH v1 4/4] configure: expose the direct container command
[PULL 0/1] testing: revert pc-bios build patch
2022-10-11 19:33 UTC (3+ messages)
` [PULL 1/1] Revert "configure: build ROMs with container-based cross compilers"
[PATCH 0/4] ACPI MADT and FADT update according to the ACPI 6.0 spec
2022-10-11 18:17 UTC (5+ messages)
` [PATCH 1/4] tests/acpi: virt: allow acpi MADT and FADT changes
` [PATCH 2/4] acpi: fadt: support revision 6.0 of the ACPI specification
` [PATCH 3/4] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A
` [PATCH 4/4] tests/acpi: virt: update ACPI MADT and FADT binaries
[PATCH RFC] hw/cxl: type 3 devices can now present volatile or persistent memory
2022-10-11 17:28 UTC (13+ messages)
[PATCH] tests/docker: Add flex/bison to `debian-all-test`
2022-10-11 17:32 UTC
[PATCH] target/s390x: Fix emulation of the VISTR instruction
2022-10-11 17:14 UTC (7+ messages)
[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
2022-10-11 17:03 UTC (15+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events
` [RFC PATCH 4/6] hw/cxl/mailbox: Wire up get/clear event mailbox commands
` [RFC PATCH 5/6] hw/cxl/cxl-events: Add event interrupt support
` [RFC PATCH 6/6] hw/cxl/mailbox: Wire up Get/Set Event Interrupt policy
[PATCH v4 0/6] hw/arm/virt: Improve address assignment for high memory regions
2022-10-11 16:45 UTC (5+ messages)
` [PATCH v4 4/6] hw/arm/virt: Introduce virt_get_high_memmap_enabled() helper
[PATCH v5 0/9] target/arm: pc-relative translation blocks
2022-10-11 15:52 UTC (4+ messages)
` [PATCH v5 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
[PATCH RESEND] hw/i2c: Enable an id for the pca954x devices
2022-10-11 15:46 UTC
[PATCH] qgraph: implement stack as a linked list
2022-10-11 15:29 UTC (2+ messages)
[PATCH v3] qapi/qmp: Add timestamps to qmp command responses
2022-10-11 15:34 UTC
[PATCH v2] qapi/qmp: Add timestamps to qmp command responses
2022-10-11 15:16 UTC (3+ messages)
[PATCH] qemu-edid: Restrict input parameter -d to avoid division by zero
2022-10-11 15:12 UTC
[PULL 00/10] Dump patches
2022-10-11 15:12 UTC (2+ messages)
[PATCH v5 00/18] tests/qtest: Enable running qtest on Windows
2022-10-11 15:10 UTC (10+ messages)
` [PATCH v5 08/18] accel/qtest: Support qtest accelerator for Windows
` [PATCH v5 10/18] tests/qtest: libqtest: Install signal handler via signal()
` [PATCH v5 17/18] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes
[PATCH v7 00/18] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
2022-10-11 15:08 UTC (4+ messages)
` [PATCH v7 08/18] accel/tcg: Introduce tlb_set_page_full
[PATCH v2] gtk: Add show_menubar=on|off command line option
2022-10-11 13:58 UTC
[PATCH 00/12] audio: misc. improvements and bug fixes
2022-10-11 13:31 UTC (2+ messages)
[PATCH] ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
2022-10-11 13:36 UTC (2+ messages)
[PATCH 1/2] audio: fix in.voices test
2022-10-11 13:30 UTC (2+ messages)
[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
2022-10-11 12:04 UTC (5+ messages)
[PATCH v5 0/9] Add 'q35' machine type to hotplug tests
2022-10-11 12:09 UTC (21+ messages)
` [PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()
` [PATCH v5 2/9] tests/x86: Add subtest with 'q35' machine type to device-plug-test
` [PATCH v5 3/9] tests/x86: Refactor hot unplug hd-geo-test
` [PATCH v5 4/9] tests/x86: Add 'q35' machine type to override-tests in hd-geo-test
` [PATCH v5 5/9] tests/x86: Add 'q35' machine type to hotplug hd-geo-test
` [PATCH v5 6/9] tests/x86: Fix comment typo in drive_del-test
` [PATCH v5 7/9] tests/x86: replace snprint() by g_strdup_printf() "
` [PATCH v5 8/9] tests/x86: Add 'q35' machine type to drive_del-test
` [PATCH v5 9/9] tests/x86: Add 'q35' machine type to ivshmem-test
` [PING PATCH v5] Add 'q35' machine type to hotplug tests
[PATCH v4] win32: set threads name
2022-10-11 11:59 UTC (3+ messages)
[RFC PATCH v2 0/4] ACPI MADT and FADT update according to the ACPI 6.0 spec
2022-10-11 11:27 UTC (5+ messages)
` [RFC PATCH v2 2/4] acpi: fadt: support revision 6.0 of the ACPI specification
[PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4
2022-10-11 11:17 UTC (6+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] bios-tables-test: teach test to use smbios 3.0 tables
` [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test
` [PATCH v3 4/5] bios-tables-test: add test for number of cores > 255
` [PATCH v3 5/5] tests/acpi: update tables for new core count test
[PATCH v4] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
2022-10-11 11:14 UTC (3+ messages)
[PATCH v5 0/6] ASID support in vhost-vdpa net
2022-10-11 10:41 UTC (7+ messages)
` [PATCH v5 1/6] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v5 2/6] vdpa: Allocate SVQ unconditionally
` [PATCH v5 3/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v5 4/6] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v5 5/6] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v5 6/6] vdpa: Always start CVQ in SVQ mode
[PATCH 00/51] tests/qtest: Enable running qtest on Windows
2022-10-11 10:42 UTC (17+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "
[PATCH] migration: Fix a potential guest memory corruption
2022-10-11 11:05 UTC (2+ messages)
[PULL 00/37] SCSI, i386 patches for 2022-10-11
2022-10-11 10:27 UTC (38+ messages)
` [PULL 01/37] scsi-disk: support setting CD-ROM block size via device options
` [PULL 02/37] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PULL 03/37] kvm: allow target-specific accelerator properties
` [PULL 04/37] kvm: expose struct KVMState
` [PULL 05/37] i386: add notify VM exit support
` [PULL 06/37] target/i386: Remove pc_start
` [PULL 07/37] target/i386: Return bool from disas_insn
` [PULL 08/37] target/i386: Remove cur_eip argument to gen_exception
` [PULL 09/37] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PULL 10/37] target/i386: Create gen_update_eip_cur
` [PULL 11/37] target/i386: Create gen_update_eip_next
` [PULL 12/37] target/i386: Introduce DISAS_EOB*
` [PULL 13/37] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PULL 14/37] target/i386: Use DISAS_EOB_NEXT
` [PULL 15/37] target/i386: USe DISAS_EOB_ONLY
` [PULL 16/37] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PULL 17/37] target/i386: Remove cur_eip, next_eip arguments to gen_repz*
` [PULL 18/37] target/i386: Introduce DISAS_JUMP
` [PULL 19/37] target/i386: Truncate values for lcall_real to i32
` [PULL 20/37] target/i386: Create eip_next_*
` [PULL 21/37] target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
` [PULL 22/37] target/i386: Create gen_jmp_rel
` [PULL 23/37] target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
` [PULL 24/37] target/i386: Use gen_jmp_rel for gen_jcc
` [PULL 25/37] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PULL 26/37] target/i386: Remove MemOp argument to gen_op_j*_ecx
` [PULL 27/37] target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
` [PULL 28/37] target/i386: Create eip_cur_tl
` [PULL 29/37] target/i386: Add cpu_eip
` [PULL 30/37] target/i386: Inline gen_jmp_im
` [PULL 31/37] target/i386: Enable TARGET_TB_PCREL
` [PULL 32/37] x86: Implement MSR_CORE_THREAD_COUNT MSR
` [PULL 33/37] i386: kvm: Add support for MSR filtering
` [PULL 34/37] KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
` [PULL 35/37] linux-user: i386/signal: move fpstate at the end of the 32-bit frames
` [PULL 36/37] linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation
` [PULL 37/37] linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate
[PATCH] docs/devel: remove incorrect claim about git send-email
2022-10-11 10:39 UTC (4+ messages)
[PATCH v3 00/13] Misc ppc/mac machines clean up
2022-10-11 10:22 UTC (2+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-11 9:48 UTC (3+ messages)
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
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).