Sign in
qemu-android
/
qemu-android
/
4baae0acb833bd3c1e7b155685946251c5322b76
4baae0a
simplify vde libs selection
by Juan Quintela
· 16 years ago
eb82284
simplify brlapi selection
by Juan Quintela
· 16 years ago
e0b7a42
simplify curses library selection
by Juan Quintela
· 16 years ago
b2266be
Define and use xen libs in a single place
by Juan Quintela
· 16 years ago
ac119f9
indent with 2 spaces sdl tests
by Juan Quintela
· 16 years ago
1ac88f2
remove sdl_static. Just do the right thing if static is yes
by Juan Quintela
· 16 years ago
aae3481
target_softmmu is undefined at that point
by Juan Quintela
· 16 years ago
681306d
instead of setup sdl_x11 just add -lX11 to sdl_libs
by Juan Quintela
· 16 years ago
8ad3a7d
Calculate sdl_libs and sdl_flags and use them everywhere
by Juan Quintela
· 16 years ago
d3d9738
sdl_config value was always sdl-config
by Juan Quintela
· 16 years ago
a68551b
the else part of this test is obsolete We are testing for sdl = yes inside the else part of the test if sdl = yes
by Juan Quintela
· 16 years ago
eeb6d45
Use CONFIG_POSIX to simplify Makefile
by Juan Quintela
· 16 years ago
35f4df2
Add CONFIG_POSIX
by Juan Quintela
· 16 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
f0667e6
rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
by Juan Quintela
· 16 years ago
092c73e
rename DEBUG_TCG to CONFIG_DEBUG_TCG
by Juan Quintela
· 16 years ago
936dfb8
rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
by Juan Quintela
· 16 years ago
9788c9c
rename HAVE_GPROF to TARGET_GPROF
by Juan Quintela
· 16 years ago
5735147
rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
by Juan Quintela
· 16 years ago
56ffaf2
rename HAVE_FNMATCH_H to CONFIG_FNMATCH
by Juan Quintela
· 16 years ago
6114fdb
rename HAVE_IOVEC to CONFIG_IOVEC
by Juan Quintela
· 16 years ago
2341f9a
rename HAVE_PREADV to CONFIG_PREADV
by Juan Quintela
· 16 years ago
0e74e66
define MAP_ANONYMOUS if it is not defined in qemu-common.h
by Juan Quintela
· 16 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 16 years ago
43da3c0
O_LARGEFILE is already set in qemu-common.h
by Juan Quintela
· 16 years ago
cfde872
fix indententation
by Juan Quintela
· 16 years ago
84f1581
Refactor code to remove one #ifdef CONFIG_FDT
by Juan Quintela
· 16 years ago
3f0855b
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
by Juan Quintela
· 16 years ago
67c0f08
Add -static in configure if needed
by Juan Quintela
· 16 years ago
f36fc7a
more specific config.mak can overwrote more general config.mak
by Juan Quintela
· 16 years ago
804edf2
move printing of config-host.mak variables to end of generation
by Juan Quintela
· 16 years ago
6881964
make oss use OSS_LIBS
by Juan Quintela
· 16 years ago
7aac6cb
make fmod also use FMOD_{LIBS,CFLAGS}
by Juan Quintela
· 16 years ago
ef7635e
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
by Juan Quintela
· 16 years ago
60ddf53
remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
by Juan Quintela
· 16 years ago
a900c00
use same algorithm for testing and
by Juan Quintela
· 16 years ago
525061b
remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
by Juan Quintela
· 16 years ago
a6290cf
target_arch2 is redefined unconditionally later
by Juan Quintela
· 16 years ago
b274051
Remove SP_CFLAGS and SP_LDFLAGS
by Juan Quintela
· 16 years ago
dfe5fff
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
by Juan Quintela
· 16 years ago
a8cd70f
Enable USE_DIRECT_JUMP on Win32.
by Filip Navara
· 16 years ago
45b05c7
Remove special Win32 code in vl.c that's no longer needed.
by Filip Navara
· 16 years ago
bf65f53
Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
by Filip Navara
· 16 years ago
8fde654
Remove useless Win32 include files and unused function in net.c.
by Filip Navara
· 16 years ago
f8bfb1d
tap-win32: Use correct headers.
by Filip Navara
· 16 years ago
2bb8c10
fix broken migration
by Glauber Costa
· 16 years ago
fc5d642
Fix broken build
by Luiz Capitulino
· 16 years ago
aaf10d9
slirp: Use monotonic clock if available (v2)
by Ed Swierk
· 16 years ago
97df1ee
slirp: Remove UDP protocol emulation (talk, cuseeme)
by Ed Swierk
· 16 years ago
3174ecd
qemu: msix nit: clear msix_entries_nr on error
by Michael S. Tsirkin
· 16 years ago
baef8a6
QEMU BOCHS bios patches to use maxcpus value.
by Jes Sorensen
· 16 years ago
6be68d7
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
by Jes Sorensen
· 16 years ago
96c1606
Use Little Endian for Dirty Log
by Alexander Graf
· 16 years ago
1c7936e
Use 64bit pointer for dirty log
by Alexander Graf
· 16 years ago
ce536cf
HPET fixes for reg writes
by Beth Kon
· 16 years ago
bb53fc5
slirp: Fix guestfwd for incoming data
by Jan Kiszka
· 16 years ago
9dfd7c7
switch -drive to QemuOpts.
by Gerd Hoffmann
· 16 years ago
e27c88f
QemuOpts: framework for storing and parsing options.
by Gerd Hoffmann
· 16 years ago
7695019
qemu-option: factor out parse_option_size
by Gerd Hoffmann
· 16 years ago
67b1355
qemu-option: factor out parse_option_bool
by Gerd Hoffmann
· 16 years ago
62c5802
move parser functions from vl.c to qemu-option.c
by Gerd Hoffmann
· 16 years ago
3b0ba92
kill drives_opt
by Gerd Hoffmann
· 16 years ago
1dae12e
add support for drive ids.
by Gerd Hoffmann
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
8a14daa
qdev/pci: hook up i440fx.
by Gerd Hoffmann
· 16 years ago
bd3c948
qdev: add -device command line option.
by Gerd Hoffmann
· 16 years ago
8ffb1bc
qdev: bus walker + qdev_device_add()
by Gerd Hoffmann
· 16 years ago
d271de9
qdev: create default bus names.
by Gerd Hoffmann
· 16 years ago
a6307b0
qdev/pci: use qdev_prop_pci_devfn
by Gerd Hoffmann
· 16 years ago
05cb5fe
qdev/prop: add pci devfn property
by Gerd Hoffmann
· 16 years ago
9574758
Add a pc-0.11 machine type and make the pc type an alias
by Mark McLoughlin
· 16 years ago
3f6599e
Add machine type aliases
by Mark McLoughlin
· 16 years ago
c1d6eed
Add support for fd=name to tap and socket networking
by Mark McLoughlin
· 16 years ago
7768e04
Add monitor_get_fd() command for fetching named fds
by Mark McLoughlin
· 16 years ago
f07918f
Add getfd and closefd monitor commands
by Mark McLoughlin
· 16 years ago
7d17405
Add SCM_RIGHTS support to unix socket character devices
by Mark McLoughlin
· 16 years ago
9977c89
Make tcp_chr_read() use recvmsg()
by Mark McLoughlin
· 16 years ago
f707726
sparc64 really implement itlb/dtlb automatic replacement writes
by Igor Kovalenko
· 16 years ago
6e8e7d4
sparc64 name mmu registers and general cleanup
by Igor Kovalenko
· 16 years ago
33b544b
Give the kernel more room
by Alexander Graf
· 16 years ago
a7b022e
PPC: Round VGA BIOS size to page boundary
by Alexander Graf
· 16 years ago
aea8674
Fix period initialization
by malc
· 16 years ago
6f725c1
provide tests for pit in kernel and irqchip in kernel
by Glauber Costa
· 16 years ago
609f2fa
qemu-thread: use pthread_equal
by Sebastian Herbszt
· 16 years ago
7ea78b7
Link bios files when building out of tree
by Jan Kiszka
· 16 years ago
99772ae
signrom.sh: portability fix
by Christoph Egger
· 16 years ago
a61d1f6
notify io_thread at the end of rx handling
by Glauber Costa
· 16 years ago
452e475
introduce on_vcpu
by Glauber Costa
· 16 years ago
cf070d7
qemu-io: reject invalid pattern
by Christoph Hellwig
· 16 years ago
a7824a8
qemu-io: Rework alloc command
by Kevin Wolf
· 16 years ago
d032044
qmu-img: fix qemu-img convert to generate a valid image when the source referenced a backing file
by Akkarit Sangpetch
· 16 years ago
b171271
vmdk: Fix backing file handling
by Kevin Wolf
· 16 years ago
14658cd
use struct initializer for audio.c
by Juan Quintela
· 16 years ago
777aec7
Add save/restore support to the LSI logic SCSI device model.
by Nolan
· 16 years ago
6e5d97d
Handle BH's queued by AIO completions in qemu_aio_flush()
by Nolan
· 16 years ago
bd83677
Fake dirty loggin when it's not there
by Alexander Graf
· 16 years ago
1641533
Use correct input constant
by Alexander Graf
· 16 years ago
b80a55e
Fix warning in kvm-all.c
by Alexander Graf
· 16 years ago
861bbc8
Set PVR in sregs
by Alexander Graf
· 16 years ago
5f114bc
Enable PPC KVM for non-embedded
by Alexander Graf
· 16 years ago
Next »