summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini2-51/+81
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini2-4/+4
2011-07-29showing a splash picture when startwayne5-4/+199
2011-07-29usb-ohci: convert to MemoryRegionAvi Kivity1-25/+17
2011-07-29sysbus: add MemoryRegion based memory management APIAvi Kivity2-3/+27
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity2-8/+42
2011-07-29pci: pass address space to pci bus when createdAvi Kivity22-35/+85
2011-07-29pc: move global memory map out of pc_init1() and into its callersAvi Kivity1-7/+8
2011-07-29pc: convert pc_memory_init() to memory APIAvi Kivity2-19/+41
2011-07-29pc: grab system_memoryAvi Kivity3-3/+12
2011-07-29ioport: register ranges by byte aligned addresses alwaysAvi Kivity1-2/+2
2011-07-29exec.c: initialize memory mapAvi Kivity1-0/+19
2011-07-29memory: transaction APIAvi Kivity2-0/+26
2011-07-29memory: separate building the final memory map into two stepsAvi Kivity1-9/+29
2011-07-29memory: add ioeventfd supportAvi Kivity2-0/+269
2011-07-29memory: add backward compatibility for old mmio registrationAvi Kivity2-0/+20
2011-07-29memory: add backward compatibility for old portio registrationAvi Kivity2-0/+49
2011-07-29memory: I/O address space supportAvi Kivity3-1/+64
2011-07-29memory: late initialization of ram_addrAvi Kivity2-4/+21
2011-07-29memory: rename MemoryRegion::has_ram_addr to ::terminatesAvi Kivity2-10/+10
2011-07-29memory: abstract address space operationsAvi Kivity1-30/+81
2011-07-29Internal interfaces for memory APIAvi Kivity2-0/+43
2011-07-29memory: merge adjacent segments of a single memory regionAvi Kivity1-0/+29
2011-07-29memory: implement dirty trackingAvi Kivity2-8/+32
2011-07-29Hierarchical memory region APIAvi Kivity3-0/+1039
2011-07-29Add memory API documentationAvi Kivity1-0/+172
2011-07-29qdev: Reset hot-plugged devicesJan Kiszka1-0/+3
2011-07-25Let users select their pythonsBlue Swirl2-6/+19
2011-07-25simpletrace: suppress a warning from unused variableBlue Swirl1-1/+1
2011-07-25Wrap recv to avoid warningsBlue Swirl13-15/+21
2011-07-24Fix chrdev return value conversionBlue Swirl2-4/+5
2011-07-23qemu-ga: remove dependency on gio and gthreadAnthony Liguori2-29/+12
2011-07-23guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori1-5/+7
2011-07-23Open 1.0 development branch.Anthony Liguori1-1/+1
2011-07-23Bump version to reflect v0.15.0-rc0v0.15.0-rc0Anthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez64-64/+64
2011-07-23Register Linux dyntick timer as per-thread signalJan Kiszka3-0/+20
2011-07-23mc146818rtc: Handle host clock resetsJan Kiszka1-0/+20
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka2-1/+33
2011-07-23notifier: Pass data argument to callbackJan Kiszka13-23/+23
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster1-1/+4
2011-07-23virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2-4/+5
2011-07-23virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster1-8/+5
2011-07-23usb-ccid: Drop unused CCIDCardInfo callback print()Markus Armbruster2-12/+0
2011-07-23Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange1-7/+0
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange8-6/+100
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange4-26/+41
2011-07-23do not reset no_shutdown after we shutdown the vmWen Congyang1-1/+0
2011-07-23vl.c: Don't limit node count by smp countSasha Levin1-2/+2
2011-07-23vga: Fix type of lfb/map_addr/end.Richard Henderson1-5/+5