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
2010-01-13
virtio: net: remove dead assignment
Amit Shah
1
-1
/
+1
2010-01-13
pcnet: remove dead nested assignment, spotted by clang
Blue Swirl
1
-1
/
+1
2010-01-13
Sparc32: remove dead increment, spotted by clang
Blue Swirl
1
-1
/
+1
2010-01-13
Sparc32: remove a variable used only for debugging to avoid a clang warning
Blue Swirl
1
-3
/
+1
2010-01-13
Sparc32: remove unused env/envs variables, spotted by clang
Blue Swirl
1
-10
/
+5
2010-01-13
pci: Add missing 'const' in argument to pci_get_xxx
Stefan Weil
1
-7
/
+7
2010-01-13
eepro100: Update ROM file support
Stefan Weil
1
-10
/
+1
2010-01-13
eepro100: Fix initial value for PCI_STATUS
Stefan Weil
1
-3
/
+1
2010-01-12
virtio-net: mac property is mandatory
Michael S. Tsirkin
2
-1
/
+2
2010-01-12
Sparc64: Fix PCI config accessor order
Blue Swirl
1
-4
/
+4
2010-01-12
qdev: fix thinko leading to guest crashes
Michael S. Tsirkin
1
-1
/
+1
2010-01-12
dma/sb16: make clang analyzer not complain
malc
2
-2
/
+3
2010-01-11
Sparc64: enable real access to PCI configuration space
Blue Swirl
1
-3
/
+85
2010-01-11
pc: add rombar to compat properties for pc-0.10 and pc-0.11
Gerd Hoffmann
1
-0
/
+8
2010-01-11
pci: allow loading roms via fw_cfg.
Gerd Hoffmann
2
-0
/
+16
2010-01-11
roms: rework rom loading via fw
Gerd Hoffmann
3
-13
/
+7
2010-01-11
fw_cfg: rom loader tweaks.
Gerd Hoffmann
1
-7
/
+11
2010-01-11
roms: minor fixes and cleanups.
Gerd Hoffmann
2
-17
/
+26
2010-01-11
pc: add machine type for 0.12
Gerd Hoffmann
1
-1
/
+17
2010-01-11
virtio-pci: thinko fix
Michael S. Tsirkin
1
-1
/
+1
2010-01-11
virtio: add features as qdev properties
Michael S. Tsirkin
12
-50
/
+91
2010-01-11
virtio: rename features -> guest_features
Michael S. Tsirkin
6
-15
/
+15
2010-01-11
qdev: add bit property type
Michael S. Tsirkin
2
-7
/
+66
2010-01-11
lsi: pass lsi_request to lsi_reselect
Gerd Hoffmann
1
-16
/
+7
2010-01-11
lsi: move dma_len+dma_buf into lsi_request
Gerd Hoffmann
1
-22
/
+23
2010-01-11
lsi: move current_dev into lsi_request
Gerd Hoffmann
1
-11
/
+12
2010-01-11
lsi: have lsi_request for the whole life time of the request.
Gerd Hoffmann
1
-21
/
+32
2010-01-11
lsi: use QTAILQ for lsi_queue
Gerd Hoffmann
1
-40
/
+28
2010-01-11
vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow
Roland Dreier
1
-0
/
+7
2010-01-10
PCI: Fix a typo
Blue Swirl
1
-1
/
+1
2010-01-10
Sparc64: increase APB register range
Blue Swirl
1
-2
/
+2
2010-01-09
Sparc64: use firmware configuration device for command line storage
Blue Swirl
1
-3
/
+3
2010-01-08
sparc64: interrupt trap handling
Igor V. Kovalenko
1
-13
/
+35
2010-01-08
sparc64: add macros to deal with softint and timer interrupt
Igor V. Kovalenko
1
-1
/
+0
2010-01-08
multiboot: Separate multiboot loading into separate file
Adam Lackorzynski
3
-302
/
+346
2010-01-08
multiboot: Support arbitrary number of modules.
Adam Lackorzynski
1
-101
/
+167
2010-01-08
debugcon: support for debugging consoles (e.g. Bochs port 0xe9)
H. Peter Anvin
1
-0
/
+107
2010-01-06
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
21
-197
/
+868
2010-01-03
loader: don't call realloc(non_null, 0) when no symbols are present
Aurelien Jarno
1
-2
/
+7
2009-12-30
Sparc64: split DPRINTF into CPUIRQ and EBUS versions
Blue Swirl
1
-8
/
+16
2009-12-30
Sparc64: fix compile with DEBUG_IRQ enabled
Blue Swirl
1
-1
/
+2
2009-12-27
Sparc64: move APB PCI memory base to correct location
Blue Swirl
1
-0
/
+2
2009-12-27
PCI: Fix bus address conversion
Blue Swirl
1
-1
/
+6
2009-12-27
sparc: make command line available also via firmware configuration device
Blue Swirl
2
-0
/
+12
2009-12-25
hw/pc.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-3
/
+12
2009-12-25
PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a
Blue Swirl
1
-5
/
+3
2009-12-25
PCI: make pci_mem_base private
Blue Swirl
2
-11
/
+21
2009-12-25
Fix Sparse error: dubious one-bit signed bitfield
Blue Swirl
1
-1
/
+1
2009-12-25
Fix Sparse warning: dubious: !x & y
Blue Swirl
1
-1
/
+1
2009-12-25
scsi: fix Sparse warning: Initializer entry defined twice
Blue Swirl
1
-2
/
+2
[next]