aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-30target-mips: fix DINSU instructionAurelien Jarno
2010-06-30MIPS: fix fulong bios loadingAurelien Jarno
2010-06-29target-mips: enable movn/movz on loongson 2E & 2FAurelien Jarno
2010-06-29mips-dis: add support for Godson integer instructionsAurelien Jarno
2010-06-29r2d: fix pflash mappingAurelien Jarno
2010-06-29lsi53c895a: fix Phase Mismatch JumpPaolo Bonzini
2010-06-29MIPS: Initial support of fulong mini pc (machine construction)Huacai Chen
2010-06-29MIPS: Initial support of fulong mini pc (CPU definition)Huacai Chen
2010-06-29MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen
2010-06-29MIPS: Initial support of VIA IDE controller used by fulong mini pcHuacai Chen
2010-06-29Initial support of vt82686b south bridge used by fulong mini pcHuacai Chen
2010-06-29MIPS: Initial support of bonito north bridge used by fulong mini pcHuacai Chen
2010-06-29tcg-s390: new TCG TargetRichard Henderson
2010-06-29tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.Richard Henderson
2010-06-28kvm: Fix cpu_is_bsp() compilation warningSheng Yang
2010-06-28kvm: init mp_stateMarcelo Tosatti
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-06-28Enable XSAVE related CPUIDSheng Yang
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang
2010-06-28fix CPUID vendor overrideAndre Przywara
2010-06-28kvm: Switch kvm_update_guest_debug to run_on_cpuJan Kiszka
2010-06-27win32: Add missing function ffsStefan Weil
2010-06-27win32: Add define for missing EPROTONOSUPPORTStefan Weil
2010-06-27.gitignore: Ignore libdis*, qemu-options.defStefan Weil
2010-06-27x86: Clean up CPU resetJan Kiszka
2010-06-27x86: Fix INIT processingJan Kiszka
2010-06-27mask all interrupts when MASTER_DISABLE is setArtyom Tarasenko
2010-06-27fw_cfg: convert to qdevBlue Swirl
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl
2010-06-22virtio-pci: fix bus master bug setting on loadAlex Williamson
2010-06-22Factorize common migration incoming codeJuan Quintela
2010-06-22Exit if incoming migration failsJuan Quintela
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Implemented Security model for lstat and fstatVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Rearrange fileop structuresVenkateswararao Jujjuri (JV)
2010-06-22Flush the debug message out to the log file.Venkateswararao Jujjuri (JV)
2010-06-22give some useful error messages when tap openMichael Tokarev
2010-06-22Extra scan codes for missing keysBernhard M. Wiedemann
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf
2010-06-22virtio-blk: fix the list operation in virtio_blk_load().Yoshiaki Tamura
2010-06-22qemu-io: check registered fds in command_loop()MORITA Kazutaka