]> git.proxmox.com Git - mirror_qemu.git/history - include
lasips2: don't use legacy ps2_mouse_init() function
[mirror_qemu.git] / include /
2022-07-18 Mark Cave-Aylandlasips2: don't use legacy ps2_mouse_init() function
2022-07-18 Mark Cave-Aylandlasips2: don't use legacy ps2_kbd_init() function
2022-07-18 Mark Cave-Aylandlasips2: rename LASIPS2Port parent pointer to lasips2
2022-07-18 Mark Cave-Aylandlasips2: switch to using port-based IRQs
2022-07-18 Mark Cave-Aylandlasips2: add named input gpio to handle incoming port...
2022-07-18 Mark Cave-Aylandlasips2: add named input gpio to port for downstream...
2022-07-18 Mark Cave-Aylandlasips2: introduce LASIPS2PortDeviceClass for the LASIP...
2022-07-18 Mark Cave-Aylandlasips2: introduce port IRQ and new lasips2_port_init...
2022-07-18 Mark Cave-Aylandlasips2: rename LASIPS2Port irq field to birq
2022-07-18 Mark Cave-Aylandlasips2: move mouse port initialisation to new lasips2_...
2022-07-18 Mark Cave-Aylandlasips2: move keyboard port initialisation to new lasip...
2022-07-18 Mark Cave-Aylandlasips2: introduce new LASIPS2_MOUSE_PORT QOM type
2022-07-18 Mark Cave-Aylandlasips2: introduce new LASIPS2_KBD_PORT QOM type
2022-07-18 Mark Cave-Aylandlasips2: QOMify LASIPS2Port
2022-07-18 Mark Cave-Aylandlasips2: change LASIPS2State dev pointer from void...
2022-07-18 Mark Cave-Aylandlasips2: remove legacy lasips2_initfn() function
2022-07-18 Mark Cave-Aylandlasips2: remove the qdev base property and the lasips2_...
2022-07-18 Mark Cave-Aylandpl050: don't use legacy ps2_mouse_init() function
2022-07-18 Mark Cave-Aylandpl050: don't use legacy ps2_kbd_init() function
2022-07-18 Mark Cave-Aylandpl050: introduce PL050DeviceClass for the PL050 device
2022-07-18 Mark Cave-Aylandpl050: introduce new PL050_MOUSE_DEVICE QOM type
2022-07-18 Mark Cave-Aylandpl050: introduce new PL050_KBD_DEVICE QOM type
2022-07-18 Mark Cave-Aylandpl050: change PL050State dev pointer from void to PS2State
2022-07-18 Mark Cave-Aylandpl050: move PL050State from pl050.c to new pl050.h...
2022-07-18 Peter MaydellMerge tag 'pull-target-arm-20220718' of https://git...
2022-07-18 Andrey MakarovAlign Raspberry Pi DMA interrupts with Linux DTS
2022-07-15 Peter MaydellMerge tag 'nvme-next-pull-request' of git://git.infrade...
2022-07-15 Peter MaydellMerge tag 'pull-aspeed-20220714' of https://github...
2022-07-15 Darren Kennynvme: Fix misleading macro when mixed with ternary...
2022-07-15 Jinhao Fanhw/nvme: Implement shadow doorbell buffer support
2022-07-14 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-14 Peter Delevoryasaspeed: Make aspeed_board_init_flashes public
2022-07-14 Peter Delevoryasaspeed: Refactor UART init for multi-SoC machines
2022-07-14 Peter Delevoryashw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
2022-07-14 Peter Delevoryashw/i2c/pmbus: Add idle state to return 0xff's
2022-07-14 Joel Stanleyaspeed: sbc: Allow per-machine settings
2022-07-14 Peter MaydellMerge tag 'qga-win32-pull-2022-07-13' of github.com...
2022-07-14 Peter MaydellMerge tag 'darwin-20220712' of https://github.com/philm...
2022-07-13 Peter MaydellMerge tag 'mips-20220712' of https://github.com/philmd...
2022-07-13 Mark Cave-Aylandscsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED...
2022-07-13 Mark Cave-Aylandscsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFI...
2022-07-13 Mark Cave-Aylandscsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD...
2022-07-13 Mark Cave-Aylandscsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
2022-07-13 Akihiko Odakicutils: Introduce bundle mechanism
2022-07-12 Richard Hendersonsemihosting: Remove qemu_semihosting_log_out
2022-07-12 Peter MaydellMerge tag 'pull-block-2022-07-12' of https://gitlab...
2022-07-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-12 Alberto Fariablock: Reorganize some declarations in block-backend...
2022-07-12 Alberto Fariablock: Add blk_co_truncate()
2022-07-12 Alberto Fariablock: Add blk_co_ioctl()
2022-07-12 Alberto Fariablock: Implement blk_flush() using generated_co_wrapper
2022-07-12 Alberto Fariablock: Implement blk_pdiscard() using generated_co_wrapper
2022-07-12 Alberto Fariablock: Implement blk_pwrite_zeroes() using generated_co...
2022-07-12 Alberto Fariablock: Add blk_co_pwrite_compressed()
2022-07-12 Alberto Fariablock: Change blk_pwrite_compressed() param order
2022-07-12 Alberto Fariablock: Export blk_pwritev_part() in block-backend-io.h
2022-07-12 Alberto Fariablock: Add blk_[co_]preadv_part()
2022-07-12 Alberto Fariablock: Add blk_{preadv,pwritev}()
2022-07-12 Alberto Fariablock: Implement blk_{pread,pwrite}() using generated_c...
2022-07-12 Alberto Fariablock: Make blk_co_pwrite() take a const buffer
2022-07-12 Alberto Fariablock: Make 'bytes' param of blk_{pread,pwrite}() an...
2022-07-12 Alberto Fariablock: Change blk_{pread,pwrite}() param order
2022-07-12 Alberto Fariablock: Add a 'flags' param to blk_pread()
2022-07-12 Alberto Fariablock: Add bdrv_co_pwrite_sync()
2022-07-12 Alberto Fariablock: Implement bdrv_{pread,pwrite,pwrite_zeroes}...
2022-07-12 Alberto Fariablock: Make 'bytes' param of bdrv_co_{pread,pwrite...
2022-07-12 Alberto Fariablock: Make bdrv_co_pwrite() take a const buffer
2022-07-12 Alberto Fariacrypto: Make block callbacks return 0 on success
2022-07-12 Alberto Fariablock: Change bdrv_{pread,pwrite,pwrite_sync}() param...
2022-07-12 Alberto Fariablock: Add a 'flags' param to bdrv_{pread,pwrite,pwrite...
2022-07-08 Richard HendersonMerge tag 'pull-target-arm-20220707' of https://git...
2022-07-07 Richard HendersonMerge tag 'pull-request-2022-07-07' of https://gitlab...
2022-07-07 Jason A. Donenfeldhw/arm/virt: dt: add rng-seed property
2022-07-07 Richard HendersonMerge tag 'pull-ppc-20220706' of https://gitlab.com...
2022-07-06 Richard HendersonMerge tag 'm68k-for-7.1-pull-request' of https://github...
2022-07-06 Alexey Kardashevskiyppc/spapr: Implement H_WATCHDOG
2022-07-06 Alexey Kardashevskiyppc: Define SETFIELD for the ppc target
2022-07-06 Alexey Kardashevskiyspapr/ddw: Reset DMA when the last non-default window...
2022-07-06 Daniel Henrique... ppc/pnv: assign pnv-phb-root-port chassis/slot earlier
2022-07-06 Daniel Henrique... ppc/pnv: attach phb3/phb4 root ports in QOM tree
2022-07-06 Jason A. Donenfeldm68k: virt: pass RNG seed via bootinfo block
2022-07-05 Richard HendersonMerge tag 'pull-xen-20220705' of https://xenbits.xen...
2022-07-05 Richard HendersonMerge tag 'pull-request-2022-07-05' of https://gitlab...
2022-07-05 Richard HendersonMerge tag 'pull-la-20220705' of https://gitlab.com...
2022-07-05 Xiaojuan Yanghw/intc/loongarch_ipi: Fix ipi device access of 64bits
2022-07-05 Thomas Huthinclude/qemu/host-utils: Remove unused code in the...
2022-07-05 Thomas Huthdisas: Remove libvixl disassembler
2022-07-04 Richard HendersonMerge tag 'pull-la-20220704' of https://gitlab.com...
2022-07-04 Richard HendersonMerge tag 'kraxel-20220704-pull-request' of https:...
2022-07-04 Mao Bibohw/intc/loongarch_pch_msi: Fix msi vector convertion
2022-07-01 Wen, Jianxianui/console: allow display device to be labeled with...
2022-06-30 Richard HendersonMerge tag 'pull-aspeed-20220630' of https://github...
2022-06-30 Peter Delevoryashw/misc/aspeed: Add PECI controller
2022-06-30 Peter Delevoryashw/i2c/aspeed: Add new-registers DMA slave mode RX...
2022-06-30 Klaus Jensenhw/i2c/aspeed: add slave device in old register mode
2022-06-30 Klaus Jensenhw/i2c: add asynchronous send
2022-06-30 Klaus Jensenhw/i2c: support multiple masters
2022-06-30 Peter Delevoryasaspeed: Map unimplemented devices in SoC memory
2022-06-30 Peter Delevoryasaspeed: Remove usage of sysbus_mmio_map
2022-06-30 Peter Delevoryasaspeed: Add memory property to Aspeed SoC
next