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
2009-01-21
cirrus: cleanup reset handler (Jan Kiszka)
aliguori
1
-34
/
+27
2009-01-21
cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)
aliguori
1
-0
/
+6
2009-01-21
cirrus: stop dirty logging during remaps (Jan Kiszka)
aliguori
1
-6
/
+28
2009-01-21
cirrus: unmap vram on reset (Jan Kiszka)
aliguori
1
-0
/
+1
2009-01-21
Always return latest pmsts instead of the old one (Xiantao Zhang)
aliguori
1
-1
/
+1
2009-01-20
Fix NAND flash save/restore.
pbrook
1
-0
/
+3
2009-01-18
USB OHCI: add support for big endian targets
aurel32
1
-83
/
+115
2009-01-18
mips_malta: map the CBUS UART as the third serial port
aurel32
1
-15
/
+5
2009-01-18
serial: open a null device if the CharDriverState argument is null
aurel32
1
-5
/
+3
2009-01-18
add an init function parameter to qemu_chr_open()
aurel32
4
-18
/
+25
2009-01-18
cuda: fix crash on Windows
aurel32
1
-2
/
+2
2009-01-17
Remove unused info_str parameter to pcnet_common_init()
blueswir1
1
-3
/
+3
2009-01-17
Switch to CMD646 IDE
blueswir1
1
-2
/
+2
2009-01-16
hpet config mask fix
aurel32
2
-2
/
+6
2009-01-16
G364 video adapter enhancement
aurel32
4
-249
/
+445
2009-01-16
Fix a warning in hw/blizzard.c
aurel32
1
-1
/
+1
2009-01-16
Fix compilation of blizzard.c
aliguori
1
-1
/
+1
2009-01-16
Fix vga on PPC
aurel32
1
-34
/
+34
2009-01-16
ppc_oldworld: remove i8259
aurel32
1
-5
/
+1
2009-01-16
ppc_oldworld: remove debug I/O port
aurel32
1
-3
/
+0
2009-01-16
Fix warnings
blueswir1
1
-1
/
+1
2009-01-16
fix screendump (Stefano Stabellini)
aliguori
3
-22
/
+29
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
58
-316
/
+273
2009-01-16
Fix uninitialized variable warning
aliguori
1
-4
/
+4
2009-01-16
hw/omap_sx1.c: fix build
aurel32
1
-1
/
+2
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
5
-32
/
+11
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
5
-50
/
+78
2009-01-15
remove bgr (Stefano Stabellini)
aliguori
4
-46
/
+15
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
2
-285
/
+86
2009-01-15
powerpc/kvm: fix a openpic bug (Liu Yu)
aliguori
1
-1
/
+1
2009-01-15
add a -vga none cli option (Stefano Stabellini)
aliguori
1
-17
/
+19
2009-01-15
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
3
-0
/
+81
2009-01-15
add virtio-console initializer for powerpc (Christian Ehrhardt)
aliguori
1
-0
/
+7
2009-01-15
add virtio-console initializer for x86 (Christian Ehrhardt)
aliguori
1
-0
/
+9
2009-01-15
Add missing files from last commit.
aliguori
2
-0
/
+169
2009-01-15
cuda: fix indentation
aurel32
1
-2
/
+2
2009-01-15
cuda: improve date/time read/write
aurel32
1
-4
/
+19
2009-01-14
LSI53C895A: Introduce CASE_GET_REG24
aurel32
1
-6
/
+7
2009-01-14
Fix day of week in mc146818
aurel32
1
-4
/
+5
2009-01-14
Make OpenBSD sparc-softmmu compile warning free
blueswir1
1
-1
/
+1
2009-01-14
PPC OldWorld: use a more realistic timer frequency
aurel32
1
-2
/
+2
2009-01-14
escc: allow one IRQ per serial channel
aurel32
5
-14
/
+18
2009-01-13
Make virtio_net_init() return void (Mark McLoughlin)
aliguori
2
-5
/
+3
2009-01-13
sun4c/sun4d: also swap the CharDriverState of escc_init()
aurel32
1
-4
/
+4
2009-01-13
Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)
aliguori
12
-89
/
+65
2009-01-13
Check NIC model in some NIC init functions (Mark McLoughlin)
aliguori
18
-101
/
+41
2009-01-13
ESCC: swap the two CharDriverState arguments
aurel32
3
-8
/
+8
2009-01-13
target-ppc: define max amount of memory for G3 beige
aurel32
1
-0
/
+7
2009-01-13
target-ppc: fix comment about boot device in ppc_oldworld.c
aurel32
1
-1
/
+1
[prev]
[next]