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
2009-01-14
escc: allow one IRQ per serial channel
aurel32
5
-14
/
+18
2009-01-14
Update OpenBIOS PowerPC image to revision 406
aurel32
2
-1
/
+1
2009-01-14
Fix building on PPC64
malc
2
-3
/
+3
2009-01-13
Do not rely on __powerpc__ being defined as a feature test macro
malc
2
-3
/
+5
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
Update bochs bios
aliguori
6
-344
/
+1
2009-01-13
Fix 64 bit issue in slirp
blueswir1
11
-207
/
+138
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
Fix tap downscript argument (Mark McLoughlin)
aliguori
1
-6
/
+6
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
2009-01-13
Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)
aliguori
2
-0
/
+37
2009-01-13
Fix gdbserver number of registers (Tristan Gingold)
blueswir1
1
-2
/
+2
2009-01-13
RTL8139: Latch C+ mode state instead of inferring it from C+ Command register...
aliguori
1
-3
/
+17
2009-01-13
Fix race in POSIX AIO emulation (Jan Kiszka)
aliguori
1
-7
/
+2
2009-01-12
target-alpha: get rid of tests on env->user_mode_only
aurel32
1
-3
/
+3
2009-01-12
target-mips: get rid of tests on env->user_mode_only
aurel32
3
-275
/
+274
2009-01-12
target-ppc: add altivec cache instructions
aurel32
1
-0
/
+27
2009-01-12
Fix TLB access (Jakub Jermar)
blueswir1
1
-10
/
+10
2009-01-12
Update Sparc32 and Sparc64 images
blueswir1
3
-1
/
+1
2009-01-12
Fix some SLIRP warnings
blueswir1
3
-5
/
+6
2009-01-12
Use ESCC for PowerMac serial
blueswir1
5
-11
/
+22
2009-01-12
Rename slavio_serial functions to escc, add clock rate and it_shift parameters
blueswir1
4
-79
/
+100
2009-01-12
Rename slavio_serial to escc
blueswir1
2
-1
/
+1
2009-01-12
Fix typo
blueswir1
1
-1
/
+1
2009-01-10
Fix segfault
blueswir1
1
-6
/
+9
2009-01-10
Add EBUS bridge
blueswir1
3
-10
/
+56
2009-01-09
Fix APB
blueswir1
2
-13
/
+28
2009-01-09
Update openbios-ppc to revision 373
aurel32
2
-1
/
+1
2009-01-09
fix configuring kvm probe when using --kerneldir (Christian Ehrhardt)
aliguori
1
-0
/
+6
2009-01-09
Mark openbios-ppc as a binary file.
aurel32
0
-0
/
+0
2009-01-09
mips, ppc: make sure nd->model is always defined
aurel32
2
-4
/
+8
2009-01-09
target-ppc: add an openbios-ppc image
aurel32
4
-3
/
+6
2009-01-09
Update to reflect the fact that AC97 will be built by default
malc
1
-2
/
+2
2009-01-09
More flexible audio card selection
malc
2
-3
/
+12
2009-01-09
target-ppc: revert part of commit r6254 committed accidentally
aurel32
1
-1
/
+1
2009-01-09
Make the set_link cmd handle multiple nics.
edgar_igl
1
-1
/
+2
2009-01-09
ETRAX: Let the ethernet PHY report the current link-state.
edgar_igl
4
-8
/
+27
2009-01-08
Add v{add, sub}{s, u}{b, h, w}s instructions
aurel32
4
-1
/
+64
2009-01-08
Enable ac97 by default
aliguori
2
-6
/
+1
2009-01-08
IDE: Return zero when reading error register with slave selected (Justin Chev...
aliguori
1
-1
/
+2
2009-01-08
Fix IDE debug
blueswir1
1
-2
/
+2
2009-01-08
Implement virtio_net link status (Mark McLoughlin)
aliguori
2
-3
/
+27
2009-01-08
Implement e1000 link status (Mark McLoughlin)
aliguori
1
-0
/
+16
2009-01-08
Allow devices be notified of link status change (Mark McLoughlin)
aliguori
2
-0
/
+6
2009-01-08
Add 'set_link' monitor command (Mark McLoughlin)
aliguori
3
-1
/
+33
2009-01-08
qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)
aliguori
1
-1
/
+1
[next]