index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-26
pckbd: add mask qdev property to I8042_MMIO device
Mark Cave-Ayland
1
-1
/
+7
2022-06-26
pckbd: implement i8042_mmio_reset() for I8042_MMIO device
Mark Cave-Ayland
1
-1
/
+9
2022-06-26
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
2
-1
/
+31
2022-06-26
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2
-10
/
+10
2022-06-26
pckbd: move KBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2
-24
/
+25
2022-06-26
pckbd: checkpatch fixes
Mark Cave-Ayland
1
-53
/
+97
2022-06-26
lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
Mark Cave-Ayland
1
-3
/
+3
2022-06-26
lasips2: spacing fixes
Mark Cave-Ayland
1
-2
/
+2
2022-06-26
pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...
Mark Cave-Ayland
1
-8
/
+13
2022-06-26
pl050: checkpatch fixes
Mark Cave-Ayland
1
-6
/
+13
2022-06-26
ps2: don't use vmstate_register() in ps2_mouse_init()
Mark Cave-Ayland
1
-1
/
+1
2022-06-26
ps2: don't use vmstate_register() in ps2_kbd_init()
Mark Cave-Ayland
1
-1
/
+1
2022-06-26
ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler
Mark Cave-Ayland
1
-2
/
+6
2022-06-26
ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler
Mark Cave-Ayland
1
-2
/
+7
2022-06-26
ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
Mark Cave-Ayland
1
-1
/
+0
2022-06-26
ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...
Mark Cave-Ayland
2
-13
/
+37
2022-06-26
ps2: introduce PS2DeviceClass
Mark Cave-Ayland
2
-1
/
+6
2022-06-26
ps2: improve function prototypes in ps2.c and ps2.h
Mark Cave-Ayland
2
-17
/
+13
2022-06-26
ps2: move QOM type definitions from ps2.c to ps2.h
Mark Cave-Ayland
2
-56
/
+57
2022-06-26
ps2: QOMify PS2MouseState
Mark Cave-Ayland
1
-38
/
+60
2022-06-26
ps2: QOMify PS2KbdState
Mark Cave-Ayland
1
-39
/
+65
2022-06-26
ps2: QOMify PS2State
Mark Cave-Ayland
1
-0
/
+28
2022-06-26
ps2: checkpatch fixes
Mark Cave-Ayland
1
-68
/
+86
2022-06-24
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Richard Henderson
43
-354
/
+2852
2022-06-24
Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...
Richard Henderson
5
-24
/
+92
2022-06-24
vduse-blk: Add name option
Xie Yongji
4
-11
/
+13
2022-06-24
vduse-blk: Add serial option
Xie Yongji
6
-10
/
+23
2022-06-24
nbd: Drop dead code spotted by Coverity
Eric Blake
1
-6
/
+2
2022-06-24
aio_wait_kick: add missing memory barrier
Emanuele Giuseppe Esposito
2
-1
/
+17
2022-06-24
block/gluster: correctly set max_pdiscard
Fabian Ebner
1
-1
/
+1
2022-06-24
block/rbd: report a better error when namespace does not exist
Stefano Garzarella
2
-0
/
+30
2022-06-24
qsd: document vduse-blk exports
Stefan Hajnoczi
2
-0
/
+30
2022-06-24
libvduse: Add support for reconnecting
Xie Yongji
3
-6
/
+260
2022-06-24
vduse-blk: Add vduse-blk resize support
Xie Yongji
1
-0
/
+20
2022-06-24
vduse-blk: Implement vduse-blk export
Xie Yongji
9
-4
/
+407
2022-06-24
libvduse: Add VDUSE (vDPA Device in Userspace) library
Xie Yongji
11
-0
/
+1424
2022-06-24
linux-headers: Add vduse.h
Xie Yongji
2
-1
/
+307
2022-06-24
block/export: Abstract out the logic of virtio-blk I/O process
Xie Yongji
5
-239
/
+301
2022-06-24
block/export: Fix incorrect length passed to vu_queue_push()
Xie Yongji
1
-3
/
+2
2022-06-24
block: Support passing NULL ops to blk_set_dev_ops()
Xie Yongji
1
-1
/
+1
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
5
-51
/
+23
2022-06-24
block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
Vladimir Sementsov-Ogievskiy
1
-20
/
+21
2022-06-24
block: block_dirty_bitmap_merge(): fix error path
Vladimir Sementsov-Ogievskiy
1
-1
/
+4
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
8
-17
/
+0
2022-06-24
block: drop unused bdrv_co_drain() API
Stefan Hajnoczi
2
-16
/
+0
2022-06-24
linux-user: Adjust child_tidptr on set_tid_address() syscall
Helge Deller
1
-5
/
+7
2022-06-24
linux-user: Add partial support for MADV_DONTNEED
Ilya Leoshkevich
4
-6
/
+68
2022-06-23
Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...
Richard Henderson
9
-101
/
+932
2022-06-23
hw/nvme: clear aen mask on reset
Klaus Jensen
1
-0
/
+1
2022-06-23
Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
Klaus Jensen
1
-23
/
+6
[next]