aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-16error: New error_printf() and error_vprintf()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-03-16error: Simplify error sink setupMarkus Armbruster
2010-03-16error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster
2010-03-16monitor: Factor monitor_set_error() out of qemu_error_internal()Markus Armbruster
2010-03-16block: Simplify usb_msd_initfn() test for "can read bdrv key"Markus Armbruster
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-03-16tools: Remove unused cur_mon from qemu-tool.cMarkus Armbruster
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster
2010-03-16usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno
2010-03-15pcnet: make subsystem vendor id match hardwareMichael S. Tsirkin
2010-03-15eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin
2010-03-14qemu-img rebase: Document -f optionKevin Wolf
2010-03-14mips: add header to mips_int.c and mips_timer.cAurelien Jarno
2010-03-14tcg: declare internal helpers as const and pureAurelien Jarno
2010-03-14Fix corner case in chardev udp: parameterJan Kiszka
2010-03-14Don't set default monitor when there is a mux'ed oneJan Kiszka
2010-03-14tcg/arm: use helpers for divu/remuAurelien Jarno
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-03-14Fix pagetable codePaul Brook
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian
2010-03-13x86/cpuid: fix indentationAurelien Jarno
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-03-13Fix a typo in error messageBlue Swirl
2010-03-13fdc: fix drive property handling.Gerd Hoffmann
2010-03-13install: honor DESTDIR on sysconfdir populationAndre Przywara
2010-03-13configure: fix --sysconfdir specificationAndre Przywara
2010-03-13target-arm: make RFE usable with any registerAdam Lackorzynski
2010-03-13tcg/arm: implement andc opAurelien Jarno
2010-03-13tcg: update README with const and pure helpersAurelien Jarno
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno
2010-03-13target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan
2010-03-13target-mips: update address space definitionsAurelien Jarno
2010-03-13Fix Sparc host build breakageBlue Swirl
2010-03-13Fix more wrong usermode virtual address typesBlue Swirl
2010-03-12Fix usermode virtual address typePaul Brook