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-30
PowerPC: mac-io DB-DMA support
aurel32
5
-35
/
+844
2009-01-30
pl031: remove unused variable
aurel32
1
-1
/
+0
2009-01-30
linux-user: fix signal.c warning
aurel32
1
-4
/
+4
2009-01-30
linux-user: identify running binary in /proc/self/exe
aurel32
3
-3
/
+16
2009-01-30
linux-user: Add generic env variable handling
aurel32
4
-17
/
+304
2009-01-30
target-ppc: Fix struct target_stat64 for 32-bit host
aurel32
1
-2
/
+3
2009-01-30
target-sh4: Fix struct target_stat64 for 64-bit host
aurel32
1
-1
/
+1
2009-01-30
linuw-user fix: read() and acct() on NULL arguments
aurel32
1
-8
/
+16
2009-01-30
linux-user: don't crash with null name
aurel32
1
-1
/
+1
2009-01-30
linux-user: return EINVAL on incorrect sockaddr
aurel32
1
-2
/
+31
2009-01-30
linux-user: fix accept(2) with NULL peer
aurel32
1
-0
/
+3
2009-01-29
Allow usb tablet to be used with vmware-vga hwcursor.
balrog
1
-2
/
+4
2009-01-29
Fix absolute mode mice.
balrog
1
-1
/
+3
2009-01-29
check SCSI read/write requests against max LBA (Rik van Riel)
aliguori
1
-0
/
+18
2009-01-29
Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)
aliguori
1
-1
/
+1
2009-01-29
Use new logging API in reset handling (Jan Kiszka)
aliguori
1
-1
/
+1
2009-01-29
MTRR support on x86, part 2 (Carl-Daniel Hailfinger)
aliguori
3
-1
/
+34
2009-01-29
Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin)
aliguori
1
-0
/
+3
2009-01-29
fix raw_aio_read\write error handling (Stefano Stabellini)
aliguori
1
-15
/
+21
2009-01-28
SCSI divide capacity by s->cluster_size (Rik van Riel)
aliguori
1
-0
/
+2
2009-01-28
support >2TB SCSI disks (Rik van Riel)
aliguori
1
-7
/
+46
2009-01-28
fix signed/unsigned overflows in SCSI disk (Rik van Riel)
aliguori
1
-3
/
+6
2009-01-28
Fix qemu_malloc.
malc
2
-0
/
+4
2009-01-27
Add Simba device ID
blueswir1
3
-8
/
+11
2009-01-27
block-vpc: Fix support for images > 4 GB (Kevin Wolf)
aliguori
1
-1
/
+1
2009-01-26
CRIS: Init the feedback shiftreg used for randomizing TLB sets.
edgar_igl
2
-0
/
+3
2009-01-26
ETRAX: Remove display-state argument from board init.
edgar_igl
1
-1
/
+1
2009-01-26
kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)
aliguori
1
-4
/
+0
2009-01-26
Check if the i8254 timer is active before deactivating it (Alexander Graf)
aliguori
1
-1
/
+2
2009-01-26
block-vpc: Create images (Kevin Wolf)
aliguori
1
-0
/
+169
2009-01-26
block-vpc: Write support (Kevin Wolf)
aliguori
1
-16
/
+150
2009-01-26
block-vpc: Use the qemu block layer (Kevin Wolf)
aliguori
1
-27
/
+32
2009-01-26
block-vpc: Fix disk size (Kevin Wolf)
aliguori
1
-3
/
+6
2009-01-26
block-vpc: Adapt header structures to official documentation (Kevin Wolf)
aliguori
1
-36
/
+82
2009-01-26
block-vpc: Split up struct vpc_subheader (Kevin Wolf)
aliguori
1
-42
/
+43
2009-01-26
x86: Issue reset on triple faults (Jan Kiszka)
aliguori
1
-2
/
+15
2009-01-26
Log reset events (Jan Kiszka)
aliguori
10
-2
/
+45
2009-01-26
Remove the advertising clause from the slirp license
aliguori
19
-93
/
+18
2009-01-26
R13 is reserved for small data area pointer by SVR4 PPC ABI
malc
1
-0
/
+5
2009-01-26
MTRR support on x86 (Carl-Daniel Hailfinger)
aliguori
2
-1
/
+106
2009-01-26
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
3
-6
/
+14
2009-01-26
build system: Further improve quiet mode (Jan Kiszka)
aliguori
2
-7
/
+7
2009-01-26
Move definition of rgb_to_pixel_dup_table (Nathan Froyd)
aliguori
1
-11
/
+9
2009-01-26
Add reset irq state for ps2 reboot callback (Dor Laor)
aliguori
1
-0
/
+1
2009-01-26
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
aliguori
1
-0
/
+15
2009-01-26
Enabled building of x86_64 code on Mac OS X (Alexander Graf)
aliguori
1
-1
/
+11
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
29
-159
/
+157
2009-01-26
vnc fixes and improvements (Stefano Stabellini)
aliguori
3
-6
/
+34
2009-01-26
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
4
-4
/
+8
2009-01-26
Add macro for virtio-console PCI device ID (Mark McLoughlin)
aliguori
2
-1
/
+3
[next]