qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-13 16:49:00 to 2020-12-14 11:26:18 UTC [more...]

[PATCH 0/8] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
 2020-12-14 11:24 UTC  (2+ messages)

[PATCH v4 0/5] Add support for Control-Flow Integrity
 2020-12-14 11:22 UTC  (5+ messages)
` [PATCH v4 4/5] configure,meson: support "

[PATCH] spapr: Fix DR properties of the root node
 2020-12-14 11:19 UTC 

[PATCH v2 0/3] nvdimm: read-only file support
 2020-12-14 11:19 UTC  (7+ messages)
` [PATCH v2 1/3] memory: add readonly support to memory_region_init_ram_from_file()
` [PATCH v2 2/3] hostmem-file: add readonly=on|off option
` [PATCH v2 3/3] nvdimm: honor -object memory-backend-file, readonly=on option

[PATCH] scripts/git.orderfile: Keep files with .inc extension sorted
 2020-12-14 11:16 UTC  (2+ messages)

[PATCH] Add support for pvpanic pci device
 2020-12-14 11:15 UTC  (14+ messages)
` [PATCH 1/6] hw/misc/pvpanic: Build the pvpanic device for any machine
` [PATCH 2/6] hw/misc/pvpanic: Cosmetic renaming
` [PATCH 3/6] hw/misc/pvpanic: Add the PCI interface
` [PATCH 4/6] hw/arm/virt: Use the pvpanic pci device
` [PATCH 5/6] pvpanic : update pvpanic document

gdb internal-error in 'check-tcg' with gdb 8.1.1-0ubuntu1
 2020-12-14 11:13 UTC 

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-12-14 11:42 UTC  (3+ messages)

[PATCH] ui: add support for remote power control to VNC server
 2020-12-14 11:05 UTC  (2+ messages)

[PATCH v4 00/32] qdev property code cleanup
 2020-12-14 10:56 UTC  (11+ messages)
` [PATCH v4 09/32] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()
` [PATCH v4 23/32] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v4 30/32] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()

[PATCH 0/3] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
 2020-12-14 10:50 UTC  (10+ messages)
` [PATCH 1/3] hw/misc: imx6_ccm: Update PMU_MISC0 reset value
` [PATCH 2/3] hw/msic: imx6_ccm: Correct register value for silicon type
` [PATCH 3/3] hw/arm: sabrelite: Connect the Ethernet PHY at address 6

[PATCH] pci/shpc: don't push attention button when ejecting powered-off device
 2020-12-14 10:40 UTC  (3+ messages)

[PATCH v3 00/13] Remove GCC < 4.8 checks
 2020-12-14 10:20 UTC  (7+ messages)
` [PATCH v3 03/13] compiler.h: remove GCC < 3 __builtin_expect fallback
` [PATCH v3 13/13] compiler.h: remove QEMU_GNUC_PREREQ

[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
 2020-12-14 10:14 UTC  (4+ messages)
` [PATCH 1/6] migration: Fix and clean up around @tls-authz

[PATCH REPOST] spapr: Allow memory unplug to always succeed
 2020-12-14 10:05 UTC 

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2020-12-14 10:04 UTC  (13+ messages)
` [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code
` [PATCH 2/8] ppc: Convert PPC UIC to a QOM device
` [PATCH 3/8] hw/ppc/virtex_ml507: Drop use of ppcuic_init()
` [PATCH 4/8] hw/ppc/ppc440_bamboo: "

[PATCH v3] hw/block/nand: Decommission the NAND museum
 2020-12-14 10:02 UTC  (2+ messages)

[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
 2020-12-14  9:33 UTC  (6+ messages)

[PATCH for-6.0] qga/commands-posix: Send CCW address on s390x with the fsinfo data
 2020-12-14  8:53 UTC  (2+ messages)

[PATCH] icount: improve exec nocache usage
 2020-12-14  6:33 UTC  (5+ messages)

[Bug 1907953] [NEW] pkg install qemu-system-x86_64 não funciona qemu 5.2.0
 2020-12-14  6:23 UTC  (2+ messages)
` [Bug 1907953] "

[PATCH] tests/docker: Include 'ccache' in Debian base image
 2020-12-14  5:44 UTC  (2+ messages)

[PATCH v13 00/19] Initial support for multi-process Qemu
 2020-12-14  5:14 UTC  (20+ messages)
` [PATCH v13 01/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v13 02/19] multi-process: add configure and usage information
` [PATCH v13 03/19] memory: alloc RAM from file at offset
` [PATCH v13 04/19] multi-process: Add config option for multi-process QEMU
` [PATCH v13 05/19] multi-process: setup PCI host bridge for remote device
` [PATCH v13 06/19] multi-process: setup a machine object for remote device process
` [PATCH v13 07/19] multi-process: add qio channel function to transmit data and fds
` [PATCH v13 08/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v13 09/19] multi-process: Initialize message handler in remote device
` [PATCH v13 10/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v13 11/19] multi-process: setup memory manager for remote device
` [PATCH v13 12/19] multi-process: introduce proxy object
` [PATCH v13 13/19] multi-process: add proxy communication functions
` [PATCH v13 14/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v13 15/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v13 16/19] multi-process: Synchronize remote memory
` [PATCH v13 17/19] multi-process: create IOHUB object to handle irq
` [PATCH v13 18/19] multi-process: Retrieve PCI info from remote process
` [PATCH v13 19/19] multi-process: perform device reset in the "

[PULL 00/30] ppc-for-6.0 queue 20201211
 2020-12-14  4:58 UTC  (4+ messages)

[PULL 00/30] ppc-for-6.0 queue 20201214
 2020-12-14  4:58 UTC  (31+ messages)
` [PULL 01/30] spapr/xive: Turn some sanity checks into assertions
` [PULL 02/30] spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
` [PULL 03/30] spapr: Do PCI device hotplug sanity checks at pre-plug only
` [PULL 04/30] spapr: Do NVDIMM/PC-DIMM "
` [PULL 05/30] spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
` [PULL 06/30] spapr: Do PHB hoplug sanity check at pre-plug
` [PULL 07/30] spapr: Do TPM proxy hotplug sanity checks "
` [PULL 08/30] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
` [PULL 09/30] ppc: Add a missing break for PPC6xx_INPUT_TBEN
` [PULL 10/30] ppc/translate: Fix unordered f64/f128 comparisons
` [PULL 11/30] ppc/translate: Turn the helper macros into functions
` [PULL 12/30] ppc/translate: Delay NaN checking after comparison
` [PULL 13/30] ppc/translate: Raise exceptions after setting the cc
` [PULL 14/30] ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
` [PULL 15/30] hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier
` [PULL 16/30] xive: Add trace events
` [PULL 17/30] spapr: Fix pre-2.10 dummy ICP hack
` [PULL 18/30] spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs
` [PULL 19/30] spapr: Simplify error path of spapr_core_plug()
` [PULL 20/30] spapr: spapr_drc_attach() cannot fail
` [PULL 21/30] target/ppc: Remove "compat" property of server class POWER CPUs
` [PULL 22/30] hw/ppc: Do not re-read the clock on pre_save if doing savevm
` [PULL 23/30] MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
` [PULL 24/30] ppc/e500: Free irqs array to avoid memleak
` [PULL 25/30] ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
` [PULL 26/30] target/ppc: Introduce an mmu_is_64bit() helper
` [PULL 27/30] spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
` [PULL 28/30] spapr: Don't use qdev_get_machine() in spapr_msi_write()
` [PULL 29/30] spapr: Pass sPAPR machine state to some RTAS events handling functions
` [PULL 30/30] spapr.c: set a 'kvm-type' default value instead of relying on NULL

[Bug 1892581] [NEW] QEMU 5.1 no longer says anything about inaccessible devices
 2020-12-14  3:59 UTC  (3+ messages)
` [Bug 1892581] "

[PATCH RESEND v2 0/7] some memleak trivial patchs
 2020-12-14  3:12 UTC  (14+ messages)
` [PATCH RESEND v2 2/7] qga/channel-posix: Plug memory leak in ga_channel_write_all()
` [PATCH RESEND v2 3/7] elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
` [PATCH RESEND v2 4/7] elf2dmp/pdb: Plug memleak in pdb_init_from_file
` [PATCH RESEND v2 5/7] migration/colo: Plug memleaks in colo_process_incoming_thread
` [PATCH RESEND v2 6/7] blockdev: Fix a memleak in drive_backup_prepare()
` [PATCH RESEND v2 7/7] block/file-posix: fix a possible undefined behavior

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-14  2:37 UTC  (11+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-14  2:14 UTC  (10+ messages)

[PATCH v5 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3A
 2020-12-14  0:32 UTC  (7+ messages)
` [PATCH v5 1/6] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PATCH v5 2/6] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PATCH v5 3/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
` [PATCH v5 4/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
` [PATCH v5 5/6] linux-user/elfload: Update HWCAP bits from linux 5.7
` [PATCH v5 6/6] linux-user: Add support for MIPS Loongson 2F/3A

[PATCH v5 0/7] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3A
 2020-12-14  0:31 UTC  (6+ messages)
` [PATCH v5 1/7] MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.org
` [PATCH v5 2/7] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PATCH v5 3/7] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PATCH v5 4/7] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro

[PATCH v2] hw/block/nand: Decommission the NAND museum
 2020-12-14  0:23 UTC  (10+ messages)

[PATCH v4 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3A
 2020-12-14  0:13 UTC  (3+ messages)
` [PATCH v4 6/6] linux-user: Add support for "

[PATCH v2 0/4] Compatibility make fixes for meson
 2020-12-13 22:56 UTC  (9+ messages)
` [PATCH v2 2/4] Makefile: Require GNU make 3.82+
` [PATCH v2 4/4] configure: Test if $make actually exists

[PULL 0/2] Update slirp (+ debug test-serial)
 2020-12-13 22:51 UTC  (3+ messages)
` [PULL 1/2] test-char: abort on serial test error

Slow video output from webcam with qemu-xhci but smooth with usb-ehci
 2020-12-13 22:46 UTC  (4+ messages)

[PATCH v2] hw/usb/host-libusb.c: fix build with kernel < 5.0
 2020-12-13 21:48 UTC  (2+ messages)

[PATCH] hw/usb/host-libusb.c: fix build with kernel < 5.0
 2020-12-13 21:12 UTC  (2+ messages)

[PULL 00/26] MIPS patches for 2020-12-13
 2020-12-13 20:19 UTC  (27+ messages)
` [PULL 01/26] MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.org
` [PULL 02/26] target/mips/kvm: Assert unreachable code is not used
` [PULL 03/26] target/mips/kvm: Remove unused headers
` [PULL 04/26] target/mips: Include "exec/memattrs.h" in 'internal.h'
` [PULL 05/26] target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MIN
` [PULL 06/26] target/mips: Do not include CP0 helpers in user-mode emulation
` [PULL 07/26] target/mips: Remove unused headers from cp0_helper.c
` [PULL 08/26] target/mips: Also display exception names in user-mode
` [PULL 09/26] target/mips: Allow executing MSA instructions on Loongson-3A4000
` [PULL 10/26] target/mips: Explicit Release 6 MMU types
` [PULL 11/26] target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
` [PULL 12/26] target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
` [PULL 13/26] hw/mips: Move address translation helpers to target/mips/
` [PULL 14/26] target/mips: Remove unused headers from translate.c
` [PULL 15/26] target/mips: Remove unused headers from op_helper.c
` [PULL 16/26] target/mips: Remove mips_def_t unused argument from mvp_init()
` [PULL 17/26] target/mips: Introduce ase_mt_available() helper
` [PULL 18/26] target/mips: Do not initialize MT registers if MT ASE absent
` [PULL 19/26] hw/mips/malta: "
` [PULL 20/26] hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()
` [PULL 21/26] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PULL 22/26] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
` [PULL 23/26] target/mips: Move cpu definitions, reset() and realize() "
` [PULL 24/26] target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
` [PULL 25/26] target/mips: Remove unused headers from fpu_helper.c
` [PULL 26/26] target/mips: Use FloatRoundMode enum for FCR31 modes conversion

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-13 20:28 UTC  (2+ messages)

[PATCH 0/2] build spice audio as module
 2020-12-13 20:18 UTC  (3+ messages)
` [PATCH 1/2] audio: remove qemu_spice_audio_init()

[PATCH 0/6] configure / meson: Move check for headers to meson.build
 2020-12-13 18:02 UTC  (13+ messages)
` [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h
` [PATCH 2/6] configure / meson: Move check for pty.h to meson.build
` [PATCH 3/6] configure / meson: Move check for drm.h "
` [PATCH 4/6] configure / meson: Move check for sys/signal.h "
` [PATCH 5/6] "
` [PATCH 6/6] configure / meson: Move check for linux/btrfs.h "

[PATCH 0/3] ui/gtk: paper over a gtk bug on Windows
 2020-12-13 16:57 UTC  (4+ messages)
` [PATCH 1/3] ui/gtk: don't try to redefine SI prefixes
` [PATCH 2/3] ui/gtk: rename variable window to widget
` [PATCH 3/3] ui/gtk: limit virtual console max update interval

[PATCH] ads7846: moves from the hw/display folder to the hw/input folder
 2020-12-13 16:55 UTC  (2+ messages)

[PATCH] CODING_STYLE.rst: Be less strict about 80 character limit
 2020-12-13 16:51 UTC  (2+ messages)

[PATCH] fsdev: open brace '{' following struct go on the same line
 2020-12-13 16:47 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).