messages from 2020-12-12 18:16:17 to 2020-12-14 04:59:46 UTC [more...]
[PULL 00/30] ppc-for-6.0 queue 20201214
2020-12-14 4:57 UTC (2+ messages)
` [PULL 01/30] spapr/xive: Turn some sanity checks into assertions
[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 v3] hw/block/nand: Decommission the NAND museum
2020-12-14 0:26 UTC
[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 (4+ 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] tests/docker: Include 'ccache' in Debian base image
2020-12-13 21:16 UTC
[PATCH] hw/usb/host-libusb.c: fix build with kernel < 5.0
2020-12-13 21:12 UTC (2+ messages)
[PATCH] scripts/git.orderfile: Keep files with .inc extension sorted
2020-12-13 20:51 UTC
[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()
[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
2020-12-13 19:18 UTC (4+ messages)
[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)
[PATCH 00/26] target/mips: Explode 60% of the 32K-lines translate.c
2020-12-13 16:40 UTC (5+ messages)
` [PATCH 26/26] MAINTAINERS: Add entry for MIPS Toshiba TCG
[Bug 1907969] [NEW] linux-user/i386: Segfault when mixing threads and signals
2020-12-13 16:23 UTC
[PATCH] hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definition
2020-12-13 16:07 UTC (2+ messages)
[PATCH] qemu-options.hx: Fix minor issues in icount documentation
2020-12-13 16:04 UTC (3+ messages)
[PATCH] MAINTAINERS: update my email address
2020-12-13 16:04 UTC (4+ messages)
[PATCH] target/i386: tracing: format length values as hex
2020-12-13 16:03 UTC (4+ messages)
[PATCH] hw/xen: Don't use '#' flag of printf format
2020-12-13 16:01 UTC (2+ messages)
[PATCH 0/4] linux-user: Support o32 ABI with 64-bit MIPS CPUs
2020-12-13 15:14 UTC (5+ messages)
` [PATCH 3/4] default-configs: "
[PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument
2020-12-13 15:05 UTC (2+ messages)
[PATCH 0/8] hw/ppc: Convert UIC device to QOM
2020-12-13 14:35 UTC (22+ 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 5/8] hw/ppc/sam460ex: "
` [PATCH 8/8] hw/ppc: Remove unused ppcuic_init()
[PATCH 0/4] coreaudio bug fix and clean up
2020-12-13 13:05 UTC (5+ messages)
` [PATCH 1/4] coreaudio: rename misnamed variable fake_as
` [PATCH 2/4] coreaudio: don't start playback in init routine
` [PATCH 3/4] coreaudio: always stop audio playback on shut down
` [PATCH 4/4] audio: remove unused function audio_is_cleaning_up()
[Bug 1907953] [NEW] pkg install qemu-system-x86_64 não funciona qemu 5.2.0
2020-12-13 12:09 UTC
[PATCH 0/2] sparc/leon3: Make grlib-irqmp handle its own inbound IRQ lines
2020-12-13 12:08 UTC (5+ messages)
` [PATCH 1/2] hw/sparc: Make grlib-irqmp device "
` [PATCH 2/2] include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef
[PATCH v2 0/4] Additional NPCM7xx devices
2020-12-13 12:01 UTC (7+ messages)
` [PATCH v2 2/4] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH v2 3/4] hw/adc: Add an ADC module for NPCM7XX
` [PATCH v2 4/4] hw/misc: Add a PWM "
[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
2020-12-13 11:51 UTC
[PATCH v12 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
2020-12-13 11:48 UTC (8+ messages)
` [PATCH v12 1/7] Introduce yank feature
` [PATCH v12 2/7] block/nbd.c: Add "
` [PATCH v12 3/7] chardev/char-socket.c: "
` [PATCH v12 4/7] migration: "
` [PATCH v12 5/7] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PATCH v12 6/7] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
` [PATCH v12 7/7] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test
[Bug 1907938] [NEW] [OSS-Fuzz] Issue 28524 virtio-blk: ASSERT: !s->dataplane_started
2020-12-13 4:28 UTC
[Bug 1883733] [NEW] FIXME xhci_alloc_device_streams:972 guest streams config not identical for all eps
2020-12-13 4:13 UTC (2+ messages)
` [Bug 1883733] "
[PATCH v4 0/5] Add support for Control-Flow Integrity
2020-12-13 3:04 UTC (5+ messages)
` [PATCH v4 4/5] configure,meson: support "
` [PATCH v4 5/5] docs: Add CFI Documentation
[PATCH v3 0/9] Add support for Control-Flow Integrity
2020-12-13 2:51 UTC (5+ messages)
` [PATCH v3 1/9] fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
[Bug 1907926] [NEW] Implement TPM2 configuration for emulators that provide TCP interface
2020-12-12 23:09 UTC
[PULL 0/5] M68k for 6.0 patches
2020-12-12 19:53 UTC (7+ messages)
` [PULL 1/5] hw/m68k/q800: Don't connect two qemu_irqs directly to the same input
` [PULL 2/5] hw/m68k/q800.c: Make the GLUE chip an actual QOM device
` [PULL 3/5] target/m68k: remove useless qregs array
` [PULL 4/5] target/m68k: Add vmstate definition for M68kCPU
` [PULL 5/5] m68k: fix some comment spelling errors
[Bug 1906948] [NEW] Enabling OpenGL for GUI doesn't work on old laptop
2020-12-12 19:51 UTC (2+ messages)
` [Bug 1906948] "
[Bug 1907909] [NEW] assertion failure in am53c974
2020-12-12 15:29 UTC
[PATCH v11 00/25] i386 cleanup PART 1
2020-12-12 11:41 UTC (13+ messages)
` [PATCH v11 18/25] cpu: Move synchronize_from_tb() to tcg_ops
[PULL 00/34] Block layer patches
2020-12-12 16:06 UTC (2+ messages)
[PATCH v12 00/23] i386 cleanup PART 1
2020-12-12 18:51 UTC (25+ messages)
` [PATCH v12 01/23] i386: move kvm accel files into kvm/
` [PATCH v12 02/23] i386: move whpx accel files into whpx/
` [PATCH v12 03/23] i386: move hax accel files into hax/
` [PATCH v12 04/23] i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
` [PATCH v12 05/23] i386: move TCG accel files into tcg/
` [PATCH v12 06/23] i386: move cpu dump out of helper.c into cpu-dump.c
` [PATCH v12 07/23] i386: move TCG cpu class initialization to tcg/
` [PATCH v12 08/23] i386: tcg: remove inline from cpu_load_eflags
` [PATCH v12 09/23] tcg: cpu_exec_{enter,exit} helpers
` [PATCH v12 10/23] tcg: make CPUClass.cpu_exec_* optional
` [PATCH v12 11/23] tcg: Make CPUClass.debug_excp_handler optional
` [PATCH v12 12/23] cpu: Remove unnecessary noop methods
` [PATCH v12 13/23] cpu: Introduce TCGCpuOperations struct
` [PATCH v12 14/23] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v12 15/23] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v12 16/23] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v12 17/23] cpu: Move cpu_exec_* "
` [PATCH v12 18/23] cpu: Move tlb_fill "
` [PATCH v12 19/23] cpu: Move debug_excp_handler "
` [PATCH v12 20/23] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v12 21/23] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v12 22/23] cpu: move cc->transaction_failed "
` [PATCH v12 23/23] cpu: move do_unaligned_access "
[PATCH V2 00/14] fix some comment spelling errors
2020-12-12 20:04 UTC (6+ messages)
` [PATCH V2 08/14] m68k/: "
[PATCH v3 00/13] Remove GCC < 4.8 checks
2020-12-12 14:00 UTC (4+ messages)
` [PATCH v3 11/13] compiler: remove GNUC check
[RFC PATCH v4] compiler.h: remove GCC < 3 __builtin_expect fallback
2020-12-12 13:51 UTC (4+ messages)
[PATCH 0/2] target/m68k: add vmstate structure to migrate M68kCPU
2020-12-12 17:09 UTC (2+ messages)
[PATCH 0/2] m68k/q800: make the GLUE chip a QOM device
2020-12-12 17:07 UTC (2+ messages)
[PATCH] icount: improve exec nocache usage
2020-12-12 14:31 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).