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
2008-04-28
BIOS: Reenable processor SSDT generation. Don't advertise ACPI C2 or C3
aurel32
2
-42
/
+39
2008-04-28
Factorize code in translate.c
aurel32
11
-95
/
+125
2008-04-28
qemu ppc uic: Order IRQ bit number as described in the UIC documentation.
aurel32
2
-23
/
+24
2008-04-27
Fix a typo in cpu_physical_memory_rw()
aurel32
1
-6
/
+6
2008-04-27
Add a monitor command to raise NMI
aurel32
1
-0
/
+17
2008-04-27
bios: disable processor SSDT generation. Fixes high idle load on
aurel32
2
-44
/
+67
2008-04-27
musicpal: Fix output level of 8-bit samples (Jan Kiszka).
balrog
1
-3
/
+3
2008-04-27
Ignore the wrapping of acpi timer counter again.
balrog
1
-46
/
+38
2008-04-27
Treat DNS a special case among special addresses in slirp (Jason Wessel).
balrog
1
-3
/
+4
2008-04-27
Fix a regression introduced by my previous commit, ram_size is now
aurel32
2
-3
/
+3
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
38
-102
/
+177
2008-04-27
Revert wrong changes
blueswir1
1
-2
/
+2
2008-04-27
Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX
blueswir1
2
-15
/
+18
2008-04-26
IO ports registration errors are fatal errors.
balrog
1
-7
/
+5
2008-04-26
Errors while registering ioports are not fatal (Glauber Costa).
balrog
1
-5
/
+7
2008-04-26
Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).
balrog
1
-13
/
+24
2008-04-26
Fix slirp udp source address contamination (Jason Wessel)
balrog
1
-1
/
+2
2008-04-26
Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).
balrog
1
-38
/
+46
2008-04-26
Add loop device ioctls (Gary Thomas).
balrog
4
-0
/
+48
2008-04-26
Fill in touchscreen calibration values from a Palm T|E.
balrog
1
-0
/
+8
2008-04-26
Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...
balrog
2
-7
/
+17
2008-04-26
Let WM8750 users write to audio buffer directly.
balrog
3
-8
/
+30
2008-04-26
Fix USB and HID report descriptors for mouse and tablet.
balrog
1
-18
/
+17
2008-04-25
Fix MusicPal LCD on non-32 bpp displays or with -nographic.
balrog
1
-20
/
+38
2008-04-24
Fix spurious VNC disconnects on Win32 (Hervé Poussineau).
balrog
1
-3
/
+13
2008-04-24
Cope with arch-specific page protection flags in mmap (Richard Purdie).
balrog
1
-2
/
+1
2008-04-24
Improve audio api use in WM8750.
balrog
1
-12
/
+15
2008-04-24
ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).
balrog
4
-0
/
+1461
2008-04-24
Stellaris boards really aren't that big!
pbrook
1
-2
/
+2
2008-04-24
RAM usage information in machine definition.
balrog
28
-32
/
+98
2008-04-24
Fix irq handling (Hervé Poussineau)
blueswir1
1
-15
/
+33
2008-04-23
Copy Sparc64 firmware when installing (Hervé Poussineau)
blueswir1
1
-1
/
+2
2008-04-23
Document the shift values
blueswir1
2
-12
/
+18
2008-04-22
Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bits
aurel32
1
-1
/
+2
2008-04-22
Ignore .git and .svn in Makefile, noticed by Stefan Weil.
aurel32
1
-1
/
+1
2008-04-22
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
36
-153
/
+98
2008-04-22
x86/x86-64 MMU PAE fixes
aurel32
2
-20
/
+24
2008-04-22
Use correct types to enable > 2G support, based on a patch from
aurel32
36
-98
/
+153
2008-04-22
bios: add support to memory above the pci hole
aurel32
2
-3
/
+127
2008-04-22
Revert the previous patch
blueswir1
3
-127
/
+108
2008-04-22
Move 128-bit float emulation under linux-user including the forgotten file
blueswir1
1
-0
/
+124
2008-04-22
Move 128-bit float emulation under linux-user
blueswir1
2
-108
/
+3
2008-04-22
x86: remove load_kernel()
aurel32
1
-31
/
+0
2008-04-22
Inventra MUSB-HDRC host-mode USB.
balrog
6
-1
/
+2280
2008-04-22
Hush pointer target signedness warnings from gcc 4.
balrog
3
-20
/
+20
2008-04-22
Fix update region size in EPSON blizzard.
balrog
1
-2
/
+2
2008-04-21
Remove duplicate definitions
blueswir1
1
-8
/
+1
2008-04-20
Use "mount -o remount" instead of "umount" and "mount /dev/shm",
aurel32
1
-2
/
+1
2008-04-20
fix dyngen on HPPA hosts
aurel32
1
-1
/
+30
2008-04-20
more configure cleanups
aurel32
1
-156
/
+228
[prev]
[next]