qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-20 15:37:48 to 2022-05-22 21:29:00 UTC [more...]

[PATCH v2 0/6] QOM'ify PIIX southbridge creation
 2022-05-22 21:24 UTC  (2+ messages)
` [PATCH v2 1/6] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names

[PATCH v2 0/3] QOM improvements for rtc/mc146818rtc
 2022-05-22 20:43 UTC  (4+ messages)
` [PATCH v2 1/3] hw/i386/microvm-dt: Force explicit failure if retrieving QOM property fails
` [PATCH v2 2/3] hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM property
` [PATCH v2 3/3] rtc/mc146818rtc: QOM'ify io_base offset

[PATCH 00/50] PS2 device QOMification - part 1
 2022-05-22 18:18 UTC  (51+ messages)
` [PATCH 01/50] ps2: checkpatch fixes
` [PATCH 02/50] ps2: QOMify PS2State
` [PATCH 03/50] ps2: QOMify PS2KbdState
` [PATCH 04/50] ps2: QOMify PS2MouseState
` [PATCH 05/50] ps2: move QOM type definitions from ps2.c to ps2.h
` [PATCH 06/50] ps2: improve function prototypes in ps2.c and ps2.h
` [PATCH 07/50] ps2: introduce PS2DeviceClass
` [PATCH 08/50] ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_reset()
` [PATCH 09/50] ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
` [PATCH 10/50] ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler
` [PATCH 11/50] ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler
` [PATCH 12/50] ps2: don't use vmstate_register() in ps2_kbd_init()
` [PATCH 13/50] ps2: don't use vmstate_register() in ps2_mouse_init()
` [PATCH 14/50] pl050: checkpatch fixes
` [PATCH 15/50] pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_update_irq() functions
` [PATCH 16/50] lasips2: spacing fixes
` [PATCH 17/50] lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
` [PATCH 18/50] pckbd: checkpatch fixes
` [PATCH 19/50] pckbd: move KBDState from pckbd.c to i8042.h
` [PATCH 20/50] pckbd: move ISAKBDState "
` [PATCH 21/50] pckbd: introduce new I8042_MMIO QOM type
` [PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PATCH 23/50] pckbd: add mask qdev property to "
` [PATCH 24/50] pckbd: add size "
` [PATCH 25/50] pckbd: implement i8042_mmio_realize() function
` [PATCH 26/50] pckbd: implement i8042_mmio_init() function
` [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PATCH 28/50] pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
` [PATCH 29/50] pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
` [PATCH 30/50] pckbd: move ps2_kbd_init() and ps2_mouse_init() "
` [PATCH 31/50] ps2: make ps2_raise_irq() function static
` [PATCH 32/50] ps2: use ps2_raise_irq() instead of calling update_irq() directly
` [PATCH 33/50] ps2: introduce ps2_lower_irq() "
` [PATCH 34/50] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PATCH 35/50] pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
` [PATCH 36/50] pl050: switch over from update_irq() function to PS2 device gpio
` [PATCH 37/50] lasips2: QOMify LASIPS2State
` [PATCH 38/50] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
` [PATCH 39/50] lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device
` [PATCH 40/50] lasips2: implement lasips2_init() function
` [PATCH 41/50] lasips2: move mapping of LASIPS2 registers to HPPA machine
` [PATCH 42/50] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()
` [PATCH 43/50] lasips2: add base property
` [PATCH 44/50] lasips2: implement lasips2_realize()
` [PATCH 45/50] lasips2: use qdev gpio for output IRQ
` [PATCH 46/50] lasips2: switch over from update_irq() function to PS2 device gpio
` [PATCH 47/50] pckbd: switch I8042_MMIO device "
` [PATCH 48/50] pckbd: add i8042_reset() function to I8042 device
` [PATCH 49/50] pckbd: switch I8042 device from update_irq() function to PS2 device gpio
` [PATCH 50/50] ps2: remove update_irq() function and update_arg parameter

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-22 15:06 UTC  (7+ messages)

[PATCH v2 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
 2022-05-22 15:50 UTC  (7+ messages)
` [PATCH v2 1/6] hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()
` [PATCH v2 2/6] hw/acpi/viot: move the individual PCI host bridge entry generation to a new function
` [PATCH v2 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
` [PATCH v2 4/6] tests/acpi: virt: allow VIOT acpi table changes
` [PATCH v2 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus
` [PATCH v2 6/6] tests/acpi: virt: update golden masters for VIOT

[PATCH 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
 2022-05-22 13:59 UTC  (9+ messages)
` [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()
` [PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus

[PATCH 0/6] QOM'ify PIIX southbridge creation
 2022-05-22 12:30 UTC  (18+ messages)
` [PATCH 1/6] include/hw: Move TYPE_PIIX4_PCI_DEVICE to southbridge/piix.h
` [PATCH 2/6] hw/isa/piix{3, 4}: Move pci_map_irq_fn's near pci_set_irq_fn's
` [PATCH 3/6] hw/isa/piix{3,4}: QOM'ify PCI device creation and wiring
    ` [PATCH 3/6] hw/isa/piix{3, 4}: "
` [PATCH 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions
` [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function
` [PATCH 6/6] hw/isa/piix{3,4}: Inline and remove create() functions
    ` [PATCH 6/6] hw/isa/piix{3, 4}: "

[PATCH 0/2] QOM improvements for rtc/mc146818rtc
 2022-05-22 12:16 UTC  (9+ messages)
` [PATCH 1/2] hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM property
` [PATCH 2/2] rtc/mc146818rtc: QOM'ify io_base offset

qemu-user (arm64) fails (null ptr deref) under qemu-system-x86_64 w/o avx?
 2022-05-22  7:54 UTC  (3+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-22  4:03 UTC  (5+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

Emulating CPUs with larger atomic accesses
 2022-05-22  1:07 UTC  (2+ messages)

[Qemu-devel] [Bug 1639394] [NEW] Unable to boot Solaris 8/9 x86 under Fedora 24
 2022-05-21 20:43 UTC  (2+ messages)
` [Bug 1639394] "

[PATCH] block: drop unused bdrv_co_drain() API
 2022-05-21 12:27 UTC 

[PATCH v2 00/10] Random cleanup patches
 2022-05-21  9:55 UTC  (17+ messages)
` [PATCH v2 01/10] hw: Reuse TYPE_I8042 define
` [PATCH v2 02/10] hw/audio/cs4231a: Const'ify global tables
` [PATCH v2 03/10] hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro
` [PATCH v2 04/10] hw/i386/pc: Unexport functions used only internally
` [PATCH v2 05/10] hw/i386/pc: Remove orphan declarations
` [PATCH v2 06/10] hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE
` [PATCH v2 07/10] hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()
` [PATCH v2 08/10] accel/tcg/cpu-exec: Unexport dump_drift_info()
` [PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it
` [PATCH v2 10/10] docs/devel: Fix link to developer mailing lists

[PATCH v2] contrib/elf2dmp: add ELF dump header checking
 2022-05-21  9:13 UTC  (3+ messages)

[PATCH v10 00/45] CXl 2.0 emulation Support
 2022-05-21  9:11 UTC  (5+ messages)
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows

[PATCH] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
 2022-05-21  8:54 UTC  (2+ messages)

[PATCH 0/3] ppc: Implement ISA 3.00 tlbie[l]
 2022-05-21  5:28 UTC  (5+ messages)
` [PATCH 1/3] target/ppc: Move tlbie to decode tree
` [PATCH 2/3] target/ppc: Move tlbiel "
` [PATCH 3/3] target/ppc: Implement ISA 3.00 tlbie[l]

[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
 2022-05-21  5:22 UTC  (2+ messages)

[PATCH v2] linux-user: Clean up arg_start/arg_end confusion
 2022-05-21  5:19 UTC  (2+ messages)

[PATCH v3 00/49] semihosting cleanup
 2022-05-21  4:51 UTC  (51+ messages)
` [PATCH v3 01/49] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v3 02/49] semihosting: Return failure from softmmu-uaccess.h functions
` [PATCH v3 03/49] semihosting: Improve condition for config.c and console.c
` [PATCH v3 04/49] semihosting: Move softmmu-uaccess.h functions out of line
` [PATCH v3 05/49] semihosting: Add target_strlen for softmmu-uaccess.h
` [PATCH v3 06/49] semihosting: Simplify softmmu_lock_user_string
` [PATCH v3 07/49] semihosting: Split out guestfd.c
` [PATCH v3 08/49] semihosting: Inline set_swi_errno into common_semi_cb
` [PATCH v3 09/49] semihosting: Adjust error checking in common_semi_cb
` [PATCH v3 10/49] semihosting: Clean up common_semi_flen_cb
` [PATCH v3 11/49] semihosting: Clean up common_semi_open_cb
` [PATCH v3 12/49] semihosting: Return void from do_common_semihosting
` [PATCH v3 13/49] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v3 14/49] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval "
` [PATCH v3 16/49] include/exec: Define errno values in gdbstub.h
` [PATCH v3 17/49] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v3 18/49] semihosting: Split is_64bit_semihosting per target
` [PATCH v3 19/49] semihosting: Split common_semi_flen_buf "
` [PATCH v3 20/49] semihosting: Split out common_semi_has_synccache
` [PATCH v3 21/49] semihosting: Use env more often in do_common_semihosting
` [PATCH v3 22/49] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open
` [PATCH v3 24/49] semihosting: Split out semihost_sys_close
` [PATCH v3 25/49] semihosting: Split out semihost_sys_read
` [PATCH v3 26/49] semihosting: Split out semihost_sys_write
` [PATCH v3 27/49] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v3 28/49] semihosting: Split out semihost_sys_lseek
` [PATCH v3 29/49] semihosting: Split out semihost_sys_isatty
` [PATCH v3 30/49] semihosting: Split out semihost_sys_flen
` [PATCH v3 31/49] semihosting: Split out semihost_sys_remove
` [PATCH v3 32/49] semihosting: Split out semihost_sys_rename
` [PATCH v3 33/49] semihosting: Split out semihost_sys_system
` [PATCH v3 34/49] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v3 35/49] semihosting: Create semihost_sys_gettimeofday
` [PATCH v3 36/49] gdbstub: Widen gdb_syscall_complete_cb return value
` [PATCH v3 37/49] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v3 38/49] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PATCH v3 39/49] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v3 40/49] semihosting: Cleanup chardev init
` [PATCH v3 41/49] semihosting: Create qemu_semihosting_console_write
` [PATCH v3 42/49] semihosting: Add GuestFDConsole
` [PATCH v3 43/49] semihosting: Create qemu_semihosting_guestfd_init
` [PATCH v3 44/49] semihosting: Use console_in_gf for SYS_READC
` [PATCH v3 45/49] semihosting: Use console_out_gf for SYS_WRITEC
` [PATCH v3 46/49] semihosting: Remove qemu_semihosting_console_outc
` [PATCH v3 47/49] semihosting: Use console_out_gf for SYS_WRITE0
` [PATCH v3 48/49] semihosting: Remove qemu_semihosting_console_outs
` [PATCH v3 49/49] semihosting: Create semihost_sys_poll_one

[PATCH] ide_ioport_read: Return lower octet of data register instead of 0xFF
 2022-05-20 23:52 UTC 

[PATCH] qga-win32: Add support for NVME but type
 2022-05-20 20:40 UTC  (2+ messages)

[PATCH v5 0/8] VSX MMA Implementation
 2022-05-20 19:54 UTC  (9+ messages)
` [PATCH v5 1/8] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [PATCH v5 2/8] target/ppc: Implemented xvi*ger* instructions
` [PATCH v5 3/8] target/ppc: Implemented pmxvi*ger* instructions
` [PATCH v5 4/8] target/ppc: Implemented xvf*ger*
` [PATCH v5 5/8] target/ppc: Implemented xvf16ger*
` [PATCH v5 6/8] target/ppc: Implemented pmxvf*ger*
` [PATCH v5 7/8] target/ppc: Implemented [pm]xvbf16ger2*
` [PATCH v5 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap

Sharing directories from Windows hosts
 2022-05-20 19:38 UTC 

[PATCH v4 0/8] VSX MMA Implementation
 2022-05-20 19:03 UTC  (5+ messages)
` [PATCH v4 5/8] target/ppc: Implemented xvf16ger*

[PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
 2022-05-20 18:51 UTC  (6+ messages)

[RFC PATCH 0/2] CXL FMAPI interface over MCTP/I2C
 2022-05-20 17:01 UTC  (3+ messages)
` [RFC PATCH 1/2] misc/i2c_mctp_cxl_fmapi: Initial device emulation
` [RFC PATCH 2/2] arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing

[RFC PATCH 0/2] CXL FMAPI interface over MCTP/I2C
 2022-05-20 16:59 UTC 

[PATCH v11 0/2] hw/arm/virt: CXL 2.0 emulation support
 2022-05-20 16:37 UTC  (3+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v11 2/2] qtest/cxl: Add aarch64 virt test for CXL

[PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features
 2022-05-20 15:36 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).