index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
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]