messages from 2021-10-01 17:21:31 to 2021-10-03 07:45:02 UTC [more...]
[PULL 00/30] Misc changes for 2021-10-03
2021-10-03 7:42 UTC (3+ messages)
` [PULL 01/30] qapi/machine: Fix an incorrect comment of SMPConfiguration
` [PULL 03/30] machine: Minor refactor/fix for the smp parsers
[RFC PATCH 0/4] Misc OHCI patches
2021-10-03 7:26 UTC (11+ messages)
` [RFC PATCH 4/4] usb/ohci: Don't use packet from OHCIState for isochronous transfers
` [RFC PATCH 3/4] usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()
` [RFC PATCH 1/4] usb/ohci: Move cancelling async packet to ohci_stop_endpoints()
` [RFC PATCH 2/4] usb/ohci: Move USBPortOps related functions together
[PATCH 0/2] target/hexagon: Use tcg_constant_*
2021-10-03 0:47 UTC (3+ messages)
` [PATCH 1/2] target/hexagon: Remove unused TCG temporary from predicated loads
` [PATCH 2/2] target/hexagon: Use tcg_constant_*
[PATCH] target/mips: Remove unused register from MSA 2R/2RF instruction format
2021-10-03 0:25 UTC
[PATCH 0/3] target/nios2: Use tcg_constant_*
2021-10-02 23:36 UTC (5+ messages)
` [PATCH 1/3] target/nios2: Replace load_zero() by zero constant in DisasContext
` [PATCH 2/3] target/nios2: Use DisasContext::zero constant instead of temporary
` [PATCH 3/3] target/nios2: Use tcg_constant_*
[PATCH 0/2] hw/adc: Add basic Aspeed ADC model
2021-10-02 21:44 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hw/arm: Integrate ADC model into Aspeed SoC
[PATCH] hw/misc: applesmc: use host osk as default on macs
2021-10-02 20:24 UTC
[PATCH] target/mips: remove gen_mfc0_load64() and use tcg_gen_ld32s_tl()
2021-10-02 20:55 UTC (4+ messages)
[PULL 00/13] QAPI patches patches for 2021-10-02
2021-10-02 20:31 UTC (15+ messages)
` [PULL 01/13] qapi/pylintrc: ignore 'consider-using-f-string' warning
` [PULL 02/13] qapi/gen: use dict.items() to iterate over _modules
` [PULL 03/13] qapi/parser: fix unused check_args_section arguments
` [PULL 04/13] qapi: Add spaces after symbol declaration for consistency
` [PULL 05/13] qapi/parser: remove FIXME comment from _append_body_line
` [PULL 06/13] qapi/parser: clarify _end_section() logic
` [PULL 07/13] qapi/parser: Introduce NullSection
` [PULL 08/13] qapi/parser: add import cycle workaround
` [PULL 09/13] qapi/parser: add type hint annotations (QAPIDoc)
` [PULL 10/13] qapi/parser: Add FIXME for consolidating JSON-related types
` [PULL 11/13] qapi/parser: enable mypy checks
` [PULL 12/13] qapi/parser: Silence too-few-public-methods warning
` [PULL 13/13] qapi/parser: enable pylint checks
[PATCH v3 0/3] hw/mips/boston: ELF kernel support
2021-10-02 18:45 UTC (4+ messages)
` [PATCH v3 1/3] hw/mips/boston: Massage memory map information
` [PATCH v3 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH v3 3/3] hw/mips/boston: Add FDT generator
[PATCH] docs/devel: memory: Document MemoryRegionOps requirement
2021-10-02 14:37 UTC (5+ messages)
[PATCH v3 00/41] linux-user: Streamline handling of SIGSEGV
2021-10-02 14:30 UTC (49+ messages)
` [PATCH v3 01/41] accel/tcg: Split out adjust_signal_pc
` [PATCH v3 04/41] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v3 09/41] linux-user/host/alpha: Populate host_signal.h
` [PATCH v3 10/41] linux-user/host/sparc: "
` [PATCH v3 11/41] linux-user/host/arm: "
` [PATCH v3 13/41] linux-user/host/s390: "
` [PATCH v3 14/41] linux-user/host/mips: "
` [PATCH v3 15/41] linux-user/host/riscv: "
` [PATCH v3 16/41] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v3 17/41] linux-user/host/riscv: Improve host_signal_write
` [PATCH v3 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v3 19/41] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v3 20/41] linux-user: Add cpu_loop_exit_segv
` [PATCH v3 21/41] target/alpha: Make alpha_cpu_tlb_fill sysemu only
` [PATCH v3 22/41] target/arm: Use cpu_loop_exit_segv for mte tag lookup
` [PATCH v3 23/41] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v3 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v3 25/41] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v3 26/41] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v3 27/41] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v3 28/41] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v3 29/41] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v3 31/41] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v3 32/41] linux-user/openrisc: Adjust signal for EXCP_RANGE, EXCP_FPE
` [PATCH v3 33/41] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v3 34/41] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v3 36/41] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v3 37/41] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v3 38/41] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v3 40/41] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v3 41/41] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
[PATCH 00/12] macfb: fixes for booting MacOS
2021-10-02 14:06 UTC (22+ messages)
` [PATCH 01/12] macfb: handle errors that occur during realize
` [PATCH 02/12] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH 03/12] macfb: fix overflow of color_palette array
` [PATCH 04/12] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH 05/12] macfb: add trace events for reading and writing the control registers
` [PATCH 06/12] macfb: implement mode sense to allow display type to be detected
` [PATCH 07/12] macfb: add qdev property to specify display type
` [PATCH 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH 09/12] macfb: fix up 1-bit pixel encoding
` [PATCH 10/12] macfb: fix 24-bit RGB "
` [PATCH 11/12] macfb: add vertical blank interrupt
` [PATCH 12/12] q800: wire macfb IRQ to separate video interrupt on VIA2
[PATCH 0/2] nubus: a couple of Coverity fixes
2021-10-02 13:43 UTC (5+ messages)
` [PATCH 1/2] nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and NUBUS_SUPER_SLOT_SIZE
` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize()
[RFC PATCH: v3 1/2] add mi device in qemu
2021-10-01 15:15 UTC (3+ messages)
[PATCH v3 0/6] qapi: Add support for aliases
2021-10-02 13:33 UTC (11+ messages)
` [PATCH v3 6/6] tests/qapi-schema: Test cases "
[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
2021-10-02 12:53 UTC (23+ messages)
` [PATCH v3 01/22] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v3 02/22] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v3 03/22] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v3 04/22] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v3 05/22] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH v3 06/22] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v3 07/22] target/i386/sev_i386.h: Remove unused headers
` [PATCH v3 08/22] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v3 09/22] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v3 10/22] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v3 11/22] target/i386/sev: Restrict SEV to system emulation
` [PATCH v3 12/22] target/i386/sev: Declare system-specific functions in 'sev_i386.h'
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision
` [PATCH v3 14/22] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v3 15/22] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v3 16/22] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v3 17/22] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v3 18/22] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets
` [PATCH v3 20/22] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
` [PATCH v3 21/22] x86/sev: generate SEV kernel loader hashes in x86_load_linux
` [PATCH v3 22/22] MAINTAINERS: Cover AMD SEV files
hexagon container update
2021-10-02 13:09 UTC (6+ messages)
[PULL v2 00/33] x86 and misc changes for 2021-09-28
2021-10-02 12:57 UTC (4+ messages)
[PATCH v12 00/16] machine: smp parsing fixes and improvement
2021-10-02 11:27 UTC (7+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean
[PULL 00/44] ppc-for-6.2 queue 20210930
2021-10-02 10:39 UTC (3+ messages)
` [PULL 33/44] target/ppc: Fix 64-bit decrementer
[PULL 00/20] Q800 for 6.2 patches
2021-10-02 10:33 UTC (5+ messages)
` [PULL 03/20] nubus-device: expose separate super slot memory region
` [PULL 11/20] nubus-device: add romfile property for loading declaration ROMs
[PATCH v3 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
2021-10-02 10:28 UTC (2+ messages)
[PATCH v2] monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
2021-10-02 9:56 UTC (2+ messages)
[PATCH v4 0/4] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
2021-10-02 9:55 UTC (2+ messages)
[PATCH v2] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
2021-10-02 6:34 UTC (3+ messages)
[PATCH v4 00/13] qapi: static typing conversion, pt5b
2021-10-02 6:20 UTC (6+ messages)
` [PATCH v4 03/13] qapi/parser: fix unused check_args_section arguments
[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
2021-10-02 4:35 UTC (10+ messages)
` [PATCH 3/3] dtc: Update to version 1.6.1
[PATCH] monitor: Tidy up find_device_state()
2021-10-02 5:36 UTC (2+ messages)
[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
2021-10-02 5:30 UTC (4+ messages)
running TCG tests for xtensaeb
2021-10-02 4:33 UTC
TCG Floating Point Support (Work in Progress)
2021-10-02 2:07 UTC (5+ messages)
[PATCH v3 0/9] optimize the downtime for vfio migration
2021-10-01 23:04 UTC (9+ messages)
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix
[PATCH v5] Prevent vhost-user-blk-test hang
2021-10-01 20:59 UTC (5+ messages)
Running 297 from GitLab CI
2021-10-01 20:36 UTC (4+ messages)
[PATCH v1] vsock: don't send messages when vsock device is not started
2021-10-01 18:42 UTC
[PATCH v4 00/11] virtio-iommu: Add ACPI support
2021-10-01 17:33 UTC (12+ messages)
` [PATCH v4 01/11] hw/acpi: Add VIOT table
` [PATCH v4 02/11] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v4 03/11] hw/arm/virt: Remove device tree restriction "
` [PATCH v4 04/11] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v4 05/11] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PATCH v4 06/11] hw/i386: Move vIOMMU uniqueness check into pc.c
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files
` [PATCH v4 09/11] tests/acpi: add test cases for VIOT
` [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine
` [PATCH v4 11/11] tests/acpi: add expected blobs for VIOT test on q35 machine
[RFC PATCH] hw/arm: fix the position of vcram for raspi
2021-10-01 17:42 UTC
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).