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
2009-10-05
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
1
-16
/
+9
2009-10-05
Fix pci_add storage not to exit on bad first argument
Markus Armbruster
3
-3
/
+12
2009-10-05
Fix pci_vga_init() not to ignore bus argument
Markus Armbruster
1
-1
/
+1
2009-10-05
set correct CS seg limit and flags on sipi
Gleb Natapov
1
-1
/
+1
2009-10-05
Set revision in eeprom correctly for 82557 versions.
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
1
-0
/
+2
2009-10-05
virtio-pci: return error if virtio_console_init fails
Amit Shah
1
-0
/
+3
2009-10-05
qdev: show name of device that fails init
Amit Shah
1
-0
/
+1
2009-10-05
eepro100: Don't allow guests to fail assertions
Kevin Wolf
1
-11
/
+35
2009-10-05
qemu/virtio-pci: remove unnecessary check
Michael S. Tsirkin
1
-2
/
+1
2009-10-05
qemu: clean up target page usage in msix
Michael S. Tsirkin
4
-36
/
+27
2009-10-05
qemu/pci: reset device registers on bus reset
Michael S. Tsirkin
1
-0
/
+13
2009-10-05
qemu/pci: refactor code/symbolic constants
Michael S. Tsirkin
2
-20
/
+23
2009-10-05
qemu/virtio: fix reset with device removal
Michael S. Tsirkin
1
-6
/
+8
2009-10-05
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
4
-13
/
+19
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
7
-28
/
+75
2009-10-05
qdev: don't crash on unset drive properties.
Gerd Hoffmann
1
-1
/
+1
2009-10-05
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
1
-20
/
+11
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
8
-46
/
+55
2009-10-05
store a pointer to QemuOpts in DeviceState, release it when zapping a device.
Gerd Hoffmann
2
-0
/
+4
2009-10-05
allow if=none for drive_add
Gerd Hoffmann
1
-0
/
+3
2009-10-05
refactor drive_hot_add
Gerd Hoffmann
1
-19
/
+19
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
7
-30
/
+19
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
4
-36
/
+25
2009-10-05
pci: hotplug windup
Gerd Hoffmann
2
-2
/
+25
2009-10-05
scsi: hotplug windup
Gerd Hoffmann
2
-0
/
+3
2009-10-05
usb: hotplug windup
Gerd Hoffmann
1
-0
/
+2
2009-10-05
qdev hotplug: infrastructure and monitor commands.
Gerd Hoffmann
2
-2
/
+89
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
8
-15
/
+56
2009-10-05
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
8
-11
/
+13
2009-10-05
pci: use qdev for device destruction.
Gerd Hoffmann
3
-5
/
+4
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
3
-11
/
+21
2009-10-05
Add exit callback to DeviceInfo.
Gerd Hoffmann
2
-0
/
+4
2009-10-05
qdev: device free fixups.
Gerd Hoffmann
2
-4
/
+38
2009-10-05
parallel: convert isa to qdev
Gerd Hoffmann
5
-14
/
+57
2009-10-05
piix_pci: kill PIIX3IrqState
Gerd Hoffmann
1
-20
/
+17
2009-10-05
convert pci bridge to qdev
Gerd Hoffmann
1
-18
/
+48
2009-10-05
support inplace allocation for pci bus, split irq init.
Gerd Hoffmann
2
-10
/
+38
2009-10-05
switch ide bus to inplace allocation.
Gerd Hoffmann
4
-39
/
+36
2009-10-05
switch usb bus to inplace allocation.
Gerd Hoffmann
5
-15
/
+12
2009-10-05
switch scsi bus to inplace allocation.
Gerd Hoffmann
5
-22
/
+19
2009-10-05
allow qdev busses allocations be inplace
Gerd Hoffmann
2
-3
/
+15
2009-10-05
Enable host-clock-based RTC
Jan Kiszka
1
-20
/
+18
2009-10-05
Fix exit on 'pci_add' Monitor command
Luiz Capitulino
3
-0
/
+16
2009-10-05
musicpal: Add VMState support
Jan Kiszka
2
-29
/
+192
2009-10-05
musicpal: Make PIT emulation more robust
Jan Kiszka
1
-6
/
+28
2009-10-05
musicpal: True reset support for audio device
Jan Kiszka
1
-2
/
+4
2009-10-05
musicpal: True reset support for GPIO
Jan Kiszka
1
-3
/
+14
2009-10-05
musicpal: Coding style fixes
Jan Kiszka
2
-41
/
+59
2009-10-05
musicpal: Clean up typecasts
Jan Kiszka
1
-5
/
+5
2009-10-05
musicpal: Rework GPIO input events
Jan Kiszka
1
-75
/
+75
[next]