qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 16:54:45 to 2022-01-19 10:47:56 UTC [more...]

[PATCH] drop libxml2 checks since libxml is not actually used (for parallels)
 2022-01-19  9:41 UTC  (3+ messages)

ui/cocoa.m compile error
 2022-01-19 10:37 UTC  (14+ messages)
    ` ui/cocoa.m compile error (Cocoa -> SDL)

[PATCH v3 00/16] job: replace AioContext lock with job_mutex
 2022-01-19 10:35 UTC  (7+ messages)
` [PATCH v3 01/16] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v3 02/16] job.h: categorize fields in struct Job
` [PATCH v3 15/16] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH v2 00/14] target/ppc: powerpc_excp improvements [40x] (3/n)
 2022-01-19  6:15 UTC  (22+ messages)
` [PATCH v2 01/14] target/ppc: 405: Rename MSR_POW to MSR_WE
` [PATCH v2 02/14] target/ppc: 405: Add missing MSR_ME bit
` [PATCH v2 03/14] target/ppc: Introduce powerpc_excp_40x
` [PATCH v2 04/14] target/ppc: Simplify powerpc_excp_40x
` [PATCH v2 05/14] target/ppc: 405: Critical exceptions cleanup
` [PATCH v2 06/14] target/ppc: 405: Machine check exception cleanup
` [PATCH v2 07/14] target/ppc: 405: External "
` [PATCH v2 08/14] target/ppc: 405: System call "
` [PATCH v2 09/14] target/ppc: 405: Alignment "
` [PATCH v2 10/14] target/ppc: 405: Debug "
` [PATCH v2 11/14] target/ppc: 405: Data Storage "
` [PATCH v2 12/14] target/ppc: 405: Instruction storage interrupt cleanup
` [PATCH v2 13/14] target/ppc: 405: Program exception cleanup
` [PATCH v2 14/14] target/ppc: 405: Watchdog timer "

[PATCH qemu] spapr: Force 32bit when resetting a core
 2022-01-19 10:16 UTC  (4+ messages)

[PATCH v3 0/3] plugins: add a drcov plugin
 2022-01-19 10:17 UTC  (4+ messages)

[PATCH v2 00/13] arm gicv3 ITS: Various bug fixes and refactorings
 2022-01-19 10:15 UTC  (13+ messages)
` [PATCH v2 01/13] hw/intc/arm_gicv3_its: Fix event ID bounds checks
` [PATCH v2 11/13] hw/intc/arm_gicv3_its: Factor out "find address of table entry" code
` [PATCH v2 12/13] hw/intc/arm_gicv3_its: Check indexes before use, not after
` [PATCH v2 13/13] hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table

RFC: QMP configuration - allocating/setting qdev array properties?
 2022-01-19 10:12 UTC  (3+ messages)

[PATCH] configure: Use -mlittle-endian instead of -mlittle for ppc64
 2022-01-19  9:56 UTC 

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-01-19  9:52 UTC  (17+ messages)
` [PATCH 02/12] block/io.c: make bdrv_do_drained_begin_quiesce static and introduce bdrv_drained_begin_no_poll
` [PATCH 03/12] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH 04/12] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child
` [PATCH 05/12] test-bdrv-drain.c: adapt test to the coming subtree drains
` [PATCH 06/12] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH 07/12] block/io.c: introduce bdrv_subtree_drained_{begin/end}_unlocked
` [PATCH 08/12] reopen: add a transaction to drain_end nodes picked in bdrv_reopen_parse_file_or_backing
` [PATCH 09/12] jobs: ensure sleep in job_sleep_ns is fully performed
` [PATCH 10/12] block.c: add subtree_drains where needed
` [PATCH 12/12] block.c: additional assert qemu in main tread

[PATCH] qapi: Cleanup SGX related comments
 2022-01-19 12:00 UTC  (4+ messages)

[PULL 00/13] Misc patches for 2021-12-15
 2022-01-19  9:19 UTC  (5+ messages)
` [PULL 11/13] numa: Support SGX numa in the monitor and Libvirt interfaces

[PATCH v2 0/3] Support fd-based KVM stats
 2022-01-19  9:11 UTC  (12+ messages)
` [PATCH v2 1/3] qmp: Support for querying stats

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2022-01-19  9:19 UTC  (6+ messages)

[PATCH v3 0/3] trace qmp commands
 2022-01-19  8:41 UTC  (6+ messages)
` [PATCH v3 2/3] scripts/qapi-gen.py: add --add-trace-events option

[PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...)
 2022-01-19  8:32 UTC  (11+ messages)
` [PULL 01/10] s390x/css: fix PMCW invalid mask
` [PULL 02/10] target/s390x: Fix SLDA sign bit index
` [PULL 03/10] target/s390x: Fix SRDA CC calculation
` [PULL 04/10] target/s390x: Fix cc_calc_sla_64() missing overflows
` [PULL 05/10] target/s390x: Fix shifting 32-bit values for more than 31 bits
` [PULL 06/10] tests/tcg/s390x: Test shift instructions
` [PULL 07/10] MAINTAINERS: split out s390x sections
` [PULL 08/10] MAINTAINERS: Add myself to s390 I/O areas
` [PULL 09/10] s390x/ipl: support extended kernel command line size
` [PULL 10/10] s390x: sigp: Reorder the SIGP STOP code

[PATCH v2 0/6] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-01-19  9:08 UTC  (8+ messages)
` [PATCH v2 1/6] tests/qtest/vhost-user-test.c: Use vhostforce=on
` [PATCH v2 2/6] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v2 3/6] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v2 4/6] tests/qtest/vhost-user-blk-test: Setup MSIx to avoid error on aarch64
` [PATCH v2 5/6] tests/qtest/vhost-user-blk-test: Factorize vq setup code
` [PATCH v2 6/6] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine

[PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check
 2022-01-19  8:49 UTC  (5+ messages)

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-01-19  8:09 UTC  (16+ messages)
` [PATCH RFC 01/15] migration: No off-by-one for pss->page update in host page size
` [PATCH RFC 02/15] migration: Allow pss->page jump over clean pages
` [PATCH RFC 03/15] migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
` [PATCH RFC 04/15] migration: Add postcopy_has_request()
` [PATCH RFC 05/15] migration: Simplify unqueue_page()
` [PATCH RFC 06/15] migration: Move temp page setup and cleanup into separate functions
` [PATCH RFC 07/15] migration: Introduce postcopy channels on dest node
` [PATCH RFC 08/15] migration: Dump ramblock and offset too when non-same-page detected
` [PATCH RFC 09/15] migration: Add postcopy_thread_create()
` [PATCH RFC 10/15] migration: Move static var in ram_block_from_stream() into global
` [PATCH RFC 11/15] migration: Add pss.postcopy_requested status
` [PATCH RFC 12/15] migration: Move migrate_allow_multifd and helpers into migration.c
` [PATCH RFC 13/15] migration: Add postcopy-preempt capability
` [PATCH RFC 14/15] migration: Postcopy preemption on separate channel
` [PATCH RFC 15/15] tests: Add postcopy preempt test

[PATCH] hw/smbios: Add table 4 parameter, "processor-id"
 2022-01-19  7:36 UTC  (4+ messages)

[PATCH v2 0/3] Improve RISC-V spike machine bios support
 2022-01-19  6:56 UTC  (10+ messages)
` [PATCH v2 1/3] hw/riscv: spike: Allow using binary firmware as bios
` [PATCH v2 2/3] hw/riscv: Remove macros for ELF BIOS image names
` [PATCH v2 3/3] roms/opensbi: Remove ELF images

[PATCH v7 00/22] Support UXL filed in xstatus
 2022-01-19  5:18 UTC  (23+ messages)
` [PATCH v7 01/22] target/riscv: Adjust pmpcfg access with mxl
` [PATCH v7 02/22] target/riscv: Don't save pc when exception return
` [PATCH v7 03/22] target/riscv: Sign extend link reg for jal and jalr
` [PATCH v7 04/22] target/riscv: Sign extend pc for different XLEN
` [PATCH v7 05/22] target/riscv: Create xl field in env
` [PATCH v7 06/22] target/riscv: Ignore the pc bits above XLEN
` [PATCH v7 07/22] target/riscv: Extend pc for runtime pc write
` [PATCH v7 08/22] target/riscv: Use gdb xml according to max mxlen
` [PATCH v7 09/22] target/riscv: Relax debug check for pm write
` [PATCH v7 10/22] target/riscv: Adjust csr write mask with XLEN
` [PATCH v7 11/22] target/riscv: Create current pm fields in env
` [PATCH v7 12/22] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v7 13/22] target/riscv: Calculate address according to XLEN
` [PATCH v7 14/22] target/riscv: Split pm_enabled into mask and base
` [PATCH v7 15/22] target/riscv: Split out the vill from vtype
` [PATCH v7 16/22] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v7 17/22] target/riscv: Remove VILL field in VTYPE
` [PATCH v7 18/22] target/riscv: Fix check range for first fault only
` [PATCH v7 19/22] target/riscv: Adjust vector address with mask
` [PATCH v7 20/22] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v7 21/22] target/riscv: Enable uxl field write
` [PATCH v7 22/22] target/riscv: Relax UXL field for debugging

[PATCH v7 0/5] MSG_ZEROCOPY + multifd
 2022-01-19  4:38 UTC  (7+ messages)
` [PATCH v7 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback

[PATCH v6 00/22] Support UXL filed in xstatus
 2022-01-19  3:43 UTC  (13+ messages)
` [PATCH v6 01/22] target/riscv: Adjust pmpcfg access with mxl
` [PATCH v6 03/22] target/riscv: Sign extend link reg for jal and jalr
` [PATCH v6 05/22] target/riscv: Create xl field in env
` [PATCH v6 20/22] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v6 22/22] target/riscv: Relax UXL field for debugging

[RESEND PATCH v3 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2022-01-19  3:15 UTC  (5+ messages)
` [RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug
` [RESEND PATCH v3 5/7] target/riscv: csr: Hook debug CSR read/write

[PATCH v5 0/5] support subsets of virtual memory extension
 2022-01-19  3:14 UTC  (8+ messages)
` [PATCH v5 1/5] target/riscv: Ignore reserved bits in PTE for RV64

[PATCH v2 1/2] target/riscv: iterate over a table of decoders
 2022-01-19  1:30 UTC  (6+ messages)
` [PATCH v2 2/2] target/riscv: Add XVentanaCondOps custom extension

[PATCH v2 0/2] python: a few improvements to qmp-shell
 2022-01-19  1:07 UTC  (3+ messages)
` [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool

[PULL 00/31] ppc queue
 2022-01-18 22:27 UTC  (2+ messages)

[PATCH 00/30] bsd-user: upstream our signal implementation
 2022-01-18 22:27 UTC  (6+ messages)
` [PATCH 21/30] bsd-user/signal.c: force_sig

[PATCH v2 00/17] Add RISC-V RVV Zve32f and Zve64f extensions
 2022-01-18 22:25 UTC  (2+ messages)

[PATCH v6 00/12] Xilinx Versal's PMC SLCR and OSPI support
 2022-01-18 22:01 UTC  (13+ messages)
` [PATCH v6 01/12] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v6 02/12] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
` [PATCH v6 03/12] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PATCH v6 04/12] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v6 05/12] hw/dma: Add the DMA control interface
` [PATCH v6 07/12] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller

[PATCH 0/6] qtests/libqos: Introduce pci-arm
 2022-01-18 20:40 UTC  (4+ messages)
` [PATCH 6/6] tests/qtest/libqos: Add pci-arm and add a pci-arm producer in arm-virt machine

[RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions
 2022-01-18 20:31 UTC  (2+ messages)

[PATCH v4 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2022-01-18 20:02 UTC  (21+ messages)
` [PATCH v4 08/23] multifd: Move iov from pages to params
` [PATCH v4 11/23] multifd: Remove send_write() method
` [PATCH v4 14/23] multifd: Use normal pages array on the send side
` [PATCH v4 15/23] multifd: Use normal pages array on the recv side
` [PATCH v4 18/23] migration: Make ram_save_target_page() a pointer
` [PATCH v4 19/23] multifd: Add property to enable/disable zero_page
` [PATCH v4 20/23] multifd: Support for zero pages transmission
` [PATCH v4 21/23] multifd: Zero "
` [PATCH v4 22/23] migration: Use multifd before we check for the zero page
` [PATCH v4 23/23] migration: Export ram_release_page()

[PULL 00/19] Memory API patches for 2022-01-18
 2022-01-18 19:43 UTC  (2+ messages)

Cross Architecture Kernel Modules?
 2022-01-18 19:18 UTC 

[PULL v2 00/31] testing/next and other misc fixes
 2022-01-18 19:00 UTC 

[PATCH v3 00/19] Make image fleecing more usable
 2022-01-18 18:35 UTC  (4+ messages)
` [PATCH v3 09/19] block: introduce FleecingState class

iotest 040, 041, intermittent failure in netbsd VM
 2022-01-18 18:34 UTC  (5+ messages)

[PATCH v2 0/9] s390x/pci: zPCI interpretation support
 2022-01-18 18:32 UTC  (8+ messages)
` [PATCH v2 4/9] s390x/pci: enable for load/store intepretation

[PATCH 0/2] python: a few improvements to qmp-shell
 2022-01-18 18:04 UTC  (5+ messages)
` [PATCH 1/2] python: introduce qmp-shell-wrap convenience tool

[PATCH v2 0/2] block/io: Update BSC only if want_zero is true
 2022-01-18 18:02 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests/block-status-cache: New test

[PATCH v3 0/2] Aspeed I3C device model
 2022-01-18 17:40 UTC  (2+ messages)

[PATCH] hw/pci-bridge/pxb: Fix missing swizzle
 2022-01-18 17:48 UTC 

[PATCH v13 0/7] Add vmnet.framework based network backend
 2022-01-18 16:46 UTC  (6+ messages)
` [PATCH v13 2/7] net/vmnet: add vmnet backends to qapi/net

[PATCH v5 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-18 17:17 UTC  (2+ messages)

[PATCH] hw/arm: kudo add lm75s behind bus 1 switch at 75
 2022-01-18 17:18 UTC  (2+ messages)

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-18 17:10 UTC  (4+ messages)

[PATCH 0/2] block/io: Update BSC only if want_zero is true
 2022-01-18 16:41 UTC  (4+ messages)
` [PATCH 2/2] iotests/block-status-cache: New test


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).