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
2008-10-17
scsi-generic: correct error management
aurel32
1
-29
/
+103
2008-10-13
Fix some issues with QEMUFile
aliguori
1
-2
/
+3
2008-10-12
hw/apic.c: use functions from host-utils.h
aurel32
1
-35
/
+3
2008-10-12
Define macro QEMU_GNUC_PREREQ and use it
aurel32
1
-2
/
+3
2008-10-12
Only use __builtin_* with GCC >= 3.4
aurel32
1
-2
/
+2
2008-10-12
hw/apic.c: use __builtin funtions instead of assembly code
aurel32
1
-10
/
+8
2008-10-11
Fix some debugging mistakes/leftovers
malc
1
-2
/
+0
2008-10-11
Correct SCSI error reporting (Laurent Vivier)
blueswir1
1
-15
/
+27
2008-10-11
Increase write buffer size in pflash emulation (Thomas Petazzoni).
balrog
1
-3
/
+3
2008-10-09
Fix IDE DIAGNOSE for packet devices (Vincent Sanders)
aliguori
1
-2
/
+9
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
29
-0
/
+51
2008-10-07
machine struct - use C99 initializers (Jes Sorensen)
aliguori
19
-100
/
+100
2008-10-06
Introduce v3 of savevm protocol
aliguori
1
-0
/
+9
2008-10-04
Move nographic export to sysemu.h
blueswir1
3
-5
/
+0
2008-10-04
Use qemu-log.h
blueswir1
7
-19
/
+7
2008-10-03
Improve pflash cfi01 debug messages (Thomas Petazzoni).
balrog
1
-3
/
+3
2008-10-03
Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).
balrog
1
-1
/
+1
2008-10-03
Rearrange tick functions
blueswir1
1
-0
/
+15
2008-10-02
Resurrect the safe part of r5274
blueswir1
10
-56
/
+161
2008-10-02
Make PCI class description tables const
blueswir1
1
-2
/
+2
2008-10-02
Make some tables const
blueswir1
1
-6
/
+6
2008-10-02
Sun ss20 OBP does 32bit register access to esp (Robert Reif)
blueswir1
1
-1
/
+1
2008-10-01
Reset CPU on INIT IPI
aurel32
1
-0
/
+5
2008-10-01
qemu: improve scsi dma speed by increasing the dma buffer size
aurel32
1
-1
/
+1
2008-10-01
hw/apic.c: use bsr and bsf on x86_64
aurel32
1
-2
/
+2
2008-10-01
Check that asynchronous (DMA) submission succeeds (Ian Jackson).
balrog
1
-0
/
+10
2008-10-01
Actually check read/write errors in IDE (Ian Jackson).
balrog
1
-2
/
+32
2008-09-30
Add some missing static qualifiers
blueswir1
1
-2
/
+2
2008-09-30
Make sure bluez programs (cross-)compile, add missing statics.
balrog
1
-3
/
+3
2008-09-29
Fix SS-2 crash
blueswir1
1
-1
/
+1
2008-09-29
Refactor QEMUFile for live migration
aliguori
1
-1
/
+34
2008-09-29
Emulate a USB bluetooth dongle (or HCI Transport layer).
balrog
2
-0
/
+650
2008-09-29
Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".
balrog
1
-0
/
+8
2008-09-29
Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.
balrog
3
-8
/
+606
2008-09-29
Add L2CAP logic and a virtual SDP server for use in emulated devices.
balrog
3
-0
/
+2885
2008-09-29
Add a virtual HCI.
balrog
2
-0
/
+2231
2008-09-28
Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.
balrog
3
-0
/
+1983
2008-09-28
Add a "null" bluetooth HCI and a header file for bluetooth.
balrog
3
-4
/
+229
2008-09-28
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
blueswir1
4
-10
/
+26
2008-09-28
Fix dots per clock value, cleanup and "optimize"
malc
1
-10
/
+9
2008-09-28
Optional "precise" VGA retrace support
malc
4
-5
/
+206
2008-09-26
Add a generic Niagara machine
blueswir1
2
-10
/
+72
2008-09-25
Revert r5274 which breaks savevm/loadvm
blueswir1
10
-169
/
+64
2008-09-24
pflash: Add missing parenthesis in error message.
ths
1
-1
/
+1
2008-09-24
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
2
-6
/
+6
2008-09-23
scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)
aliguori
1
-9
/
+54
2008-09-22
ETRAX-FS: Correct ethernet PHY diagnostics register reads.
edgar_igl
1
-4
/
+51
2008-09-22
Add software and timer interrupt support
blueswir1
1
-5
/
+59
2008-09-22
Add comment to windows SCSI hack.
pbrook
1
-0
/
+5
2008-09-22
LSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)
aliguori
1
-2
/
+8
[next]