qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-12 21:49:41 to 2023-05-15 10:56:09 UTC [more...]

[PATCH 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-05-15 10:54 UTC  (8+ messages)
` [PATCH 6/6] target/ppc: Implement HEIR SPR

[PATCH v4 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-05-15 10:42 UTC  (24+ messages)
` [PATCH v4 1/8] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol
` [PATCH v4 2/8] migration: Converts uri parameter into 'MigrateAddress' struct
` [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct
` [PATCH v4 4/8] migration: converts rdma "
` [PATCH v4 5/8] migration: converts exec "
` [PATCH v4 6/8] migration: modified 'migrate' QAPI to accept 'channels' argument for migration
` [PATCH v4 7/8] migration: modified 'migrate-incoming' "
` [PATCH v4 8/8] migration: Introduced MigrateChannelList struct to migration code flow

[PATCH 00/18] Allow qtests with --without-default-devices (part 1)
 2023-05-15 10:42 UTC  (5+ messages)
` [PATCH 16/18] tests/qtest/meson.build: Run the net filter tests only with default devices

[PATCH 00/21] Migration: More migration atomic counters
 2023-05-15 10:35 UTC  (21+ messages)
` [PATCH 01/21] migration: A rate limit value of 0 is valid
` [PATCH 02/21] migration: Don't use INT64_MAX for unlimited rate
` [PATCH 03/21] migration: We set the rate_limit by a second
` [PATCH 04/21] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
` [PATCH 05/21] qemu-file: Make rate_limit_used "
` [PATCH 06/21] qemu-file: Remove total from qemu_file_total_transferred_*()
` [PATCH 08/21] migration: Move setup_time to mig_stats
` [PATCH 10/21] migration: Move rate_limit_max and rate_limit_used to migration_stats

[PATCH] hw/arm/sbsa-ref: add GIC node into DT
 2023-05-15 10:32 UTC  (5+ messages)

[PATCH v3 0/9] target/ppc: Assorted ppc target fixes
 2023-05-15 10:14 UTC  (11+ messages)
` [PATCH v3 1/9] target/ppc: Fix width of some 32-bit SPRs
` [PATCH v3 2/9] target/ppc: Fix PMU MMCR0[PMCjCE] bit in hflags calculation
` [PATCH v3 3/9] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PATCH v3 4/9] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
` [PATCH v3 5/9] target/ppc: Change partition-scope translate interface
` [PATCH v3 6/9] target/ppc: Add SRR1 prefix indication to interrupt handlers
` [PATCH v3 7/9] target/ppc: Implement HEIR SPR
` [PATCH v3 8/9] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
` [PATCH v3 9/9] target/ppc: Better CTRL SPR implementation

[PATCH v3] target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
 2023-05-15 10:11 UTC  (2+ messages)

[PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver
 2023-05-15 10:10 UTC  (4+ messages)
` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk

[PATCH V2] hw/arm: enable qxl for aarch64
 2023-05-15 10:03 UTC  (6+ messages)

[PATCH v2 0/6] eBPF RSS through QMP support
 2023-05-15  9:53 UTC  (13+ messages)
` [PATCH v2 1/6] ebpf: Added eBPF map update through mmap
` [PATCH v2 2/6] ebpf: Added eBPF initialization by fds
` [PATCH v2 3/6] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v2 4/6] ebpf: Added declaration/initialization routines
` [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob
` [PATCH v2 6/6] ebpf: Updated eBPF program and skeleton

[PATCH] fsl-imx6: Add SNVS support for i.MX6 boards
 2023-05-15  9:50 UTC 

[PULL 00/44] Hexagon update
 2023-05-15  9:25 UTC  (39+ messages)
` [PULL 01/44] Hexagon (target/hexagon) Add support for v68/v69/v71/v73
` [PULL 02/44] Hexagon (target/hexagon) Add v68 scalar instructions
` [PULL 03/44] Hexagon (tests/tcg/hexagon) Add v68 scalar tests
` [PULL 05/44] Hexagon (tests/tcg/hexagon) Add v68 HVX tests
` [PULL 07/44] Hexagon (tests/tcg/hexagon) Add v69 "
` [PULL 09/44] Hexagon (tests/tcg/hexagon) Add v73 scalar tests
` [PULL 10/44] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
` [PULL 11/44] Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
` [PULL 12/44] Hexagon (target/hexagon) Add overrides for loop setup instructions
` [PULL 13/44] Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
` [PULL 14/44] Hexagon (target/hexagon) Add overrides for clr[tf]new
` [PULL 15/44] Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
` [PULL 16/44] Hexagon (target/hexagon) Eliminate uses of log_pred_write function
` [PULL 17/44] Hexagon (target/hexagon) Clean up pred_written usage
` [PULL 18/44] Hexagon (target/hexagon) Don't overlap dest writes with source reads
` [PULL 19/44] Hexagon (target/hexagon) Mark registers as read during packet analysis
` [PULL 20/44] Hexagon (target/hexagon) Short-circuit packet register writes
` [PULL 21/44] Hexagon (target/hexagon) Short-circuit packet predicate writes
` [PULL 22/44] Hexagon (target/hexagon) Short-circuit packet HVX writes
` [PULL 25/44] Hexagon (target/hexagon) Make special new_value for USR
` [PULL 26/44] Hexagon (target/hexagon) Move new_value to DisasContext
` [PULL 27/44] Hexagon (target/hexagon) Move new_pred_value "
` [PULL 28/44] Hexagon (target/hexagon) Move pred_written "
` [PULL 29/44] Hexagon (target/hexagon) Move pkt_has_store_s1 "
` [PULL 30/44] Hexagon (target/hexagon) Move items "
` [PULL 31/44] Hexagon (target/hexagon) Additional instructions handled by idef-parser
` [PULL 33/44] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
` [PULL 34/44] Hexagon: list available CPUs with `-cpu help`
` [PULL 35/44] Hexagon: append eflags to unknown cpu model string
` [PULL 36/44] Hexagon (iclass): update J4_hintjumpr slot constraints
` [PULL 39/44] gdbstub: only send stop-reply packets when allowed to
` [PULL 40/44] gdbstub: add test for untimely stop-reply packets
` [PULL 41/44] Hexagon: add core gdbstub xml data for LLDB
` [PULL 42/44] Hexagon (gdbstub): fix p3:0 read and write via stub
` [PULL 43/44] Hexagon (gdbstub): add HVX support
` [PULL 44/44] Hexagon (linux-user/hexagon): handle breakpoints

Machine x-remote property auto-shutdown
 2023-05-15  9:17 UTC  (3+ messages)

[PATCH v2 0/1] s390x/pv: Fix spurious warning with asynchronous teardown
 2023-05-15  8:57 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v3 00/10] Add stage-2 translation for SMMUv3
 2023-05-15  8:37 UTC  (5+ messages)
` [RFC PATCH v3 02/10] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH v3 04/10] hw/arm/smmuv3: Add page table walk for stage-2

[PATCH] docs: build-system: rename "default-configs" to "configs"
 2023-05-15  8:35 UTC  (3+ messages)

[PATCH v3 0/3] Migration documentation
 2023-05-15  8:32 UTC  (4+ messages)
` [PATCH v3 1/3] migration: Add documentation for backwards compatiblity
` [PATCH v3 2/3] migration/docs: How to migrate when hosts have different features
` [PATCH v3 3/3] migration/doc: We broke backwards compatibility

[PULL 0/9] Linux user for 8.1 patches
 2023-05-15  8:31 UTC  (10+ messages)
` [PULL 1/9] linux-user: Emulate /proc/cpuinfo output for riscv
` [PULL 2/9] linux-user: report ENOTTY for unknown ioctls
` [PULL 3/9] linux-user: Add move_mount() syscall
` [PULL 4/9] linux-user: Add open_tree() syscall
` [PULL 5/9] linux-user/main: Use list_cpus() instead of cpu_list()
` [PULL 6/9] linux-user: Add new flag VERIFY_NONE
` [PULL 7/9] linux-user: Don't require PROT_READ for mincore
` [PULL 8/9] linux-user: Fix mips fp64 executables loading
` [PULL 9/9] linux-user: fix getgroups/setgroups allocations

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-05-15  8:23 UTC  (6+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

[PATCH v2 00/12] simpletrace: refactor and general improvements
 2023-05-15  8:11 UTC  (13+ messages)
` [PATCH v2 02/12] simpletrace: Annotate magic constants from QEMU code
` [PATCH v2 04/12] simpletrace: update code for Python 3.11
` [PATCH v2 05/12] simpletrace: Changed Analyzer class to become context-manager
` [PATCH v2 06/12] simpletrace: Simplify construction of tracing methods

[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-15  7:56 UTC  (4+ messages)
` [PATCH 2/8] migration: Add precopy initial data handshake

[PATCH] net: stream: test reconnect option with an unix socket
 2023-05-15  7:57 UTC  (2+ messages)

[PATCH] block: Add zeroes discard option
 2023-05-15  7:40 UTC  (2+ messages)

[PATCH] qcow2: add discard-no-unref option
 2023-05-15  7:36 UTC 

[PATCH v7 0/1] util/async-teardown: appear in query-command-line-options
 2023-05-15  7:27 UTC  (3+ messages)
` [PATCH v7 1/1] util/async-teardown: wire up query-command-line-options

[PATCH] hw: Fix format for comments
 2023-05-15  7:25 UTC 

[PATCH v3] tests/avocado: Add LoongArch machine start test
 2023-05-15  7:18 UTC  (2+ messages)

[PATCH 0/4] Trivial cleanups
 2023-05-15  7:12 UTC  (11+ messages)
` [PATCH 1/4] hw/timer/i8254_common: Share "iobase" property via base class
` [PATCH 2/4] hw/arm/omap: Remove unused omap_uart_attach()
` [PATCH 3/4] hw/char/parallel: Export TYPE_ISA_PARALLEL macro
` [PATCH 4/4] hw/isa/i82378: Remove unused "io" attribute

[PATCH 0/2] arm: Fix two minor coverity issues
 2023-05-15  7:09 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing
` [PATCH 2/2] hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'

css_clear_io_interrupt() error handling
 2023-05-15  6:39 UTC  (8+ messages)

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-05-15  6:32 UTC  (5+ messages)

[PATCH] i386: Add new CPU model EmeraldRapids
 2023-05-15  2:53 UTC 

[PATCH v3] hw/riscv/virt: Add a second UART for secure world
 2023-05-15  5:14 UTC  (4+ messages)

[PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set
 2023-05-15  0:56 UTC  (2+ messages)

[PATCH] virtio: Prepend "virtio" prefix in virtio_error
 2023-05-14 22:24 UTC  (2+ messages)

[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
 2023-05-14 20:44 UTC  (5+ messages)
` [REPOST PATCH v3 5/5] amd_iommu: report x2APIC support to the operating system

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-14 18:57 UTC  (10+ messages)
` [PATCH v4 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v4 02/11] hw/arm/allwinner-r40: add Clock Control Unit
` [PATCH v4 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v4 04/11] hw: arm: allwinner-r40: Add i2c0 device

Resources on deeper understanding of Translation blocks
 2023-05-14 17:54 UTC 

[PATCH 00/13] Clean up PCI IDE device models
 2023-05-14 12:43 UTC  (15+ messages)
` [PATCH 09/13] hw/ide/piix: Disuse isa_get_irq()
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops

[PATCH v2 0/3] LoongArch machine support Set max 256 cpus
 2023-05-14 10:02 UTC  (3+ messages)
` [PATCH v2 3/3] hw/intc: Add NULL pointer check on LoongArch ipi device

[PATCH qemu] hw: add ATmega16u4 and ATmega32u4 MCUs
 2023-05-14  8:29 UTC  (2+ messages)

[PATCH] cryptodev-vhost-user: add asymmetric crypto support
 2023-05-14  6:55 UTC 

[PULL 0/3] OpenRISC FPU Updates for 8.1
 2023-05-14  1:24 UTC  (5+ messages)
` [PULL 1/3] target/openrisc: Allow fpcsr access in user mode
` [PULL 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PULL 3/3] target/openrisc: Setup FPU for detecting tininess before rounding

[PATCH qemu] qdict: Preserve order for iterating qdict elements
 2023-05-12  6:51 UTC 

[PATCH] configure: make clear that VirtFS is 9p
 2023-05-13 16:29 UTC  (2+ messages)

QEMU developers fortnightly call for agenda for 2023-05-16
 2023-05-13 15:30 UTC  (4+ messages)

[PATCH v6 0/7] igb: packet-split descriptors support
 2023-05-13 14:22 UTC  (3+ messages)
  ` [PATCH v6 6/7] "

[PATCH] linux-user: fix incorrect alignment of pretcode
 2023-05-13 11:57 UTC  (2+ messages)

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-05-13 11:44 UTC  (3+ messages)

[PATCH 00/20] target/arm: Start conversion of A64 decoder to decodetree
 2023-05-13 11:39 UTC  (23+ messages)
` [PATCH 02/20] target/arm: Create decodetree skeleton for A64
` [PATCH 03/20] target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoder
` [PATCH 12/20] target/arm: Convert Extract instructions to decodetree
` [PATCH 13/20] target/arm: Convert unconditional branch immediate "
` [PATCH 14/20] target/arm: Convert CBZ, CBNZ "
` [PATCH 15/20] target/arm: Convert TBZ, TBNZ "
` [PATCH 16/20] target/arm: Convert conditional branch insns "
` [PATCH 17/20] target/arm: Convert BR, BLR, RET "
` [PATCH 18/20] target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] "
` [PATCH 19/20] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB "
` [PATCH 20/20] target/arm: Convert ERET, ERETAA, ERETAB "

[PULL 00/12] target-arm queue
 2023-05-13  8:36 UTC  (2+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-05-13  7:22 UTC  (4+ messages)
` [PULL 45/51] hw/acpi/aml-build: Only generate cluster node in PPTT when specified

[PULL 0/9] Linux user for 8.1 patches
 2023-05-13  6:36 UTC  (2+ messages)

[RFC PATCH 0/4] spapr: clean up nested hv
 2023-05-13  3:32 UTC  (10+ messages)
` [RFC PATCH 2/4] spapr: Add a nested state struct
` [RFC PATCH 3/4] spapr: load and store l2 state with helper functions
` [RFC PATCH 4/4] spapr: Move spapr nested HV to a new file

[PATCH v2] tests/avocado: Add LoongArch machine start test
 2023-05-13  1:28 UTC  (3+ 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).