qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-30 12:43:44 to 2023-01-03 03:16:10 UTC [more...]

[PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-01-03  3:15 UTC  (8+ messages)
` [PATCH 1/6] include/hw/xen/xen: Make xen_piix3_set_irq() generic and rename it
` [PATCH 2/6] hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize()
` [PATCH 3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH 4/6] hw/isa/piix: Avoid Xen-specific variant of piix_write_config()
` [PATCH 5/6] hw/isa/piix: Resolve redundant k->config_write assignments
` [PATCH 6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE

[PATCH 0/6] target/i386: Support new Intel platform Instructions in CPUID enumeration
 2023-01-03  2:11 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03  1:39 UTC  (4+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH v4 0/2] tpm: add mssim backend
 2023-01-03  0:49 UTC  (6+ messages)
` [PATCH v4 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v4 2/2] tpm: add backend for mssim

[PATCH v6] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-02 23:10 UTC  (3+ messages)

[PATCH v3] tests/qtest: netdev: test stream and dgram backends
 2023-01-02 21:45 UTC  (3+ messages)

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2023-01-02 20:50 UTC  (5+ messages)
` [PATCH v3 04/26] configure: don't enable cross compilers unless in target_list

[PATCH v3 0/7] Enable Cubieboard A10 boot SPL from SD card
 2023-01-02 20:06 UTC  (3+ messages)
` [PATCH v3 4/7] hw/misc: AXP209 PMU Emulation

[PATCH] m25p80: Add the is25wp256 SFPD table
 2023-01-02 19:58 UTC  (10+ messages)

[PATCH v5 0/2] hw/nvme: Support for Namespaces Management from guest OS
 2023-01-02 19:54 UTC  (3+ messages)
` [PATCH v5 1/2] hw/nvme: Support for Namespaces Management from guest OS - create-ns
` [PATCH v5 2/2] hw/nvme: Support for Namespaces Management from guest OS - delete-ns

[PATCH v4 00/30] This series consolidates the implementations of the PIIX3 and PIIX4 south
 2023-01-02 18:25 UTC  (4+ messages)
` [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges

[PATCH] target/arm: Allow users to set the number of VFP registers
 2023-01-02 17:52 UTC 

[PATCH 0/4] target/m68k: fix FPSR quotient byte for fmod and frem
 2023-01-02 17:35 UTC  (14+ messages)
` [PATCH 1/4] target/m68k: pass quotient directly into make_quotient()
` [PATCH 2/4] target/m68k: pass sign "
` [PATCH 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
` [PATCH 4/4] target/m68k: fix FPSR quotient byte for frem instruction

[PATCH v4] hw/rtc/mc146818rtc: Make this rtc device target independent
 2023-01-02 16:50 UTC  (6+ messages)

[PATCH] meson: allow disablind the installation of keymaps
 2023-01-02 16:19 UTC 

[PATCH 1/1] hw/arm/sbsa-ref.c: Start APs powered off
 2023-01-02 15:46 UTC 

[PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
 2023-01-02 15:03 UTC  (43+ messages)

[PATCH] ccid-card-emulated: fix cast warning
 2023-01-02 14:44 UTC  (2+ messages)

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2023-01-02 14:07 UTC  (29+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH v2 03/11] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions
` [PATCH v2 05/11] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH v2 06/11] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH v2 07/11] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH v2 08/11] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH v2 09/11] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH v2 10/11] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH v2 11/11] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[PATCH] chardev: clean up chardev-parallel.c
 2023-01-02 11:56 UTC  (2+ messages)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-02 11:52 UTC  (12+ messages)
` [PATCH v5 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v5 02/11] hw/riscv/spike: use 'fdt' from MachineState
` [PATCH v5 03/11] hw/riscv/sifive_u: "
` [PATCH v5 04/11] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PATCH v5 05/11] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PATCH v5 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v5 07/11] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH v5 08/11] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH v5 09/11] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH v5 11/11] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH RFC 0/4] vdagent: support live migration
 2023-01-02 11:42 UTC  (8+ messages)
` [PATCH RFC 1/4] vdagent: fix memory leak when vdagent_disconnect is called
` [PATCH RFC 2/4] vdagent: refactor vdagent_chr_recv_caps function
` [PATCH RFC 3/4] vdagent: add live migration support
` [PATCH RFC 4/4] vdagent: remove migration blocker

[GIT PULL 0/4] Host Memory Backends and Memory devices queue 2023-01-02
 2023-01-02 11:29 UTC  (5+ messages)
` [GIT PULL 1/4] virtio-mem: Fix the bitmap index of the section offset
` [GIT PULL 2/4] virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
` [GIT PULL 3/4] virtio-mem: Fix typo in function name
` [GIT PULL 4/4] hostmem: Honor multiple preferred nodes if possible

[PATCH v2] pflash: Only read non-zero parts of backend image
 2023-01-02 11:11 UTC  (5+ messages)

[PATCH 0/9] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2023-01-02 10:55 UTC  (11+ messages)
` [PATCH 1/9] hw/watchdog/wdt_aspeed: Map the whole MMIO range
` [PATCH 6/9] hw/arm/aspeed_ast10x0: Map HACE peripheral

[PATCH] usbredir: Do not detach usb if backend chardev disconnect
 2023-01-02 10:43 UTC  (3+ messages)

[PATCH] Update scripts/meson-buildoptions.sh
 2023-01-02 10:41 UTC 

[PATCH] linux-user: fix bug about incorrect base addresss of idt and gdt on i386 and x86_64
 2023-01-02 10:03 UTC 

[PATCH] linux-user: fix bug about incorrect base addresss of idt and gdt on i386 and x86_64
 2023-01-02 10:00 UTC 

[PATCH] linux-user: fix bug about incorrect base addresss of idt and gdt on i386 and x86_64
 2023-01-02  9:44 UTC 

[PATCH RESEND v3 00/10] migration: introduce dirtylimit capability
 2023-01-02  8:14 UTC  (2+ messages)

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-02  7:18 UTC  (2+ messages)

[PATCH] net: Increase L2TPv3 buffer to fit jumboframes
 2023-01-02  5:58 UTC  (2+ messages)

[PATCH] linux-user: fix bug about incorrect base addresss of idt and gdt on i386 and x86_64
 2023-01-02  3:06 UTC 

[PATCH] vmnet: stop recieving events when VM is stopped
 2023-01-02  1:08 UTC 

[PATCH v2 0/3] hw/isa/piix4: Remove MIPS Malta specific bits
 2023-01-02  0:03 UTC  (6+ messages)
` [PATCH v2 2/3] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader

[PATCH v5] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-01 21:21 UTC 

[PATCH] linux-user: fix bug about incorrect base addresss of idt and gdt on i386 and x86_64
 2023-01-01 16:46 UTC  (3+ messages)
` Recall: "

[PATCH] linux-user: add more netlink protocol constants
 2023-01-01 14:11 UTC 

[PATCH v3] xio3130_upstream: Add ACS (Access Control Services) capability
 2023-01-01  9:07 UTC  (4+ messages)

Question about TLBs
 2022-12-31 20:04 UTC  (2+ messages)

[PULL 00/21] Hexagon update: bug fixes, performance, idef-parser
 2022-12-31 14:00 UTC  (4+ messages)
` [PULL 17/21] target/hexagon: prepare input for the idef-parser

[PATCH 1/1] target/hexagon: work around unused variable in yyparser
 2022-12-31 12:48 UTC  (2+ messages)

qemu-system-i386: Could not install MSR_CORE_THREAD_COUNT handler: Success
 2022-12-31 12:38 UTC  (7+ messages)

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2022-12-30 22:07 UTC  (3+ messages)
  ` [PATCH qemu v3] "

[PATCH] target/microblaze: Add gdbstub xml
 2022-12-30 20:40 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
 2022-12-30 15:43 UTC  (4+ messages)
` [PATCH v2 1/2] hw/arm/stm32f405: correctly describe the "
` [PATCH v2 2/2] hw/arm: Add Olimex H405

[PATCH 00/11] audio: more improvements
 2022-12-30 14:05 UTC  (4+ messages)
` [PATCH 10/11] alsaaudio: change default playback settings

[PATCH] ui/cocoa: user friendly characters for release mouse
 2022-12-30 14:01 UTC  (3+ messages)

[PATCH v3 00/17] hw/9pfs: Add 9pfs support for Windows
 2022-12-30 13:36 UTC  (4+ messages)
` [PATCH v3 07/17] hw/9pfs: Support getting current directory offset "

[PULL 00/47] tcg patch queue
 2022-12-30 13:17 UTC  (3+ messages)
` [PULL 46/47] accel/tcg: Handle false negative lookup in page_check_range

[PATCH v4 00/11] riscv: OpenSBI boot test and cleanups
 2022-12-30 12:53 UTC  (10+ messages)
` [PATCH v4 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v4 04/11] hw/riscv/boot.c: exit early if filename is NULL in load_(kernel|initrd)
` [PATCH v4 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v4 07/11] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()

[PATCH v4 0/3] Add irq number property for loongarch pch interrupt controller
 2022-12-30 12:45 UTC  (7+ messages)
` [PATCH v4 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v4 2/3] hw/intc/loongarch_pch_pic: "
` [PATCH v4 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[PATCH v2] i386: Deprecate the -no-hpet QEMU command line option
 2022-12-30 12:47 UTC  (2+ messages)

[RFC PATCH v5 00/52] Xen support under KVM
 2022-12-30 12:12 UTC  (7+ messages)
` [RFC PATCH v5 07/52] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v5 08/52] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v5 16/52] i386/xen: manage and save/restore Xen guest long_mode setting
` [RFC PATCH v5 19/52] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v5 22/52] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v5 27/52] hw/xen: Add xen_evtchn device for event channel emulation


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