aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21crypto: use glib as fallback for hash algorithmDaniel P. Berrange
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange
2016-07-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160720' into stagingPeter Maydell
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160720-1' into s...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-07-20pc: Make device_del CPU work for x86 CPUsIgor Mammedov
2016-07-20target-i386: Add x86_cpu_unrealizefn()Igor Mammedov
2016-07-20apic: Use apic_id as apic's migration instance_idIgor Mammedov
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov
2016-07-20apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov
2016-07-20apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov
2016-07-20pc: Implement query-hotpluggable-cpus callbackIgor Mammedov
2016-07-20pc: cpu: Allow device_add to be used with x86 cpuIgor Mammedov
2016-07-20pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov
2016-07-20pc: Forbid BSP removalIgor Mammedov
2016-07-20pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov
2016-07-20pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov
2016-07-20pc: Set APIC ID based on socket/core/thread ids if it's not been set yetIgor Mammedov
2016-07-20target-i386: Fix apic object leak when CPU is deletedIgor Mammedov
2016-07-20target-i386: cpu: Do not ignore error and fix apic parentIgor Mammedov
2016-07-20target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov
2016-07-20target-i386: Replace custom apic-id setter/getter with static propertyIgor Mammedov
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov
2016-07-20pc: Extract CPU lookup into a separate functionIgor Mammedov
2016-07-20target-i386: Set physical address bits based on hostDr. David Alan Gilbert
2016-07-20pc: Add x86_topo_ids_from_apicid()Igor Mammedov
2016-07-20target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov
2016-07-20target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert
2016-07-20target-i386: Mask mtrr mask based on CPU physical address limitsDr. David Alan Gilbert
2016-07-20target-i386: Allow physical address bits to be setDr. David Alan Gilbert
2016-07-20target-i386: Provide TCG_PHYS_ADDR_BITSDr. David Alan Gilbert
2016-07-20s390x/css: provide a dev_path for css devicesCornelia Huck
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell
2016-07-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160719'...Peter Maydell
2016-07-20usbredir: add streams propertyGerd Hoffmann
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy
2016-07-20docker: pass EXECUTABLE to build scriptAlex Bennée
2016-07-20docker: Don't start a container that doesn't existFam Zheng
2016-07-20docker: Add "images" subcommand to docker.pyFam Zheng
2016-07-20docker: Fix exit code if $CMD failedFam Zheng
2016-07-20docker: More sensible run scriptFam Zheng
2016-07-20tests/docker/docker.py: add update operationAlex Bennée
2016-07-20tests/docker/dockerfiles: new debian-bootstrap.dockerAlex Bennée