OSDN Git Service

qmiga/qemu.git
2022-06-27 Richard Hendersontarget/arm: Introduce sve_vqm1_for_el_sm
2022-06-27 Richard Hendersontarget/arm: Add cpu properties for SME
2022-06-27 Richard Hendersontarget/arm: Unexport aarch64_add_*_properties
2022-06-27 Richard Hendersontarget/arm: Move arm_cpu_*_finalize to internals.h
2022-06-27 Richard Hendersontarget/arm: Generalize cpu_arm_{get, set}_default_vec_len
2022-06-27 Richard Hendersontarget/arm: Generalize cpu_arm_{get,set}_vq
2022-06-27 Richard Hendersontarget/arm: Create ARMVQMap
2022-06-27 Richard Hendersontarget/arm: Move error for sve%d property to arm_cpu_sv...
2022-06-27 Richard Hendersontarget/arm: Implement SMSTART, SMSTOP
2022-06-27 Richard Hendersontarget/arm: Add the SME ZA storage to CPUARMState
2022-06-27 Richard Hendersontarget/arm: Add PSTATE.{SM,ZA} to TB flags
2022-06-27 Richard Hendersontarget/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2
2022-06-27 Richard Hendersontarget/arm: Add SMCR_ELx
2022-06-27 Richard Hendersontarget/arm: Add SVCR
2022-06-27 Richard Hendersontarget/arm: Add ARM_CP_SME
2022-06-27 Richard Hendersontarget/arm: Add syn_smetrap
2022-06-27 Richard Hendersontarget/arm: Add SMEEXC_EL to TB flags
2022-06-27 Richard Hendersontarget/arm: Implement TPIDR2_EL0
2022-06-27 Alexander Graftarget/arm: Catch invalid kvm state also for hvf
2022-06-27 Alexander Grafaccel: Introduce current_accel_name()
2022-06-27 Martin Liškasphinx: change default language to 'en'
2022-06-26 Richard HendersonMerge tag 'qemu-sparc-20220626' of https://github.com...
2022-06-26 Mark Cave-Aylandartist: set memory region owners for buffers to the...
2022-06-26 Mark Cave-Aylandps2: remove update_irq() function and update_arg parameter
2022-06-26 Mark Cave-Aylandpckbd: add QEMU interface comment for I8042 device
2022-06-26 Mark Cave-Aylandpckbd: switch I8042 device from update_irq() function...
2022-06-26 Mark Cave-Aylandpckbd: add i8042_reset() function to I8042 device
2022-06-26 Mark Cave-Aylandpckbd: add QEMU interface comment for I8042_MMIO device
2022-06-26 Mark Cave-Aylandpckbd: switch I8042_MMIO device from update_irq() funct...
2022-06-26 Mark Cave-Aylandlasips2: add QEMU interface comment
2022-06-26 Mark Cave-Aylandlasips2: switch over from update_irq() function to...
2022-06-26 Mark Cave-Aylandlasips2: use sysbus IRQ for output IRQ
2022-06-26 Mark Cave-Aylandlasips2: implement lasips2_realize()
2022-06-26 Mark Cave-Aylandlasips2: add base property
2022-06-26 Mark Cave-Aylandlasips2: move initialisation of PS2 ports from lasi_ini...
2022-06-26 Mark Cave-Aylandlasips2: move mapping of LASIPS2 registers to HPPA...
2022-06-26 Mark Cave-Aylandlasips2: implement lasips2_init() function
2022-06-26 Mark Cave-Aylandlasips2: rename lasips2_init() to lasips2_initfn()...
2022-06-26 Mark Cave-Aylandlasips2: move lasips2 QOM types from lasips2.c to lasips2.h
2022-06-26 Mark Cave-Aylandlasips2: QOMify LASIPS2State
2022-06-26 Mark Cave-Aylandpl050: add QEMU interface comment
2022-06-26 Mark Cave-Aylandpl050: switch over from update_irq() function to PS2...
2022-06-26 Mark Cave-Aylandpckbd: replace irq_kbd and irq_mouse with qemu_irq...
2022-06-26 Mark Cave-Aylandps2: add gpio for output IRQ and optionally use it...
2022-06-26 Mark Cave-Aylandps2: introduce ps2_lower_irq() instead of calling updat...
2022-06-26 Mark Cave-Aylandps2: use ps2_raise_irq() instead of calling update_irq...
2022-06-26 Mark Cave-Aylandps2: make ps2_raise_irq() function static
2022-06-26 Mark Cave-Aylandpckbd: move ps2_kbd_init() and ps2_mouse_init() to...
2022-06-26 Mark Cave-Aylandpckbd: more vmstate_register() from i8042_mm_init(...
2022-06-26 Mark Cave-Aylandpckbd: move mapping of I8042_MMIO registers to MIPS...
2022-06-26 Mark Cave-Aylandpckbd: alter i8042_mm_init() to return a I8042_MMIO...
2022-06-26 Mark Cave-Aylandpckbd: implement i8042_mmio_init() function
2022-06-26 Mark Cave-Aylandpckbd: implement i8042_mmio_realize() function
2022-06-26 Mark Cave-Aylandpckbd: add size qdev property to I8042_MMIO device
2022-06-26 Mark Cave-Aylandpckbd: add mask qdev property to I8042_MMIO device
2022-06-26 Mark Cave-Aylandpckbd: implement i8042_mmio_reset() for I8042_MMIO...
2022-06-26 Mark Cave-Aylandpckbd: introduce new I8042_MMIO QOM type
2022-06-26 Mark Cave-Aylandpckbd: move ISAKBDState from pckbd.c to i8042.h
2022-06-26 Mark Cave-Aylandpckbd: move KBDState from pckbd.c to i8042.h
2022-06-26 Mark Cave-Aylandpckbd: checkpatch fixes
2022-06-26 Mark Cave-Aylandlasips2: rename ps2dev_update_irq() to lasips2_port_set...
2022-06-26 Mark Cave-Aylandlasips2: spacing fixes
2022-06-26 Mark Cave-Aylandpl050: split pl050_update_irq() into separate pl050_set...
2022-06-26 Mark Cave-Aylandpl050: checkpatch fixes
2022-06-26 Mark Cave-Aylandps2: don't use vmstate_register() in ps2_mouse_init()
2022-06-26 Mark Cave-Aylandps2: don't use vmstate_register() in ps2_kbd_init()
2022-06-26 Mark Cave-Aylandps2: implement ps2_mouse_realize() and use it to regist...
2022-06-26 Mark Cave-Aylandps2: implement ps2_kbd_realize() and use it to register...
2022-06-26 Mark Cave-Aylandps2: remove duplicate setting of scancode_set in ps2_kb...
2022-06-26 Mark Cave-Aylandps2: implement ps2_reset() for the PS2_DEVICE QOM type...
2022-06-26 Mark Cave-Aylandps2: introduce PS2DeviceClass
2022-06-26 Mark Cave-Aylandps2: improve function prototypes in ps2.c and ps2.h
2022-06-26 Mark Cave-Aylandps2: move QOM type definitions from ps2.c to ps2.h
2022-06-26 Mark Cave-Aylandps2: QOMify PS2MouseState
2022-06-26 Mark Cave-Aylandps2: QOMify PS2KbdState
2022-06-26 Mark Cave-Aylandps2: QOMify PS2State
2022-06-26 Mark Cave-Aylandps2: checkpatch fixes
2022-06-24 Richard HendersonMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-06-24 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-06-24 Xie Yongjivduse-blk: Add name option
2022-06-24 Xie Yongjivduse-blk: Add serial option
2022-06-24 Eric Blakenbd: Drop dead code spotted by Coverity
2022-06-24 Emanuele Giuseppe... aio_wait_kick: add missing memory barrier
2022-06-24 Fabian Ebnerblock/gluster: correctly set max_pdiscard
2022-06-24 Stefano Garzarellablock/rbd: report a better error when namespace does...
2022-06-24 Stefan Hajnocziqsd: document vduse-blk exports
2022-06-24 Xie Yongjilibvduse: Add support for reconnecting
2022-06-24 Xie Yongjivduse-blk: Add vduse-blk resize support
2022-06-24 Xie Yongjivduse-blk: Implement vduse-blk export
2022-06-24 Xie Yongjilibvduse: Add VDUSE (vDPA Device in Userspace) library
2022-06-24 Xie Yongjilinux-headers: Add vduse.h
2022-06-24 Xie Yongjiblock/export: Abstract out the logic of virtio-blk...
2022-06-24 Xie Yongjiblock/export: Fix incorrect length passed to vu_queue_p...
2022-06-24 Xie Yongjiblock: Support passing NULL ops to blk_set_dev_ops()
2022-06-24 Vladimir Sementsov... block: simplify handling of try to merge different...
2022-06-24 Vladimir Sementsov... block: improve block_dirty_bitmap_merge(): don't alloca...
2022-06-24 Vladimir Sementsov... block: block_dirty_bitmap_merge(): fix error path
2022-06-24 Stefan Hajnocziblock: get rid of blk->guest_block_size
2022-06-24 Stefan Hajnocziblock: drop unused bdrv_co_drain() API
2022-06-24 Helge Dellerlinux-user: Adjust child_tidptr on set_tid_address...
next