messages from 2021-01-22 18:21:37 to 2021-01-23 14:44:28 UTC [more...]
[PULL 00/31] Misc patches for 2020-01-21
2021-01-23 14:31 UTC (20+ messages)
` [PULL 01/31] runstate: cleanup reboot and panic actions
` [PULL 02/31] configure: MinGW respect --bindir argument
` [PULL 03/31] x86/cpu: Use max host physical address if -cpu max option is applied
` [PULL 04/31] build-system: clean up TCG/TCI configury
` [PULL 05/31] util/cacheflush: Fix error generated by clang
` [PULL 06/31] softmmu/physmem: Silence GCC 10 maybe-uninitialized error
` [PULL 07/31] ide: atapi: check logical block address and read size (CVE-2020-29443)
` [PULL 08/31] build-sys: remove unused LIBS
` [PULL 09/31] build-sys: set global arguments for cflags/ldflags
` [PULL 10/31] build-sys: add libvhost-user missing dependencies
` [PULL 11/31] slirp: update to git master
` [PULL 12/31] meson: Declare have_virtfs_proxy_helper in main meson.build
` [PULL 13/31] nsis: adjust for new MinGW paths
` [PULL 14/31] meson: convert wixl detection to Meson
` [PULL 16/31] meson: Display host binaries information altogether
` [PULL 17/31] meson: Summarize overall features altogether
` [PULL 18/31] meson: Summarize compilation-related information altogether
` [PULL 21/31] meson: Display crypto-related "
` [PULL 23/31] meson.build: Declare global edk2_targets / install_edk2_blobs variables
[PATCH v8 00/11] iOS and Apple Silicon host support
2021-01-23 13:52 UTC (13+ messages)
` [PATCH v8 01/11] block: feature detection for host block support
` [PATCH v8 02/11] configure: cross-compiling with empty cross_prefix
` [PATCH v8 03/11] configure: check for sys/disk.h
` [PATCH v8 04/11] slirp: feature detection for smbd
` [PATCH v8 05/11] osdep: build with non-working system() function
` [PATCH v8 06/11] darwin: remove redundant dependency declaration
` [PATCH v8 07/11] darwin: fix cross-compiling for Darwin
` [PATCH v8 08/11] configure: cross compile should use x86_64 cpu_family
` [PATCH v8 09/11] block: check availablity for preadv/pwritev on mac
` [PATCH v8 10/11] darwin: detect CoreAudio for build
` [PATCH v8 11/11] darwin: remove 64-bit build detection on 32-bit OS
[PATCH v7 00/11] iOS and Apple Silicon host support
2021-01-23 13:45 UTC (22+ messages)
` [PATCH v7 01/11] block: feature detection for host block support
` [PATCH v7 02/11] configure: cross-compiling with empty cross_prefix
` [PATCH v7 03/11] configure: check for sys/disk.h
` [PATCH v7 04/11] slirp: feature detection for smbd
` [PATCH v7 05/11] osdep: build with non-working system() function
` [PATCH v7 06/11] darwin: remove redundant dependency declaration
` [PATCH v7 07/11] darwin: fix cross-compiling for Darwin
` [PATCH v7 08/11] configure: cross compile should use x86_64 cpu_family
` [PATCH v7 09/11] block: check availablity for preadv/pwritev on mac
` [PATCH v7 10/11] darwin: detect CoreAudio for build
` [PATCH v7 11/11] darwin: remove 64-bit build detection on 32-bit OS
Thread safety of coroutine-sigaltstack
2021-01-23 13:35 UTC (14+ messages)
[PATCH 0/2] tcg/tci: Fix Clang build
2021-01-23 13:31 UTC (12+ messages)
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang
` "
[PATCH v13 00/22] i386 cleanup PART 2
2021-01-23 12:23 UTC (23+ messages)
` [PATCH v13 01/22] cpu: Introduce TCGCpuOperations struct
` [PATCH v13 02/22] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v13 03/22] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v13 04/22] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v13 05/22] cpu: Move cpu_exec_* "
` [PATCH v13 06/22] cpu: Move tlb_fill "
` [PATCH v13 07/22] cpu: Move debug_excp_handler "
` [PATCH v13 08/22] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v13 09/22] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v13 10/22] cpu: move cc->transaction_failed "
` [PATCH v13 11/22] cpu: move do_unaligned_access "
` [PATCH v13 12/22] physmem: make watchpoint checking code TCG-only
` [PATCH v13 13/22] cpu: move adjust_watchpoint_address to tcg_ops
` [PATCH v13 14/22] cpu: move debug_check_watchpoint "
` [PATCH v13 15/22] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v13 16/22] accel: extend AccelState and AccelClass to user-mode
` [PATCH v13 17/22] accel: replace struct CpusAccel with AccelOpsClass
` [PATCH v13 18/22] accel: introduce AccelCPUClass extending CPUClass
` [PATCH v13 19/22] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v13 20/22] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v13 21/22] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
` [PATCH v13 22/22] accel: introduce new accessor functions
[PATCH v2 00/12] buildsys: Do not build various objects if not necessary
2021-01-23 12:29 UTC (15+ messages)
` [PATCH v2 01/12] configure: Only check for audio drivers if system-mode is selected
` [PATCH v2 02/12] tests/meson: Only build softfloat objects if TCG "
` [PATCH v2 03/12] pc-bios/meson: Only install EDK2 blob firmwares with system emulation
` [PATCH v2 04/12] meson: Do not build optional libraries by default
` [PATCH v2 05/12] meson: Restrict block subsystem processing
` [PATCH v2 06/12] meson: Merge trace_events_subdirs array
` [PATCH v2 07/12] meson: Restrict some trace event directories to user/system emulation
` [PATCH v2 08/12] meson: Restrict emulation code
` [PATCH v2 09/12] qapi/meson: Restrict qdev code to system-mode emulation
` [PATCH v2 10/12] qapi/meson: Remove QMP from user-mode emulation
` [PATCH v2 11/12] qapi/meson: Restrict system-mode specific modules
` [PATCH v2 12/12] qapi/meson: Restrict UI module to system emulation and tools
[PATCH v4] tcg: Toggle page execution for Apple Silicon
2021-01-23 11:53 UTC (2+ messages)
[Bug 1912780] Re: QEMU: Null Pointer Failure in fdctrl_read() in hw/block/fdc.c
2021-01-23 11:24 UTC
[PATCH v2 00/25] hw/riscv: sifive_u: Add missing SPI support
2021-01-23 10:40 UTC (26+ messages)
` [PATCH v2 01/25] hw/block: m25p80: Add ISSI SPI flash support
` [PATCH v2 02/25] hw/block: m25p80: Add various ISSI flash information
` [PATCH v2 03/25] hw/sd: ssi-sd: Fix incorrect card response sequence
` [PATCH v2 04/25] hw/sd: sd: Support CMD59 for SPI mode
` [PATCH v2 05/25] hw/sd: sd: Drop sd_crc16()
` [PATCH v2 06/25] util: Add CRC16 (CCITT) calculation routines
` [PATCH v2 07/25] hw/sd: ssi-sd: Suffix a data block with CRC16
` [PATCH v2 08/25] hw/sd: ssi-sd: Add a state representing Nac
` [PATCH v2 09/25] hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
` [PATCH v2 10/25] hw/sd: ssi-sd: Support multiple block read
` [PATCH v2 11/25] hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer
` [PATCH v2 12/25] hw/sd: sd: Remove duplicated codes in single/multiple block read/write
` [PATCH v2 13/25] hw/sd: sd: Allow single/multiple block write for SPI mode
` [PATCH v2 14/25] hw/sd: sd.h: Cosmetic change of using spaces
` [PATCH v2 15/25] hw/sd: Introduce receive_ready() callback
` [PATCH v2 16/25] hw/sd: ssi-sd: Support single block write
` [PATCH v2 17/25] hw/sd: ssi-sd: Support multiple "
` [PATCH v2 18/25] hw/sd: ssi-sd: Bump up version ids of VMStateDescription
` [PATCH v2 19/25] hw/ssi: Add SiFive SPI controller support
` [PATCH v2 20/25] hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
` [PATCH v2 21/25] hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
` [PATCH v2 22/25] hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
` [PATCH v2 23/25] docs/system: Sort targets in alphabetical order
` [PATCH v2 24/25] docs/system: Add RISC-V documentation
` [PATCH v2 25/25] docs/system: riscv: Add documentation for sifive_u machine
[PATCH] tcg/tci: Restrict tci_write_reg16() to 64-bit hosts
2021-01-23 10:30 UTC (2+ messages)
[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
2021-01-23 10:03 UTC
[Qemu-devel] [Bug 1745895] [NEW] Unable to migrate vhost-net to virtio-1.0-capable kernel
2021-01-23 4:18 UTC (2+ messages)
` [Bug 1745895] "
[Qemu-devel] [Bug 1800156] [NEW] windows 8.1 loose grab/leave window on windowed
2021-01-23 4:18 UTC (2+ messages)
` [Bug 1800156] "
[RFC PATCH v2 0/8] Automatically convert configure options to meson build options
2021-01-23 3:30 UTC (7+ messages)
` [PATCH 8/8] configure: automatically parse command line for meson -D options
[PATCH] spapr: Adjust firmware path of PCI devices
2021-01-23 2:36 UTC (2+ messages)
[PATCH v2 0/1] spapr_caps.c: check user input before warning about TCG only caps
2021-01-23 1:46 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH 1/1] os_find_datadir: search as in version 4.2
2021-01-23 2:05 UTC (9+ messages)
[PATCH V5 0/6] hw/block/nvme: support multi-path for ctrl/ns
2021-01-23 1:02 UTC (4+ messages)
` [PATCH V5 4/6] hw/block/nvme: support for multi-controller in subsystem
[PATCH] hvf: Fetch cr4 before evaluating CPUID(1)
2021-01-23 0:41 UTC
[PATCH] coroutine-sigaltstack: Keep SIGUSR2 handler up
2021-01-23 0:41 UTC (12+ messages)
[PATCH v2 0/3] target/arm: Add support for FEAT_DIT, Data Independent Timing
2021-01-23 0:28 UTC (9+ messages)
` [PATCH v2 1/3] target/arm: Remove PSTATE_SS from cpsr and move it into env->pstate
` [PATCH v2 2/3] target/arm: Add support for FEAT_DIT, Data Independent Timing
` [PATCH v2 3/3] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
[Bug 1912857] [NEW] virtio-serial blocks hostfwd ssh on windows 10 host
2021-01-22 23:45 UTC (5+ messages)
` [Bug 1912857] "
[PATCHv9 0/3] arm-virt: add secure pl061 for reset/power down
2021-01-22 23:34 UTC (5+ messages)
` [PATCHv9 1/3] hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
` [PATCHv9 2/3] arm-virt: refactor gpios creation
` [PATCHv9 3/3] arm-virt: add secure pl061 for reset/power down
[PATCH v7 00/35] Hexagon patch series
2021-01-22 22:44 UTC (15+ messages)
` [PATCH v7 07/35] Hexagon (target/hexagon) scalar core helpers
` [PATCH v7 12/35] Hexagon (target/hexagon) instruction attributes
` [PATCH v7 15/35] Hexagon (target/hexagon/arch.[ch]) utility functions
` [PATCH v7 34/35] Hexagon build infrastructure
[PATCH] target/mips: fetch code with translator_ld
2021-01-22 21:59 UTC (3+ messages)
[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
2021-01-22 21:41 UTC (18+ messages)
` [PATCH 13/25] hw/arm/mps2: Create and connect SYSCLK Clock
` [PATCH 14/25] hw/arm/mps2-tz: Create and connect ARMSSE Clocks
` [PATCH 15/25] hw/arm/musca: "
` [PATCH 16/25] hw/arm/stellaris: Convert SSYS to QOM device
` [PATCH 17/25] hw/arm/stellaris: Create Clock input for watchdog
` [PATCH 18/25] hw/timer/cmsdk-apb-timer: Convert to use Clock input
` [PATCH 19/25] hw/timer/cmsdk-apb-dualtimer: "
` [PATCH 20/25] hw/watchdog/cmsdk-apb-watchdog: "
[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
2021-01-22 21:26 UTC (7+ messages)
` [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'
` [PATCH 2/4] hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
` [PATCH 3/4] hw/riscv: virt: Limit RAM size in a 32-bit system
[PATCH v1 0/3] target/microblaze: Add memattrs on transactions
2021-01-22 20:54 UTC (3+ messages)
` [PATCH v1 2/3] target/microblaze: use MMUAccessType instead of int in mmu_translate
getting the console output for s390 cdrom-test?
2021-01-22 20:32 UTC
[PATCH] virtio: Add corresponding memory_listener_unregister to unrealize
2021-01-22 20:17 UTC (2+ messages)
[Bug 1912846] [NEW] Assertion hit on hot-unplugging virtio iommu enabled device
2021-01-22 20:00 UTC
[PATCH v4 00/16] 64bit block-layer: part I
2021-01-22 19:33 UTC (5+ messages)
` [PATCH v4 01/16] block: refactor bdrv_check_request: add errp
` [PATCH v4 16/16] block/io: use int64_t bytes in copy_range
[PATCH v2 0/8] testing/next (docker, binfmt, gdb version)
2021-01-22 18:18 UTC (7+ messages)
` [PATCH v2 1/8] tests/docker: Fix _get_so_libs() for docker-binfmt-image
` [PATCH v2 3/8] tests/docker: make _copy_with_mkdir accept missing files
` [PATCH v2 5/8] tests/docker: alias docker-help target for consistency
` [PATCH v2 6/8] tests/docker: add a docker-exec-copy-test
` [PATCH v2 7/8] configure: make version_ge more tolerant of shady version input
` [PATCH v2 8/8] configure: bump the minimum gdb version for check-tcg to 9.1
[RFC PATCH 00/27] vDPA software assisted live migration
2021-01-22 18:18 UTC (6+ messages)
` [RFC PATCH 13/27] vhost: Send buffers to device
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).