qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-06 12:24:00 to 2022-05-08 03:20:32 UTC [more...]

[PATCH v2 00/50] hppa: general improvements and tidy-ups
 2022-05-08  3:18 UTC  (40+ messages)
` [PATCH v2 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PATCH v2 31/50] lasi: fix serial port initialisation
` [PATCH v2 32/50] lasi: update lasi_initfn() to return LASIState
` [PATCH v2 33/50] lasi: move LAN initialisation to machine.c
` [PATCH v2 34/50] lasi: move parallel port "
` [PATCH v2 35/50] lasi: move second serial "
` [PATCH v2 36/50] lasi: move PS2 "
` [PATCH v2 37/50] lasi: remove address space parameter from lasi_initfn()
` [PATCH v2 38/50] lasi: move lasi_initfn() to machine.c
` [PATCH v2 39/50] lasi: use constants for device register offsets
` [PATCH v2 40/50] lasi: use numerical constant for iar reset value
` [PATCH v2 41/50] hppa: move device headers from hppa_sys.h into individual .c files
` [PATCH v2 42/50] lasi: move from hw/hppa to hw/misc
` [PATCH v2 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PATCH v2 44/50] hppa: remove hw/hppa/pci.c
` [PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa
` [PATCH v2 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PATCH v2 47/50] hppa: remove the empty hppa_sys.h file
` [PATCH v2 48/50] hppa: use MACHINE QOM macros for defining the hppa machine

[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
 2022-05-08  2:17 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v3 00/43] Add LoongArch softmmu support
 2022-05-07 22:08 UTC  (7+ messages)
` [PATCH v3 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v3 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v3 39/43] hw/loongarch: Add LoongArch load elf function

[PATCH 00/17] powernv: introduce pnv-phb unified devices
 2022-05-07 19:06 UTC  (18+ messages)
` [PATCH 01/17] ppc/pnv: rename PnvPHB3.ioda* to PnvPHB3.ioda2*
` [PATCH 02/17] ppc/pnv: rename PnvPHB3.regs[] to PnvPHB3.regs3[]
` [PATCH 03/17] ppc/pnv: rename PnvPHB3.dma_spaces to PnvPHB3.v3_dma_spaces
` [PATCH 04/17] ppc/pnv: add unified pnv-phb header
` [PATCH 05/17] ppc/pnv: add pnv-phb device
` [PATCH 06/17] ppc/pnv: remove PnvPHB3
` [PATCH 07/17] ppc/pnv: user created pnv-phb for powernv8
` [PATCH 08/17] ppc/pnv: remove PnvPHB4
` [PATCH 09/17] ppc/pnv: user creatable pnv-phb for powernv9
` [PATCH 10/17] ppc/pnv: use PnvPHB.version
` [PATCH 11/17] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH 12/17] ppc/pnv: user creatable pnv-phb for powernv10
` [PATCH 13/17] ppc/pnv: add pnv_phb_get_current_machine()
` [PATCH 14/17] ppc/pnv: add pnv-phb-root-port device
` [PATCH 15/17] ppc/pnv: remove pnv-phb3-root-port
` [PATCH 16/17] ppc/pnv: remove pnv-phb4-root-port
` [PATCH 17/17] ppc/pnv: remove pecc->rp_model

[PATCH v12 0/7] MSG_ZEROCOPY + multifd
 2022-05-07 19:12 UTC  (9+ messages)
` [PATCH v12 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v12 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v12 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PATCH v12 4/7] migration: Add migrate_use_tls() helper
` [PATCH v12 5/7] multifd: multifd_send_sync_main now returns negative on error
` [PATCH v12 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
` [PATCH v12 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PATCH v9 00/17] vfio-user server in QEMU
 2022-05-07 18:48 UTC  (10+ messages)
` [PATCH v9 10/17] vfio-user: run vfio-user context

Possible bug in Aarch64 single-stepping
 2022-05-07 14:16 UTC  (2+ messages)

[PATCH] target/arm: fix s2mmu input size check
 2022-05-07 14:09 UTC  (3+ messages)

[PATCH] cpu-throttle: reset throttle_thread_scheduled when throttle_percentage is 0
 2022-05-07  9:43 UTC 

[PULL v5 00/25] Misc patches for 2022-04-29
 2022-05-07 13:17 UTC  (3+ messages)
` [PULL 10/25] meson, configure: move bdrv whitelists to meson

[PATCH 0/5] gicv3: Use right number of prio bits for the CPU
 2022-05-07 11:36 UTC  (10+ messages)
` [PATCH 1/5] hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
` [PATCH 2/5] hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
` [PATCH 3/5] hw/intc/arm_gicv3: Support configurable number of physical priority bits
` [PATCH 4/5] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
` [PATCH 5/5] hw/intc/arm_gicv3: Provide ich_num_aprs()

[PATCH 0/4] Clean up header guards again
 2022-05-07 11:25 UTC  (6+ messages)
` [PATCH 1/4] Clean up header guards that don't match their file name
` [PATCH 2/4] Clean up ill-advised or unusual header guards
` [PATCH 3/4] Normalize header guard symbol definition
` [PATCH 4/4] Clean up decorations and whitespace around header guards

[PULL v2 00/18] target/xtensa updates for v7.1
 2022-05-07 11:13 UTC  (2+ messages)

[PATCH 0/2] hw/nvme: support smart AEN
 2022-05-07  7:26 UTC  (3+ messages)
` [PATCH 1/2] hw/nvme: introduce smart bits of aen cfg
` [PATCH 2/2] hw/nvme: support smart AEN

ebpf/rss.bpf.skeleton.h generated by what?
 2022-05-07  7:08 UTC  (6+ messages)

[PATCH v2] pseries: allow setting stdout-path even on machines with a VGA
 2022-05-07  5:48 UTC 

[PATCH] pseries: allow setting stdout-path even on machines with a VGA
 2022-05-07  5:48 UTC  (3+ messages)

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-05-07  5:08 UTC  (6+ messages)
` [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH

[PATCH] usbredir: avoid queuing hello packet on snapshot restore
 2022-05-07  4:18 UTC 

[PULL 00/11] Series short description
 2022-05-07  2:37 UTC  (13+ messages)
` [PULL 01/11] vfio: simplify the conditional statements in vfio_msi_enable
` [PULL 02/11] vfio: move re-enabling INTX out of the common helper
` [PULL 03/11] vfio: simplify the failure path in vfio_msi_enable
` [PULL 04/11] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PULL 05/11] vfio: defer to commit kvm irq routing when enable msi/msix
` [PULL 06/11] vfio/common: Fix a small boundary issue of a trace
` [PULL 07/11] sysemu: tpm: Add a stub function for TPM_IS_CRB
` [PULL 08/11] vfio/common: remove spurious tpm-crb-cmd misalignment warning
` [PULL 09/11] hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
` [PULL 10/11] vfio/pci: Use vbasedev local variable in vfio_realize()
` [PULL 11/11] vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr

[PATCH v4 0/7] vhost-vdpa multiqueue fixes
 2022-05-07  2:28 UTC  (8+ messages)
` [PATCH v4 1/7] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PATCH v4 2/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PATCH v4 3/7] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
` [PATCH v4 4/7] vhost-net: fix improper cleanup in vhost_net_start
` [PATCH v4 5/7] vhost-vdpa: backend feature should set only once
` [PATCH v4 6/7] vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()
` [PATCH v4 7/7] virtio-net: don't handle mq request in userspace handler for vhost-vdpa

[PATCH] mos6522: fix linking error when CONFIG_MOS6522 is not set
 2022-05-06 23:44 UTC  (3+ messages)

[PULL 00/18] target/xtensa updates for v7.1
 2022-05-06 21:17 UTC  (2+ messages)

[PATCH] target/riscv: Fix VS mode hypervisor CSR access
 2022-05-06 16:54 UTC 

[RFC 0/3] Introduce a new Qemu machine for RISC-V
 2022-05-06 20:30 UTC  (10+ messages)

[PATCH 0/1] docs: aspeed: Add fby35 board
 2022-05-06 19:33 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2] thread-pool: fix performance regression
 2022-05-06 18:55 UTC  (2+ messages)

[PATCH 0/4] target/arm: Implement S2FWB
 2022-05-06 18:21 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Postpone interpretation of stage 2 descriptor attribute bits
` [PATCH 2/4] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()
` [PATCH 3/4] target/arm: Implement FEAT_S2FWB
` [PATCH 4/4] target/arm: Enable FEAT_S2FWB for -cpu max

[PATCH v6 00/24] target/arm: Cleanups, new features, new cpus
 2022-05-06 18:02 UTC  (25+ messages)
` [PATCH v6 01/24] target/arm: Handle cpreg registration for missing EL
` [PATCH v6 02/24] target/arm: Drop EL3 no EL2 fallbacks
` [PATCH v6 03/24] target/arm: Merge zcr reginfo
` [PATCH v6 04/24] target/arm: Adjust definition of CONTEXTIDR_EL2
` [PATCH v6 05/24] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v6 06/24] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v6 07/24] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
` [PATCH v6 08/24] target/arm: Split out aa32_max_features
` [PATCH v6 09/24] target/arm: Annotate arm_max_initfn with FEAT identifiers
` [PATCH v6 10/24] target/arm: Use field names for manipulating EL2 and EL3 modes
` [PATCH v6 11/24] target/arm: Enable FEAT_Debugv8p2 for -cpu max
` [PATCH v6 12/24] target/arm: Enable FEAT_Debugv8p4 "
` [PATCH v6 13/24] target/arm: Add minimal RAS registers
` [PATCH v6 14/24] target/arm: Enable SCR and HCR bits for RAS
` [PATCH v6 15/24] target/arm: Implement virtual SError exceptions
` [PATCH v6 16/24] target/arm: Implement ESB instruction
` [PATCH v6 17/24] target/arm: Enable FEAT_RAS for -cpu max
` [PATCH v6 18/24] target/arm: Enable FEAT_IESB "
` [PATCH v6 19/24] target/arm: Enable FEAT_CSV2 "
` [PATCH v6 20/24] target/arm: Enable FEAT_CSV2_2 "
` [PATCH v6 21/24] target/arm: Enable FEAT_CSV3 "
` [PATCH v6 22/24] target/arm: Enable FEAT_DGH "
` [PATCH v6 23/24] target/arm: Define cortex-a76
` [PATCH v6 24/24] target/arm: Define neoverse-n1

[PULL 0/9] Misc patches
 2022-05-06 17:28 UTC  (12+ messages)
` [PULL 1/9] disas: Remove old libopcode arm disassembler
` [PULL 2/9] disas: Remove old libopcode i386 disassembler
` [PULL 3/9] softmmu/vl: Fence 'xenfb' if Xen support is not compiled in
` [PULL 4/9] qemu-options: Limit the -xen options to x86 and arm
` [PULL 5/9] doc: remove hxtool-conv.pl
` [PULL 6/9] cirrus/win32: upgrade mingw base packages
` [PULL 7/9] gitlab-ci: Upgrade mingw base package
` [PULL 8/9] tests/vm: update openbsd to release 7.1
` [PULL 9/9] Warn user if the vga flag is passed but no vga device is created

[PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
 2022-05-06 17:17 UTC  (2+ messages)

[PATCH v2 0/1] hw/arm/aspeed: Add fby35 machine type
 2022-05-06 17:16 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] virtio-gpu: update done only on the scanout associated with rect
 2022-05-06 17:09 UTC  (3+ messages)

[PATCH] iotests/testrunner: Flush after run_test()
 2022-05-06 17:07 UTC  (2+ messages)

[PATCH 0/3] ui/gtk: new options, monitor and detach-all
 2022-05-06 17:05 UTC  (6+ messages)
` [PATCH 3/3] ui/gtk: specify detached window's size and location

[RFC PATCH 0/4] hw/i2c: i2c slave mode support
 2022-05-06 16:49 UTC  (3+ messages)

[RESEND PATCH] hw/dma: fix crash caused by race condition
 2022-05-06 16:31 UTC 

[PATCH v3] Warn user if the vga flag is passed but no vga device is created
 2022-05-06 16:29 UTC  (8+ messages)

[PATCH 0/2] s390x: kvm: Honor storage keys during emulation
 2022-05-06 15:39 UTC  (3+ messages)
` [PATCH 1/2] Pull in MEMOP changes in linux-headers
` [PATCH 2/2] target/s390x: kvm: Honor storage keys during emulation

[PATCH] block/gluster: correctly set max_pdiscard which is int64_t
 2022-05-06 15:39 UTC  (2+ messages)

[PATCH 0/3] artist: minor fixes and performance improvement
 2022-05-06  8:45 UTC  (2+ messages)

[PATCH v5 0/2] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-05-06 13:47 UTC  (4+ messages)
` [PATCH v5 1/2] sysemu: tpm: Add a stub function for TPM_IS_CRB
` [PATCH v5 2/2] vfio/common: remove spurious tpm-crb-cmd misalignment warning

[PULL 0/9] Kraxel 20220427 patches
 2022-05-06 13:37 UTC  (3+ messages)
` [PULL 3/9] Added parameter to take screenshot with screendump as PNG

[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-05-06 12:40 UTC  (5+ messages)

[PATCH v3 0/6] vhost-vdpa multiqueue fixes
 2022-05-06 12:22 UTC  (3+ messages)
` [PATCH v3 5/6] vhost-vdpa: backend feature should set only once

[RFC PATCH v2 0/7] VSX MMA Implementation
 2022-05-06 12:18 UTC  (8+ messages)
` [RFC PATCH v2 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [RFC PATCH v2 2/7] target/ppc: Implemented xvi*ger* instructions
` [RFC PATCH v2 3/7] target/ppc: Implemented pmxvi*ger* instructions
` [RFC PATCH v2 4/7] target/ppc: Implemented xvf*ger*
` [RFC PATCH v2 5/7] target/ppc: Implemented xvf16ger*
` [RFC PATCH v2 6/7] target/ppc: Implemented pmxvf*ger*
` [RFC PATCH v2 7/7] target/ppc: Implemented [pm]xvbf16ger2*


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