No description
Find a file
Jan Kiszka e6f4afe029 kvm: Relax aligment check of kvm_set_phys_mem
There is no need to reject an unaligned memory region registration if
the region will be I/O memory and it will not split an existing KVM
slot. This fixes KVM support on PPC.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-05-01 09:38:33 -05:00
audio Remove redundant #define 2009-05-01 11:31:23 +04:00
bsd-user
darwin-user
fpu Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 2009-04-13 16:31:01 +00:00
gdb-xml
hw Remove redundant cirrus vga ram functions. 2009-05-01 15:16:15 +01:00
keymaps
linux-user MIPS signal handling fixes. 2009-04-21 01:41:10 +00:00
pc-bios sending NUMA topology to BIOS (Andre Przywara) 2009-04-21 22:31:41 +00:00
slirp slirp: Handle DHCP requests for specific IP (Jan Kiszka) 2009-04-21 19:56:20 +00:00
target-alpha qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-arm qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-cris CRIS: cris_mmu_result_t -> cris_mmu_result 2009-04-25 15:51:53 +02:00
target-i386 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-m68k qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-mips qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-ppc Fix powerpc 604 reset vector 2009-04-28 18:07:01 +00:00
target-sh4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) 2009-04-24 18:03:41 +00:00
target-sparc sparc64 fix context value for ITLB fault 2009-04-28 15:59:51 +00:00
tcg tcg: make sure NDEBUG is defined before including <assert.h> 2009-04-16 09:58:30 +00:00
tests
.gitignore gitignore qemu-options.texi 2009-04-29 22:22:01 +03:00
a.out.h
acl.c
acl.h
aes.c
aes.h
aio.c
alpha-dis.c
alpha.ld
arm-dis.c
arm-semi.c
arm.ld
balloon.h
block-bochs.c
block-cloop.c
block-cow.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 2009-04-13 16:31:01 +00:00
block-dmg.c
block-nbd.c
block-parallels.c
block-qcow.c implement qemu_blockalign (Stefano Stabellini) 2009-04-22 20:20:00 +00:00
block-qcow2.c implement qemu_blockalign (Stefano Stabellini) 2009-04-22 20:20:00 +00:00
block-raw-posix.c implement qemu_blockalign (Stefano Stabellini) 2009-04-22 20:20:00 +00:00
block-raw-win32.c
block-vmdk.c
block-vpc.c block-vpc: Don't silently create smaller image than requested 2009-04-15 14:42:46 +00:00
block-vvfat.c block-vvfat: fix a warning 2009-04-25 00:08:05 +02:00
block.c implement qemu_blockalign (Stefano Stabellini) 2009-04-22 20:20:00 +00:00
block.h Introduce bdrv_check (Kevin Wolf) 2009-04-21 23:11:50 +00:00
block_int.h implement qemu_blockalign (Stefano Stabellini) 2009-04-22 20:20:00 +00:00
bswap.h
bt-host.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 2009-04-13 16:31:01 +00:00
bt-host.h
bt-vhci.c
buffered_file.c
buffered_file.h
cache-utils.c
cache-utils.h
Changelog
cmd.c
cmd.h
cocoa.m
CODING_STYLE
configure Silence missing pkg-config error messages 2009-04-28 17:05:24 +00:00
console.c
console.h
COPYING
COPYING.LIB
cpu-all.h Remove cpu_get_io_memory_{read,write}. 2009-04-30 18:39:07 +01:00
cpu-defs.h qemu: introduce iothread (Marcelo Tosatti) 2009-04-24 18:04:07 +00:00
cpu-exec.c Recognize V9 stores and CAS accesses as writes 2009-04-25 19:07:16 +00:00
cris-dis.c
curses.c
curses_keys.h
cutils.c
d3des.c
d3des.h
def-helper.h
device_tree.c
device_tree.h
dis-asm.h
disas.c Safety net for the cases where disassembler/translator disagree over instruction decoding 2009-04-21 22:26:22 +00:00
disas.h
dma-helpers.c
dma.h
dyngen-exec.h
elf.h
elf_ops.h
exec-all.h kqemu: merge CONFIG_KQEMU and USE_KQEMU 2009-04-19 10:18:01 +00:00
exec.c Remove cpu_get_io_memory_{read,write}. 2009-04-30 18:39:07 +01:00
feature_to_c.sh
gdbstub.c Add 'static' to avoid a sparse warning 2009-04-18 07:29:59 +00:00
gdbstub.h
gen-icount.h
host-utils.c
host-utils.h
hostregs_helper.h
hpet.h
hppa-dis.c
hppa.ld
hxtool
i386-dis.c
i386.ld
ia64.ld
keymaps.c
keymaps.h
kqemu.c kqemu: merge CONFIG_KQEMU and USE_KQEMU 2009-04-19 10:18:01 +00:00
kqemu.h
kvm-all.c kvm: Relax aligment check of kvm_set_phys_mem 2009-05-01 09:38:33 -05:00
kvm.h kvm: Add sanity checks to slot management (Jan Kiszka) 2009-04-17 14:26:29 +00:00
libfdt_env.h
LICENSE
loader.c
m68k-dis.c
m68k-semi.c
m68k.ld
MAINTAINERS
Makefile qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) 2009-04-24 18:03:15 +00:00
Makefile.target qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) 2009-04-24 18:03:15 +00:00
migration-exec.c
migration-tcp.c
migration.c
migration.h
mips-dis.c
mips.ld
mipsel.ld
monitor.c monitor: Fix warning in do_info_numa (Jan Kiszka) 2009-04-22 20:20:29 +00:00
monitor.h
nbd.c
nbd.h
net-checksum.c
net.c fix net.c compile warning 2009-04-27 17:11:36 +00:00
net.h slirp: Enhance host-guest redirection setup (Jan Kiszka) 2009-04-21 19:56:44 +00:00
osdep.c kqemu: merge CONFIG_KQEMU and USE_KQEMU 2009-04-19 10:18:01 +00:00
osdep.h
pci-ids.txt
posix-aio-compat.c
posix-aio-compat.h
ppc-dis.c
ppc.ld
ppc64.ld
qemu-aio.h
qemu-binfmt-conf.sh
qemu-char.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 2009-04-13 16:31:01 +00:00
qemu-char.h
qemu-common.h qemu: introduce qemu_cpu_kick (Marcelo Tosatti) 2009-04-24 18:03:45 +00:00
qemu-doc.texi
qemu-img.c Introduce qemu-img check subcommand (Kevin Wolf) 2009-04-21 23:11:53 +00:00
qemu-img.texi
qemu-io.c qemu-io: Verify read data by patterns (Kevin Wolf) 2009-04-18 15:36:23 +00:00
qemu-lock.h
qemu-log.h
qemu-malloc.c
qemu-nbd.c
qemu-nbd.texi
qemu-options.hx xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann) 2009-04-22 15:19:53 +00:00
qemu-sockets.c
qemu-tech.texi
qemu-thread.c qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) 2009-04-24 18:03:15 +00:00
qemu-thread.h qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) 2009-04-24 18:03:15 +00:00
qemu-timer.h
qemu-tool.c
qemu.sasl
qemu_socket.h
readline.c
readline.h
README
rules.mak
s390-dis.c
s390.ld
savevm.c Add unregister_savevm() (Mark McLoughlin) 2009-04-17 17:10:59 +00:00
sdl.c Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names. 2009-04-13 11:33:46 +00:00
sdl_keysym.h
sh4-dis.c
softmmu-semi.h
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h kqemu: merge CONFIG_KQEMU and USE_KQEMU 2009-04-19 10:18:01 +00:00
sparc-dis.c
sparc.ld
sparc64.ld
sys-queue.h
sysemu.h xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann) 2009-04-22 15:19:53 +00:00
tap-win32.c Introduce VLANClientState::cleanup() (Mark McLoughlin) 2009-04-17 17:11:08 +00:00
texi2pod.pl
thunk.c
thunk.h
TODO
translate-all.c
uboot_image.h
usb-bsd.c
usb-linux.c
usb-stub.c
VERSION
vgafont.h
vl.c Fix qemu_event_init 2009-04-29 18:38:28 +00:00
vnc-auth-sasl.c
vnc-auth-sasl.h
vnc-auth-vencrypt.c
vnc-auth-vencrypt.h
vnc-tls.c
vnc-tls.h
vnc.c
vnc.h
vnc_keysym.h
vnchextile.h
x86_64.ld
x_keymap.c
x_keymap.h

Read the documentation in qemu-doc.html.

Fabrice Bellard.