aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin2-0/+41
2015-01-08arch_init: support resizing on incoming migrationMichael S. Tsirkin1-5/+8
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin3-7/+91
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin3-34/+40
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2-4/+13
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin2-0/+26
2015-01-07hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum1-2/+2
2015-01-07hw/ppc/spapr: simplify usb controller creation logicMarcel Apfelbaum1-1/+2
2015-01-07hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum1-10/+19
2015-01-07hw/usb: simplified usb_enabledMarcel Apfelbaum12-18/+17
2015-01-07hw/machine: added machine_usb wrapperMarcel Apfelbaum2-0/+7
2015-01-07hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum4-3/+10
2015-01-07target-ppc: Cast ssize_t to size_t before printing with %zxPeter Maydell1-1/+1
2015-01-07target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLYPeter Maydell1-0/+5
2015-01-07PPC: e500: Fix GPIO controller interrupt numberAmit Tomar1-1/+1
2015-01-07target-ppc: Introduce Privileged TM NoopsTom Musta1-0/+38
2015-01-07target-ppc: Introduce tcheckTom Musta1-0/+17
2015-01-07target-ppc: Introduce TM NoopsTom Musta1-0/+38
2015-01-07target-ppc: Introduce tbeginTom Musta3-0/+36
2015-01-07target-ppc: Introduce TEXASRU Bit FieldsTom Musta1-0/+20
2015-01-07target-ppc: Power8 Supports Transactional MemoryTom Musta1-2/+3
2015-01-07target-ppc: Introduce tm_enabled Bit to CPU StateTom Musta1-0/+8
2015-01-07target-ppc: Introduce Feature Flag for Transactional MemoryTom Musta1-0/+2
2015-01-07target-ppc: Introduce Instruction Type for Transactional MemoryTom Musta1-1/+3
2015-01-07pseries: Update SLOF firmware image to 20141202Alexey Kardashevskiy3-1/+1
2015-01-07PPC: Fix crash on spapr_tce_table_finalize()David Gibson1-3/+3
2015-01-07ppc: do not use get_clock_realtime()Paolo Bonzini1-2/+2
2015-01-07device-tree: fix memory leakSergey Fedorov1-4/+10
2015-01-07spapr: Fix stale HTAB during live migration (TCG)Samuel Mendoza-Jonas1-5/+11
2015-01-07spapr: Fix integer overflow during migration (TCG)Samuel Mendoza-Jonas1-3/+3
2015-01-07spapr: Fix stale HTAB during live migration (KVM)Samuel Mendoza-Jonas2-0/+39
2015-01-07target-ppc: explicitly save page table headers in big endianCédric Le Goater1-3/+17
2015-01-07target-ppc: Eliminate set_fprf Argument From helper_compute_fprfTom Musta3-38/+28
2015-01-07target-ppc: Eliminate set_fprf Argument From gen_compute_fprfTom Musta1-15/+23
2015-01-07target-ppc: Fully Migrate to gen_set_cr1_from_fpscrTom Musta1-22/+33
2015-01-07target-ppc: mffs. Should Set CR1 from FPSCR BitsTom Musta1-1/+3
2015-01-07target-ppc: Fix Floating Point Move Instructions That Set CR1Tom Musta1-20/+30
2015-01-07target-ppc: VXSQRT Should Not Be Set for NaNsTom Musta1-12/+17
2015-01-07target-ppc: Load/Store Vector Element Storage AlignmentTom Musta1-8/+14
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf5-10/+115
2015-01-07PPC: mpc8554ds: Tell user about exceeding RAM limitsAlexander Graf1-0/+6
2015-01-07PPC: e500: Move CCSR and MMIO space to upper end of address spaceAlexander Graf1-3/+3
2015-01-07PPC: e500: Move CCSR definition to paramsAlexander Graf4-16/+23
2015-01-05seccomp: add mbind() to the syscall whitelistPaul Moore1-1/+2
2015-01-05seccomp: typo in configure error messageEduardo Otubo1-1/+1
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah1-1/+1
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2-17/+14
2015-01-05virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson1-12/+4
2015-01-03pci: move REDHAT_SDHCI device ID to make room for RockerScott Feldman2-2/+2
2015-01-03block/iscsi: fix uninitialized variablePeter Wu1-1/+1