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
/
Makefile.target
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-16
simplify TARGET_ABI_DIR generation
Juan Quintela
1
-3
/
+0
2009-07-16
simplify TARGET_ARCH2 generation
Juan Quintela
1
-4
/
+0
2009-07-16
simplify TARGET_BASE_ARCH generation
Juan Quintela
1
-4
/
+0
2009-07-16
We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure time
Juan Quintela
1
-3
/
+0
2009-07-16
We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure time
Juan Quintela
1
-2
/
+2
2009-07-16
qemu binary don't exist anymore. I guess not much people is compiling on alpha
Juan Quintela
1
-7
/
+0
2009-07-16
Refactor a single rule to generate all qemu-* executables
Juan Quintela
1
-13
/
+9
2009-07-16
TARGET_ARCH == TARGET_BASE_ARCH in m68k and arm
Juan Quintela
1
-9
/
+8
2009-07-16
BASE_LDFLAGS is not used anywhere else
Juan Quintela
1
-4
/
+0
2009-07-16
change ifdefs by obj-$(TARGET_BASE_ARCH)
Juan Quintela
1
-88
/
+93
2009-07-16
TARGET_ARCH2 is already known at configure time.
Juan Quintela
1
-25
/
+0
2009-07-16
configure already knows what TARGET_BASE_ARCH we need, no need to put the log...
Juan Quintela
1
-20
/
+2
2009-07-16
Remove unused Makefile variable
Juan Quintela
1
-1
/
+1
2009-07-16
use nwfpe-obj-y for consistence
Juan Quintela
1
-3
/
+4
2009-07-16
Remove duplicated definition
Juan Quintela
1
-2
/
+0
2009-07-16
fix sparc not solaris build
Juan Quintela
1
-1
/
+1
2009-07-16
fix XEN Build
Juan Quintela
1
-1
/
+1
2009-07-09
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
1
-3
/
+4
2009-07-09
split out ioport related stuffs from vl.c into ioport.c.
Isaku Yamahata
1
-1
/
+1
2009-06-30
Fix typo
malc
1
-1
/
+1
2009-06-29
Substitute ifdef CONFIG_FOO by sound-obj-
Juan Quintela
1
-8
/
+8
2009-06-29
Rename SOUND_HW to sound-obj-y
Juan Quintela
1
-7
/
+7
2009-06-29
Substitute ifdef CONFIG_FOO by obj-
Juan Quintela
1
-15
/
+7
2009-06-29
Rename OBJS to obj-y
Juan Quintela
1
-104
/
+102
2009-06-29
Rename LIBOBJS to libobj-y
Juan Quintela
1
-25
/
+24
2009-06-24
qemu/pci: MSI-X support functions
Michael S. Tsirkin
1
-1
/
+1
2009-06-22
Disable _FORTIFY_SOURCE to fix Ubuntu build with -Werror
Anthony Liguori
1
-0
/
+1
2009-06-16
Make sure to use SDL_CFLAGS everywhere we include SDL headers
Anthony Liguori
1
-0
/
+2
2009-06-06
Use hxtool to generate monitor documentation and C structures
Blue Swirl
1
-1
/
+7
2009-05-26
microblaze: Hook into the build-system.
Edgar E. Iglesias
1
-0
/
+21
2009-05-25
Add dummy command to submakefiles
Paul Brook
1
-0
/
+2
2009-05-22
Add HTTP protocol using curl v6
Alexander Graf
1
-1
/
+1
2009-05-22
Partially revert e20a8dff4c0da3827764924139d3bb73962f5d5a
Anthony Liguori
1
-5
/
+5
2009-05-22
Revert "Fix arm-softmmu breakage"
Anthony Liguori
1
-2
/
+2
2009-05-21
Fix arm-softmmu breakage
Blue Swirl
1
-2
/
+2
2009-05-21
Compile most Xen files only once
Blue Swirl
1
-2
/
+1
2009-05-21
Compile fdc, escc and SCSI controllers only once
Blue Swirl
1
-9
/
+6
2009-05-19
Hardware convenience library
Paul Brook
1
-12
/
+9
2009-05-18
cris: First shot at qdev for CRIS interrupts.
Edgar E. Iglesias
1
-1
/
+1
2009-05-18
Syborg virtio bindings.
Paul Brook
1
-0
/
+1
2009-05-18
Separate virtio PCI code
Paul Brook
1
-1
/
+2
2009-05-14
Syborg (Symbian Virtual Platform) board
Paul Brook
1
-0
/
+2
2009-05-14
Basic qdev infrastructure.
Paul Brook
1
-1
/
+1
2009-05-14
Constructor support
Anthony Liguori
1
-14
/
+11
2009-05-14
Remove duplicate block objects.
Paul Brook
1
-8
/
+0
2009-05-13
Remove redundant pcnet.o
Paul Brook
1
-1
/
+1
2009-05-08
Drop CONFIG_GDBSTUB
Jan Kiszka
1
-19
/
+7
2009-05-01
Hardware watchdog
Richard W.M. Jones
1
-0
/
+4
2009-04-24
qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)
aliguori
1
-2
/
+4
2009-04-22
xen: pv domain builder. (Gerd Hoffmann)
aliguori
1
-1
/
+1
[next]