qemu
2009-05-14 Paul BrookPL050 qdev conversion
2009-05-14 Paul BrookPL011 qdev conversion
2009-05-14 Paul BrookPL110 qdev conversion
2009-05-14 Paul Brookqdev scsi bus infrastructure
2009-05-14 Paul BrookPCI qdev support
2009-05-14 Paul Brookqdev child bus support
2009-05-14 Paul BrookBasic qdev infrastructure.
2009-05-14 Anthony LiguoriMove block drivers into their own directory
2009-05-14 Anthony LiguoriConvert block infrastructure to use new module init...
2009-05-14 Anthony LiguoriConstructor support
2009-05-14 Anthony LiguoriAdd a --disable-docs to configure to allow doc build...
2009-05-13 Paul BrookRemove duplicate block objects.
2009-05-13 malcRemove any pretense that there can be more than one...
2009-05-13 Paul BrookRemove redundant pcnet.o
2009-05-13 Paul BrookAdd tool_osdep.c
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version...
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-13 Paul BrookFix kqemu build failure.
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-13 malcFix typo that leads to out of bounds array access on...
2009-05-13 Edgar E. IglesiasETRAX: Correct setting of ethernet station address.
2009-05-12 Paul BrookFollow coding conventions.
2009-05-12 Edgar E. IglesiasCRIS: Fix bmi.
2009-05-12 Paul BrookPush AUD_init down to devices
2009-05-12 Paul BrookMake AUD_init failure fatal
2009-05-10 Blue SwirlUpdate docs on dynamic condition code calculation
2009-05-10 Blue SwirlConvert mulscc
2009-05-10 Blue SwirlConvert udiv/sdiv
2009-05-10 Blue SwirlConvert tagged ops
2009-05-10 Blue SwirlConvert subx
2009-05-10 Blue SwirlConvert sub
2009-05-10 Blue SwirlConvert logical operations and umul/smul
2009-05-10 Blue SwirlConvert addx
2009-05-10 Blue SwirlConvert add
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-05-10 Paul BrookFollow coding conventions
2009-05-09 Paul BrookWorkaround compiler warnings at -O1
2009-05-09 Paul BrookFixe ARM NEON vrshl.
2009-05-09 Laurent VivierAdd m68k_cpu_list()
2009-05-08 vibiFix in file qemu-sockets.c
2009-05-08 Avi Kivityvga: Replace VGA_COMMON with a structure
2009-05-08 Kevin WolfImprove block range checks
2009-05-08 Anthony LiguoriRemove noisy printf when KVM masks CPU features
2009-05-08 Christoph Hellwigfix asynchronous ioctls
2009-05-08 Avi Kivitykvm: Trim cpu features not supported by kvm
2009-05-08 Avi KivityFix x86 feature modifications for features that set...
2009-05-08 Avi KivityMake x86 cpuid feature names available in file scope
2009-05-08 Avi Kivitykvm: Add support for querying supported cpu features
2009-05-08 Anthony LiguoriIntroduce kvm_check_extension to check if KVM extension...
2009-05-08 Amit Shahe1000: Do not reinit pci config space to 0
2009-05-08 Alexander GrafAIO deletion race fix
2009-05-08 Glauber Costareset state for load_linux
2009-05-08 Glauber Costaregister reset handler for option_roms
2009-05-08 Gleb NatapovFix cluster freeing in qcow2
2009-05-08 Anthony LiguoriEnable power button even generation.
2009-05-08 Jan KiszkaDrop CONFIG_GDBSTUB
2009-05-08 Paul BrookRemove superfluous #includes.
2009-05-08 Paul BrookUse target_phys_addr_t, not target_ulong.
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-05-07 Blue SwirlFix disassembler memory accesses
2009-05-07 Paul BrookSuppress make directory messages.
2009-05-06 Paul BrookFix PL110 framebuffer byteswapping in 32bpp mode.
2009-05-05 Edgar E. IglesiasETRAX: Simplify serport control logic.
2009-05-05 Edgar E. IglesiasETRAX: Drop _t for the serial type.
2009-05-05 Edgar E. IglesiasETRAX: Use NULL for subwidth serport reg accesses.
2009-05-05 Edgar E. IglesiasETRAX: Drop the _t for the internal PIC type.
2009-05-05 Edgar E. IglesiasETRAX: Simplify the interrupt controller model.
2009-05-05 Edgar E. IglesiasETRAX: Simplify interrupt signaling.
2009-05-04 Paul BrookFix compiler warnings in nwfpe code.
2009-05-04 Aurelien Jarnotarget-mips: proper sign extension for 'SUBU rd, zero...
2009-05-04 Aurelien Jarnotarget-mips: fix comments about SUB/DSUB
2009-05-04 Aurelien Jarnoqemu-options.hx: fix description of cache=none suboption
2009-05-03 Paul BrookSuppress type mismatch warnings in VDE code.
2009-05-03 Isaku Yamahataminor fix of pci_register_bus()
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-05-03 Stuart BradyFix typos in comments in exec.c
2009-05-03 Blue SwirlOptimize cmp x, 0 case
2009-05-03 Blue SwirlReindent
2009-05-03 Paul BrookHandle NULL bdrv.
2009-05-02 Blue SwirlImprove instruction name comments for easier searching
2009-05-02 Blue SwirlClarify: dmmuregs[1] is not a typo
2009-05-02 Blue SwirlOptimize operations with immediate parameters
2009-05-02 Blue SwirlFix Sparc64 sign extension problems
2009-05-01 Alex WilliamsonFix hw/acpi.c build w/ DEBUG enabled
2009-05-01 Anthony LiguoriMake sure not to fall through on error in loadvm
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-05-01 Anthony LiguoriFix serial option with -drive
2009-05-01 Xiantao ZhangBuild fix for !CONFIG_GDBSTUB case
2009-05-01 Glauber Costasuport device driver initialization model
2009-05-01 Christoph Hellwigfix virtio_blk_inhdr comment
2009-05-01 Kevin Wolfqemu-io: Optionally verify only part of read data
2009-05-01 Richard W.M... Hardware watchdog
2009-05-01 Jan Kiszkanet: Fix -net socket parameter checks
2009-05-01 Jan Kiszkakvm: Avoid COW if KVM MMU is asynchronous
2009-05-01 Gerd Hoffmannvnc: kill leftover debug statement.
2009-05-01 Gerd Hoffmannvnc: no need to set force_update for incremental update...
2009-05-01 Gerd Hoffmannvnc: fix server surface pixel format.
2009-05-01 Christoph Hellwigvirtio-blk: add SGI_IO passthru support
2009-05-01 Mark McLoughlinppc: include cache-utils.o in BLOCK_OBJS
next