qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-07 14:48:11 to 2022-01-08 01:47:41 UTC [more...]

[PULL v3 00/55] virtio,pci,pc: features,fixes,cleanups
 2022-01-08  1:05 UTC  (34+ messages)
` [PULL v3 01/55] virtio-mem: Don't skip alignment checks when warning about block size
` [PULL v3 02/55] acpi: validate hotplug selector on access
` [PULL v3 03/55] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
` [PULL v3 04/55] virtio-pci: decouple notifier from interrupt process
` [PULL v3 05/55] virtio-pci: decouple the single vector from the "
` [PULL v3 06/55] vhost: introduce new VhostOps vhost_set_config_call
` [PULL v3 07/55] vhost-vdpa: add support for config interrupt
` [PULL v3 08/55] virtio: add support for configure interrupt
` [PULL v3 09/55] vhost: "
` [PULL v3 10/55] virtio-net: "
` [PULL v3 11/55] virtio-mmio: "
` [PULL v3 12/55] virtio-pci: "
` [PULL v3 13/55] trace-events,pci: unify trace events format
` [PULL v3 14/55] vhost-user-blk: reconnect on any error during realize
` [PULL v3 15/55] chardev/char-socket: tcp_chr_recv: don't clobber errno
` [PULL v3 16/55] chardev/char-socket: tcp_chr_sync_read: "
` [PULL v3 17/55] vhost-backend: avoid overflow on memslots_limit
` [PULL v3 18/55] vhost-backend: stick to -errno error return convention
` [PULL v3 19/55] vhost-vdpa: "
` [PULL v3 20/55] vhost-user: "
` [PULL v3 21/55] vhost: "
` [PULL v3 22/55] vhost-user-blk: propagate error return from generic vhost
` [PULL v3 23/55] pci: Export the pci_intx() function
` [PULL v3 24/55] pcie_aer: Don't trigger a LSI if none are defined
` [PULL v3 25/55] smbios: Rename SMBIOS_ENTRY_POINT_* enums
` [PULL v3 26/55] hw/smbios: Use qapi for SmbiosEntryPointType
` [PULL v3 33/55] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PULL v3 34/55] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PULL v3 35/55] util/oslib-posix: Forward SIGBUS to MCE handler under Linux
` [PULL v3 36/55] virtio-mem: Support "prealloc=on" option
` [PULL v3 40/55] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [PULL v3 41/55] virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86
` [PULL v3 44/55] tests: acpi: whitelist expected blobs before changing them

[PULL v2 00/55] virtio,pci,pc: features,fixes,cleanups
 2022-01-08  0:34 UTC  (3+ messages)

[PATCH] softmmu/device_tree: Silence compiler warning with --enable-sanitizers
 2022-01-08  0:22 UTC  (5+ messages)

ui/cocoa.m compile error
 2022-01-07 23:47 UTC  (3+ messages)

[RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family
 2022-01-07 23:19 UTC  (12+ messages)
                    ` [OpenBIOS] "

[PATCH v2] q800: fix segfault with invalid MacROM
 2022-01-07 23:08 UTC  (2+ messages)

[PATCH v3 0/8] target/ppc: powerpc_excp improvements (2/n)
 2022-01-07 22:26 UTC  (9+ messages)
` [PATCH v3 1/8] target/ppc: powerpc_excp: Extract software TLB logging into a function
` [PATCH v3 2/8] target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs active
` [PATCH v3 3/8] target/ppc: powerpc_excp: Group unimplemented exceptions
` [PATCH v3 4/8] target/ppc: Add HV support to ppc_interrupts_little_endian
` [PATCH v3 5/8] target/ppc: Add MSR_ILE "
` [PATCH v3 6/8] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp
` [PATCH v3 7/8] target/ppc: Introduce a wrapper for powerpc_excp
` [PATCH v3 8/8] target/ppc: Set the correct endianness for powernv memory dumps

[PATCH] tests/qtest: add qtests for npcm7xx sdhci
 2022-01-07 22:25 UTC 

[PATCH v5 00/24] linux-user: Clean up siginfo_t handling
 2022-01-07 21:32 UTC  (25+ messages)
` [PATCH v5 01/24] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PATCH v5 02/24] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PATCH v5 03/24] linux-user/alpha: Use force_sig_fault
` [PATCH v5 04/24] linux-user/cris: "
` [PATCH v5 05/24] linux-user/hppa: "
` [PATCH v5 06/24] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PATCH v5 07/24] linux-user: Remove TARGET_NSIGFPE
` [PATCH v5 08/24] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PATCH v5 09/24] linux-user/i386: Split out maybe_handle_vm86_trap
` [PATCH v5 10/24] linux-user/i386: Use force_sig, force_sig_fault
` [PATCH v5 11/24] linux-user/m68k: Use force_sig_fault
` [PATCH v5 12/24] linux-user/microblaze: "
` [PATCH v5 13/24] linux-user/microblaze: Fix SIGFPE si_codes
` [PATCH v5 14/24] linux-user/mips: Improve do_break
` [PATCH v5 15/24] linux-user/mips: Use force_sig_fault
` [PATCH v5 16/24] target/mips: Extract break code into env->error_code
` [PATCH v5 17/24] target/mips: Extract trap "
` [PATCH v5 18/24] linux-user/openrisc: Use force_sig_fault
` [PATCH v5 19/24] linux-user/ppc: "
` [PATCH v5 20/24] linux-user/riscv: "
` [PATCH v5 21/24] linux-user/s390x: "
` [PATCH v5 22/24] linux-user/sh4: "
` [PATCH v5 23/24] linux-user/sparc: "
` [PATCH v5 24/24] linux-user/xtensa: "

[PULL 00/19] target-arm queue
 2022-01-07 21:17 UTC  (21+ messages)
` [PULL 01/19] Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
` [PULL 02/19] target/arm: Add missing FEAT_TLBIOS instructions
` [PULL 03/19] hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
` [PULL 04/19] hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
` [PULL 05/19] hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
` [PULL 06/19] hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
` [PULL 07/19] hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
` [PULL 08/19] hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
` [PULL 09/19] hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
` [PULL 10/19] hw/intc/arm_gicv3_its: Correct handling of MAPI
` [PULL 11/19] hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
` [PULL 12/19] hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
` [PULL 13/19] hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
` [PULL 14/19] hw/intc/arm_gicv3_its: Fix various off-by-one errors
` [PULL 15/19] hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entries
` [PULL 16/19] hw/arm: Add kudo i2c eeproms
` [PULL 17/19] hw/arm: attach MMC to kudo-bmc
` [PULL 18/19] hw/arm: add i2c muxes "
` [PULL 19/19] hw/arm: kudo add lm75s on bus 13

[PATCH v2 00/18] user creatable pnv-phb3/pnv-phb4 devices
 2022-01-07 21:17 UTC  (4+ messages)
` [PATCH v2 17/18] ppc/pnv: Introduce user creatable pnv-phb4 devices

[PATCH v3 0/6] support subsets of Float-Point in Integer Registers extensions
 2022-01-07 20:54 UTC  (5+ messages)
` [PATCH v3 2/6] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PATCH v3 4/6] target/riscv: add support for zdinx

[PATCH 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-01-07 18:56 UTC  (38+ messages)
` [PATCH 01/37] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH 03/37] target/ppc: Moved vector multiply high and low "
` [PATCH 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH 05/37] target/ppc: Implement vmsumcud instruction
` [PATCH 06/37] target/ppc: Implement vmsumudm instruction
` [PATCH 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH 08/37] target/ppc: Implement vextsd2q
` [PATCH 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH 11/37] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH 12/37] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH 13/37] target/ppc: Implement Vector Compare Quadword
` [PATCH 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH 15/37] target/ppc: implement vclrlb
` [PATCH 16/37] target/ppc: implement vclrrb
` [PATCH 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH 18/37] target/ppc: implement vgnb
` [PATCH 19/37] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH 20/37] target/ppc: Move xxsel "
` [PATCH 21/37] target/ppc: move xxperm/xxpermr "
` [PATCH 22/37] target/ppc: Move xxpermdi "
` [PATCH 23/37] target/ppc: Implement xxpermx instruction
` [PATCH 24/37] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PATCH 25/37] target/ppc: Implement xxeval
` [PATCH 26/37] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH 27/37] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH 28/37] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PATCH 29/37] target/ppc: Implement xvtlsbb instruction
` [PATCH 30/37] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH 31/37] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH 32/37] target/ppc: Implement do_helper_XX3 and move xxperm* to use it
` [PATCH 33/37] target/ppc: Move xscmp{eq,ge,gt,ne}dp to decodetree
` [PATCH 34/37] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH 35/37] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH 36/37] target/ppc: Implement xs{max,min}cqp
` [PATCH 37/37] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions

[PATCH V7 00/29] Live Update
 2022-01-07 18:45 UTC  (2+ messages)

[PATCH] target/arm/cpu64: Use 32-bit GDBstub when running in 32-bit KVM mode
 2022-01-07 20:29 UTC  (2+ messages)

[PATCH] docs: Add measurement calculation details to amd-memory-encryption.txt
 2022-01-07 20:18 UTC  (6+ messages)

[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-07 20:23 UTC  (2+ messages)

[PATCH] meson: reenable filemonitor-inotify compilation
 2022-01-07 18:49 UTC  (2+ messages)

[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-07 19:04 UTC  (8+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map

[PATCH v4 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
 2022-01-07 18:44 UTC  (4+ messages)
` [PATCH v4 1/3] hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
` [PATCH v4 2/3] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
` [PATCH v4 3/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory

[PATCH] configure: do not create roms/seabios/config.mak if SeaBIOS not present
 2022-01-07 19:59 UTC  (2+ messages)

[PATCH] hw/i386: Add the possibility to disable the 'isapc' machine
 2022-01-07 18:54 UTC  (3+ messages)

[PATCH v3 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
 2022-01-07 18:34 UTC  (3+ messages)

[PATCH] simplebench: Fix Python syntax error (reported by LGTM)
 2022-01-07 18:23 UTC  (2+ messages)

[PATCH] hw/sensor: enable setting adm1272 temperature with qmp
 2022-01-07 18:17 UTC  (2+ messages)

test_isa_retry_flush() in ide-test.c
 2022-01-07 17:27 UTC  (2+ messages)

[PATCH] configure: Silence warnings about missing roms/seabios directory
 2022-01-07 17:25 UTC  (2+ messages)

[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-07 17:10 UTC  (9+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam

[PATCH] meson: build all modules by default
 2022-01-07 17:05 UTC  (2+ messages)

Wiki: Update package name in build instructions
 2022-01-07 17:10 UTC 

[PATCH] hw/intc/arm_gic: Allow reset of the running priority
 2022-01-07 17:03 UTC  (2+ messages)

[PATCH 0/4] hw/arm: Add more devices to kudo-bmc
 2022-01-07 17:05 UTC  (2+ messages)

[PATCH v8 00/18] Adding partial support for 128-bit riscv target
 2022-01-07 16:46 UTC  (6+ messages)
` [PATCH v8 07/18] target/riscv: setup everything for rv64 to support rv128 execution

[PATCH v4 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-07 16:33 UTC  (7+ messages)
` [PATCH v4 1/6] hw/arm/virt: Add a control for the the highmem PCIe MMIO
` [PATCH v4 2/6] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v4 3/6] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v4 4/6] hw/arm/virt: Use the PA range to compute "
` [PATCH v4 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range
` [PATCH v4 6/6] hw/arm/virt: Drop superfluous checks against highmem

[PATCH v3 0/2] hw/arm/virt: Support for virtio-mem-pci
 2022-01-07 16:40 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v5 00/12] Xilinx Versal's PMC SLCR and OSPI support
 2022-01-07 16:07 UTC  (13+ messages)
` [PATCH v5 01/12] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v5 02/12] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
` [PATCH v5 03/12] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PATCH v5 07/12] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v5 08/12] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v5 12/12] docs/devel: Add documentation for the DMA control interface

[PATCH v2 0/6] Introduce CanoKey QEMU
 2022-01-07 15:38 UTC  (7+ messages)
` [PATCH v2 1/6] hw/usb: Add CanoKey Implementation
` [PATCH v2 2/6] hw/usb/canokey: Add trace events
` [PATCH v2 3/6] meson: Add CanoKey
` [PATCH v2 4/6] docs: Add CanoKey documentation
` [PATCH v2 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PATCH v2 6/6] MAINTAINERS: add myself as CanoKey maintainer

[PATCH] libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM)
 2022-01-07 15:49 UTC 

[PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features
 2022-01-07 14:39 UTC  (3+ messages)
` [PATCH 6/6] target/arm: Implement FEAT_LPA2

[PATCH 0/4] linux-user: prctl follow-ups
 2022-01-07 14:01 UTC  (3+ messages)
` [PATCH 2/4] linux-user: Map signal number in PR_GET_PDEATHSIG

[PATCH 0/5] Fixups for PMBus and new sensors
 2022-01-07 14:42 UTC  (3+ messages)
` [PATCH 2/5] hw/i2c: Added linear mode translation for pmbus devices

[PATCH v4 00/11] Improve PMU support
 2022-01-07 13:51 UTC  (3+ messages)
` [PATCH v4 11/11] hw/riscv: virt: Add PMU DT node to the device tree


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