index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-27
rename HAVE_FNMATCH_H to CONFIG_FNMATCH
Juan Quintela
2
-3
/
+3
2009-07-27
rename HAVE_IOVEC to CONFIG_IOVEC
Juan Quintela
2
-3
/
+3
2009-07-27
rename HAVE_PREADV to CONFIG_PREADV
Juan Quintela
2
-3
/
+3
2009-07-27
define MAP_ANONYMOUS if it is not defined in qemu-common.h
Juan Quintela
2
-2
/
+3
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
12
-22
/
+22
2009-07-27
O_LARGEFILE is already set in qemu-common.h
Juan Quintela
1
-1
/
+0
2009-07-27
fix indententation
Juan Quintela
1
-3
/
+2
2009-07-27
Refactor code to remove one #ifdef CONFIG_FDT
Juan Quintela
1
-4
/
+2
2009-07-27
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
Juan Quintela
6
-9
/
+10
2009-07-27
Add -static in configure if needed
Juan Quintela
3
-14
/
+2
2009-07-27
more specific config.mak can overwrote more general config.mak
Juan Quintela
1
-1
/
+1
2009-07-27
move printing of config-host.mak variables to end of generation
Juan Quintela
1
-25
/
+27
2009-07-27
make oss use OSS_LIBS
Juan Quintela
2
-2
/
+2
2009-07-27
make fmod also use FMOD_{LIBS,CFLAGS}
Juan Quintela
3
-4
/
+4
2009-07-27
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Juan Quintela
3
-4
/
+4
2009-07-27
remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
Juan Quintela
2
-4
/
+4
2009-07-27
use same algorithm for testing and
Juan Quintela
1
-1
/
+7
2009-07-27
remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
Juan Quintela
3
-5
/
+5
2009-07-27
target_arch2 is redefined unconditionally later
Juan Quintela
1
-3
/
+0
2009-07-27
Remove SP_CFLAGS and SP_LDFLAGS
Juan Quintela
1
-13
/
+22
2009-07-27
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Juan Quintela
10
-23
/
+28
2009-07-27
Enable USE_DIRECT_JUMP on Win32.
Filip Navara
1
-4
/
+1
2009-07-27
Remove special Win32 code in vl.c that's no longer needed.
Filip Navara
1
-4
/
+0
2009-07-27
Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
Filip Navara
2
-1
/
+5
2009-07-27
Remove useless Win32 include files and unused function in net.c.
Filip Navara
1
-29
/
+0
2009-07-27
tap-win32: Use correct headers.
Filip Navara
1
-7
/
+1
2009-07-27
fix broken migration
Glauber Costa
1
-1
/
+3
2009-07-27
Fix broken build
Luiz Capitulino
1
-9
/
+9
2009-07-27
slirp: Use monotonic clock if available (v2)
Ed Swierk
3
-32
/
+2
2009-07-27
slirp: Remove UDP protocol emulation (talk, cuseeme)
Ed Swierk
3
-272
/
+2
2009-07-27
qemu: msix nit: clear msix_entries_nr on error
Michael S. Tsirkin
1
-0
/
+1
2009-07-27
QEMU BOCHS bios patches to use maxcpus value.
Jes Sorensen
4
-0
/
+181
2009-07-27
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
5
-2
/
+33
2009-07-27
Use Little Endian for Dirty Log
Alexander Graf
1
-4
/
+7
2009-07-27
Use 64bit pointer for dirty log
Alexander Graf
1
-1
/
+1
2009-07-27
HPET fixes for reg writes
Beth Kon
2
-13
/
+8
2009-07-27
slirp: Fix guestfwd for incoming data
Jan Kiszka
3
-13
/
+14
2009-07-27
switch -drive to QemuOpts.
Gerd Hoffmann
3
-156
/
+178
2009-07-27
QemuOpts: framework for storing and parsing options.
Gerd Hoffmann
2
-0
/
+359
2009-07-27
qemu-option: factor out parse_option_size
Gerd Hoffmann
1
-26
/
+36
2009-07-27
qemu-option: factor out parse_option_bool
Gerd Hoffmann
1
-12
/
+22
2009-07-27
move parser functions from vl.c to qemu-option.c
Gerd Hoffmann
4
-71
/
+71
2009-07-27
kill drives_opt
Gerd Hoffmann
3
-71
/
+43
2009-07-27
add support for drive ids.
Gerd Hoffmann
2
-18
/
+34
2009-07-27
kill drives_table
Gerd Hoffmann
36
-343
/
+308
2009-07-27
qdev/pci: hook up i440fx.
Gerd Hoffmann
2
-26
/
+85
2009-07-27
qdev: add -device command line option.
Gerd Hoffmann
2
-33
/
+66
2009-07-27
qdev: bus walker + qdev_device_add()
Gerd Hoffmann
2
-0
/
+252
2009-07-27
qdev: create default bus names.
Gerd Hoffmann
2
-1
/
+25
2009-07-27
qdev/pci: use qdev_prop_pci_devfn
Gerd Hoffmann
1
-4
/
+4
[next]