qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-07 17:25:19 to 2022-01-08 06:18:08 UTC [more...]

[PULL 00/37] riscv-to-apply queue
 2022-01-08  5:50 UTC  (17+ messages)
` [PULL 01/37] target/riscv/pmp: fix no pmp illegal intrs
` [PULL 02/37] hw/dma: sifive_pdma: support high 32-bit access of 64-bit register
` [PULL 03/37] hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registers
` [PULL 04/37] hw/intc: sifive_plic: Add a reset function
` [PULL 05/37] hw/intc: sifive_plic: Cleanup the write function
` [PULL 06/37] hw/intc: sifive_plic: Cleanup the read function
` [PULL 07/37] hw/intc: sifive_plic: Cleanup remaining functions
` [PULL 09/37] target/riscv: Enable the Hypervisor extension by default
` [PULL 10/37] hw/riscv: Use error_fatal for SoC realisation
` [PULL 11/37] hw/riscv: virt: Allow support for 32 cores
` [PULL 12/37] roms/opensbi: Upgrade from v0.9 to v1.0
` [PULL 17/37] exec/memop: Adding signedness to quad definitions
` [PULL 19/37] qemu/int128: addition of div/rem 128-bit operations
` [PULL 21/37] target/riscv: separation of bitwise logic and arithmetic helpers
` [PULL 23/37] target/riscv: setup everything for rv64 to support rv128 execution
` [PULL 27/37] target/riscv: support for 128-bit U-type instructions

[PULL v3 00/55] virtio,pci,pc: features,fixes,cleanups
 2022-01-08  5:32 UTC  (57+ 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 27/55] hw/i386: expose a "smbios-entry-point-type" PC machine property
` [PULL v3 28/55] hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
` [PULL v3 29/55] util/oslib-posix: Let touch_all_pages() return an error
` [PULL v3 30/55] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PULL v3 31/55] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PULL v3 32/55] util/oslib-posix: Don't create too many threads with small memory or little pages
` [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 37/55] virtio: signal after wrapping packed used_idx
` [PULL v3 38/55] MAINTAINERS: Add a separate entry for acpi/VIOT tables
` [PULL v3 39/55] linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [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 42/55] intel-iommu: correctly check passthrough during translation
` [PULL v3 43/55] acpi: fix QEMU crash when started with SLIC table
` [PULL v3 44/55] tests: acpi: whitelist expected blobs before changing them
` [PULL v3 45/55] tests: acpi: add SLIC table test
` [PULL v3 46/55] tests: acpi: SLIC: update expected blobs
` [PULL v3 47/55] acpihp: simplify acpi_pcihp_disable_root_bus
` [PULL v3 48/55] hw/i386/pc: Add missing property descriptions
` [PULL v3 49/55] docs: reSTify virtio-balloon-stats documentation and move to docs/interop
` [PULL v3 50/55] hw/scsi/vhost-scsi: don't leak vqs on error
` [PULL v3 51/55] hw/scsi/vhost-scsi: don't double close vhostfd "
` [PULL v3 52/55] virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
` [PULL v3 53/55] tests: acpi: prepare for updated TPM related tables
` [PULL v3 54/55] acpi: tpm: Add missing device identification objects
` [PULL v3 55/55] tests: acpi: Add updated TPM related tables

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-08  3:04 UTC 

[PATCH v3 0/6] support subsets of Float-Point in Integer Registers extensions
 2022-01-08  1:17 UTC  (7+ 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

[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  (3+ 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  (18+ messages)
` [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 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 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)


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