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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-15
pc: split out vga initialization from pc_init1() into pc_vga_init().
Isaku Yamahata
1
-18
/
+23
2010-05-15
pc: split out memory allocation from pc_init1() into pc_memory_init()
Isaku Yamahata
1
-28
/
+45
2010-05-15
pc: split out cpu initialization from pc_init1() into pc_cpus_init().
Isaku Yamahata
1
-12
/
+19
2010-05-15
pc: make pc_init1() not refer ferr_irq directly.
Isaku Yamahata
2
-1
/
+9
2010-05-15
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
1
-1
/
+6
2010-05-15
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
1
-9
/
+7
2010-05-15
pc: remove a global variable, floppy_controller.
Isaku Yamahata
1
-3
/
+5
2010-05-15
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
1
-1
/
+1
2010-05-15
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
3
-5
/
+22
2010-05-15
pc: initialize ioapic before use.
Isaku Yamahata
1
-3
/
+3
2010-05-15
acpi: split acpi.c into the common part and the piix4 part.
Isaku Yamahata
2
-562
/
+583
2010-05-15
acpi: add acpi constants from linux header files and use them.
Isaku Yamahata
2
-31
/
+103
2010-05-15
acpi: split out apm register emulation from acpi.c
Isaku Yamahata
3
-43
/
+125
2010-05-15
acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c
Isaku Yamahata
3
-156
/
+207
2010-05-15
mc146818rtc: Register vmstate via qdev
Jan Kiszka
1
-1
/
+2
2010-05-15
fdc: Register vmstate via qdev
Jan Kiszka
1
-5
/
+30
2010-05-15
serial: Register vmstate via qdev
Jan Kiszka
1
-1
/
+12
2010-05-15
vmstate: Add support for alias ID
Jan Kiszka
3
-2
/
+22
2010-05-15
vmstate: Drop unused post_save handler
Jan Kiszka
1
-1
/
+0
2010-05-15
sh: sm501: add 2D engine support
Shin-ichiro KAWASAKI
1
-3
/
+169
2010-05-15
tmp105: update the register in post_load where it needs updating.
Andrzej Zaborowski
1
-7
/
+2
2010-05-14
e1000: make some tables 'const'
Blue Swirl
1
-2
/
+2
2010-05-14
ide: make a table 'const'
Blue Swirl
1
-1
/
+1
2010-05-14
vga: make some tables 'const'
Blue Swirl
1
-5
/
+5
2010-05-12
pckbd: don't use any static state
Blue Swirl
1
-3
/
+1
2010-05-12
apb: don't use any static state
Blue Swirl
1
-4
/
+3
2010-05-10
lsi: Handle removal of selected devices
Jan Kiszka
1
-22
/
+38
2010-05-10
lsi: Adjust some register reset values
Jan Kiszka
1
-3
/
+5
2010-05-10
lsi: Purge message queue on reset
Jan Kiszka
1
-0
/
+2
2010-05-10
scsi-disk: Clear aiocb on read completion
Jan Kiszka
1
-0
/
+2
2010-05-10
SCSI: Add disk reset handler
Jan Kiszka
1
-8
/
+27
2010-05-10
iov: Move from hw/ to topdir
Amit Shah
2
-89
/
+0
2010-05-03
hw: better i440 emulation
Bernhard M. Wiedemann
3
-3
/
+8
2010-05-03
virtio-9p: Add P9_TFLUSH support
Anthony Liguori
1
-33
/
+2
2010-05-03
virtio-9p: Add P9_TREMOVE support.
Anthony Liguori
3
-2
/
+55
2010-05-03
virtio-9p: Add P9_TWSTAT support
Anthony Liguori
3
-2
/
+326
2010-05-03
virtio-9p: Add P9_TCREATE support
Anthony Liguori
3
-2
/
+357
2010-05-03
virtio-9p: Add P9_TWRITE support
Anthony Liguori
3
-2
/
+118
2010-05-03
virtio-9p: Add P9_TCLUNK support
Anthony Liguori
1
-2
/
+14
2010-05-03
virtio-9p: Add P9_TREAD support
Anthony Liguori
3
-2
/
+275
2010-05-03
virtio-9p: Add P9_TOPEN support.
Anthony Liguori
3
-5
/
+162
2010-05-03
virtio-9p: Add P9_TWALK support
Anthony Liguori
1
-2
/
+171
2010-05-03
virtio-9p: Add P9_TSTAT support
Anthony Liguori
1
-2
/
+53
2010-05-03
virtio-9p: Add P9_TATTACH support.
Anthony Liguori
1
-2
/
+31
2010-05-03
virtio-9p: Add P9_TVERSION support
Anthony Liguori
1
-2
/
+13
2010-05-03
virtio-9p: Add sg helper functions
Anthony Liguori
1
-0
/
+53
2010-05-03
virtio-9p: Add stat and mode related helper functions.
Anthony Liguori
1
-0
/
+186
2010-05-03
virtio-9p: Add fid and qid management support.
Anthony Liguori
1
-0
/
+123
2010-05-03
virtio-9p: Add minimal set of FileOperations
Anthony Liguori
3
-2
/
+124
2010-05-03
virtio-9p: Add string manipulation support.
Anthony Liguori
1
-0
/
+127
[next]