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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-27
Everything outside of vga.c should use VGACommonState
Juan Quintela
4
-14
/
+14
2009-08-27
vga: Rename vga_state -> vga
Juan Quintela
1
-6
/
+6
2009-08-27
Introduce vga_common_reset() to be able to typcheck vga_reset()
Juan Quintela
3
-5
/
+9
2009-08-27
lsi53c895a: LSIState is a DeviceHost
Juan Quintela
1
-1
/
+1
2009-08-27
lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)
Juan Quintela
1
-12
/
+12
2009-08-27
lsi53c895a: use DO_UPCAST to cast from PCIDevice
Juan Quintela
1
-5
/
+5
2009-08-27
lsi53c895a: remove pointless cast from void *
Juan Quintela
1
-19
/
+19
2009-08-27
rtl8139: remove pointless cast from void *
Juan Quintela
1
-2
/
+2
2009-08-27
rtl8139: Remove unneeded double indirection of PCIRTL8139State
Juan Quintela
1
-25
/
+13
2009-08-27
eepro100: Remove unused indirection of PCIDevice
Juan Quintela
1
-34
/
+23
2009-08-27
eepro100: cast a void * makes no sense
Juan Quintela
1
-3
/
+3
2009-08-27
eepro100: convert casts to DO_UPCAST()
Juan Quintela
1
-4
/
+4
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
6
-14
/
+44
2009-08-27
slirp: Remove our_addr code
Ed Swierk
2
-18
/
+0
2009-08-27
switch balloon initialization to -device.
Gerd Hoffmann
3
-25
/
+18
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann
9
-30
/
+37
2009-08-27
ide: add save/restore support for mmio
Gerd Hoffmann
1
-0
/
+20
2009-08-27
ide: add save/restore support for isa
Gerd Hoffmann
1
-4
/
+29
2009-08-27
ide: split away ide-microdrive.c
Gerd Hoffmann
3
-543
/
+575
2009-08-27
ide: split away ide-mmio.c
Gerd Hoffmann
6
-97
/
+130
2009-08-27
ide: split away ide-macio.c
Gerd Hoffmann
4
-331
/
+359
2009-08-27
ide: split away ide-pci.c
Gerd Hoffmann
9
-498
/
+539
2009-08-27
ide: split away ide-isa.c
Gerd Hoffmann
9
-19
/
+63
2009-08-27
ide: split away ide-internal.h
Gerd Hoffmann
2
-521
/
+566
2009-08-27
ide: add IDEBus struct, cleanups
Gerd Hoffmann
1
-226
/
+243
2009-08-27
qdev error logging
Gerd Hoffmann
1
-17
/
+17
2009-08-27
virtio-pci error logging
Gerd Hoffmann
1
-1
/
+1
2009-08-27
add qemu_error() + friends
Gerd Hoffmann
3
-1
/
+76
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
102
-193
/
+334
2009-08-27
fix stack buffer overflows in eepro100.c tx
Reimar Döffinger
1
-1
/
+5
2009-08-27
Check block driver read error in pflash_cfi0x
Vijay Kumar
2
-2
/
+14
2009-08-27
kvm: Simplify cpu_synchronize_state()
Avi Kivity
8
-21
/
+34
2009-08-27
qdev: convert watchdogs
Markus Armbruster
7
-62
/
+48
2009-08-27
Clean up upcast from PCIDevice to I6300State
Markus Armbruster
1
-5
/
+4
2009-08-27
Move watchdog, watchdog_action, give them internal linkage
Markus Armbruster
3
-13
/
+10
2009-08-27
virtio-blk: handle NULL returns from bdrv_aio_{read, write}
Christoph Hellwig
1
-4
/
+14
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
11
-8
/
+305
2009-08-27
raw-posix: refactor AIO support
Christoph Hellwig
4
-377
/
+327
2009-08-27
virtio-console: rename dvq to ovq
Amit Shah
1
-2
/
+2
2009-08-27
pci ids: remove redundant defines
Amit Shah
1
-3
/
+0
2009-08-27
multiboot.raw is a generated file
Juan Quintela
1
-0
/
+1
2009-08-27
Port ACPI to VMState
Juan Quintela
1
-34
/
+21
2009-08-27
Add VMState support to run a function after load
Juan Quintela
2
-0
/
+3
2009-08-27
Port PCIDevice state to VMState
Juan Quintela
2
-22
/
+55
2009-08-27
Add version_id to PCIDevice.
Juan Quintela
2
-1
/
+4
2009-08-27
Add VMState support for int32_t check value
Juan Quintela
2
-0
/
+24
2009-08-27
Port PS2 devices to VMState design
Juan Quintela
1
-67
/
+52
2009-08-27
Add VMState support for static sized buffers (uint_8)
Juan Quintela
2
-0
/
+39
2009-08-27
Port PCI Bus to VMState design
Juan Quintela
1
-30
/
+11
2009-08-27
Add VMState support for variable sized arrays
Juan Quintela
2
-0
/
+26
[next]