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-07-15
hw/nvme: Implement shadow doorbell buffer support
Jinhao Fan
3
-1
/
+124
2022-07-14
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
26
-114
/
+349
2022-07-14
aspeed: Add fby35-bmc slot GPIO's
Peter Delevoryas
1
-1
/
+13
2022-07-14
hw/gpio/aspeed: Don't let guests modify input pins
Peter Delevoryas
2
-8
/
+9
2022-07-14
qtest/aspeed_gpio: Add input pin modification test
Peter Delevoryas
1
-0
/
+27
2022-07-14
hw: m25p80: add tests for BP and TB bit write protect
Iris Chen
1
-0
/
+111
2022-07-14
hw: m25p80: Add Block Protect and Top Bottom bits for write protect
Iris Chen
1
-12
/
+90
2022-07-14
test/avocado/machine_aspeed.py: Add SDK tests
Cédric Le Goater
1
-0
/
+68
2022-07-14
docs: aspeed: Minor updates
Cédric Le Goater
1
-4
/
+10
2022-07-14
docs: aspeed: Add fby35 multi-SoC machine section
Peter Delevoryas
1
-0
/
+48
2022-07-14
aspeed: Add AST1030 (BIC) to fby35
Peter Delevoryas
1
-1
/
+26
2022-07-14
aspeed: fby35: Add a bootrom for the BMC
Cédric Le Goater
1
-0
/
+83
2022-07-14
aspeed: Add AST2600 (BMC) to fby35
Peter Delevoryas
1
-0
/
+41
2022-07-14
aspeed: Add fby35 skeleton
Peter Delevoryas
3
-1
/
+42
2022-07-14
aspeed: Make aspeed_board_init_flashes public
Peter Delevoryas
2
-1
/
+3
2022-07-14
aspeed: Refactor UART init for multi-SoC machines
Peter Delevoryas
5
-24
/
+71
2022-07-14
aspeed: Create SRAM name from first CPU index
Peter Delevoryas
3
-5
/
+10
2022-07-14
hw/sensor: Add Renesas ISL69259 device model
Peter Delevoryas
1
-0
/
+28
2022-07-14
hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
Peter Delevoryas
2
-0
/
+17
2022-07-14
hw/i2c/pmbus: Add idle state to return 0xff's
Peter Delevoryas
2
-0
/
+16
2022-07-14
aspeed: sbc: Allow per-machine settings
Joel Stanley
2
-2
/
+53
2022-07-14
Merge tag 'qga-win32-pull-2022-07-13' of github.com:kostyanf14/qemu into staging
Peter Maydell
5
-1
/
+178
2022-07-14
Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging
Peter Maydell
8
-37
/
+61
2022-07-13
Merge tag 'mips-20220712' of https://github.com/philmd/qemu into staging
Peter Maydell
10
-226
/
+458
2022-07-13
pc-bios/s390-ccw: add -Wno-array-bounds
Paolo Bonzini
1
-0
/
+1
2022-07-13
q800: add default vendor and product information for scsi-cd devices
Mark Cave-Ayland
1
-0
/
+3
2022-07-13
q800: add default vendor and product information for scsi-hd devices
Mark Cave-Ayland
1
-0
/
+3
2022-07-13
scsi-disk: allow MODE SELECT block descriptor to set the block size
Mark Cave-Ayland
2
-0
/
+7
2022-07-13
scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...
Mark Cave-Ayland
1
-0
/
+4
2022-07-13
q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd ...
Mark Cave-Ayland
1
-0
/
+1
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for Macintosh
Mark Cave-Ayland
3
-1
/
+8
2022-07-13
scsi-disk: add FORMAT UNIT command
Mark Cave-Ayland
2
-0
/
+5
2022-07-13
q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple ...
Mark Cave-Ayland
1
-0
/
+2
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...
Mark Cave-Ayland
3
-2
/
+30
2022-07-13
q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-...
Mark Cave-Ayland
1
-0
/
+1
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for Macintosh
Mark Cave-Ayland
2
-4
/
+24
2022-07-13
q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-...
Mark Cave-Ayland
1
-0
/
+6
2022-07-13
scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
Mark Cave-Ayland
3
-0
/
+21
2022-07-13
scsi-disk: add new quirks bitmap to SCSIDiskState
Mark Cave-Ayland
1
-0
/
+1
2022-07-13
meson: Prefix each element of firmware path
Akihiko Odaki
6
-10
/
+37
2022-07-13
module: Use bundle mechanism
Akihiko Odaki
1
-1
/
+0
2022-07-13
datadir: Use bundle mechanism
Akihiko Odaki
6
-69
/
+15
2022-07-13
cutils: Introduce bundle mechanism
Akihiko Odaki
7
-26
/
+102
2022-07-13
scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)
Mauro Matteo Cascella
2
-1
/
+78
2022-07-13
qga: add command 'guest-get-cpustats'
zhenwei pi
3
-0
/
+176
2022-07-13
qapi: Avoid generating C identifier 'linux'
zhenwei pi
1
-1
/
+1
2022-07-13
MAINTAINERS: Add myself as Guest Agent reviewer
Konstantin Kostiuk
1
-0
/
+1
2022-07-13
avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR
Peter Delevoryas
1
-8
/
+9
2022-07-13
ui/cocoa: Take refresh rate into account
Akihiko Odaki
2
-1
/
+14
2022-07-13
ui/cocoa: Fix switched_to_fullscreen warning
Peter Delevoryas
1
-8
/
+0
[prev]
[next]