summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block-backend: Expose bdrv_write_zeroes()Kevin Wolf2015-04-282-0/+13
* iothread: release iothread around aio_pollPaolo Bonzini2015-04-283-24/+14
* AioContext: acquire/release AioContext during aio_pollPaolo Bonzini2015-04-283-6/+24
* aio-posix: move pollfds to thread-local storagePaolo Bonzini2015-04-283-26/+57
* block: Switch to host monotonic clock for IO throttlingFam Zheng2015-04-281-1/+8
* checkpatch: complain about ffs(3) callsStefan Hajnoczi2015-04-281-0/+11
* os-win32: drop ffs(3) prototypeStefan Hajnoczi2015-04-281-3/+0
* omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini2015-04-281-4/+5
* sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi2015-04-281-1/+2
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-286-27/+26
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-2822-50/+50
* uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi2015-04-281-1/+1
* MAINTAINERS: Add myself as the maintainer of the Quorum driverAlberto Garcia2015-04-281-0/+6
* savevm: create snapshot failed when id_str already existsYi Wang2015-04-281-4/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-04-283-48/+9
|\
| * target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost2015-04-271-7/+0
| * target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost2015-04-271-1/+2
| * target-i386: Make "level" and "xlevel" properties staticEduardo Habkost2015-04-271-38/+2
| * qemu-config: Accept empty option valuesEduardo Habkost2015-04-271-1/+3
| * MAINTAINERS: Change status of X86 to MaintainedEduardo Habkost2015-04-271-1/+1
| * MAINTAINERS: Add myself to X86Eduardo Habkost2015-04-271-0/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell2015-04-281-0/+9
|\ \
| * | MAINTAINERS: Add myself as NUMA code maintainerEduardo Habkost2015-04-271-0/+9
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell2015-04-2842-362/+1086
|\ \ \
| * | | Allow ARMv8 SCR.SMD updatesGreg Bellows2015-04-261-1/+3
| * | | target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov2015-04-261-1/+2
| * | | target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-264-7/+7
| * | | target-arm: Check watchpoints against CPU security statePeter Maydell2015-04-261-2/+4
| * | | target-arm: Use attribute info to handle user-only watchpointsPeter Maydell2015-04-261-11/+12
| * | | target-arm: Add user-mode transaction attributePeter Maydell2015-04-262-0/+3
| * | | target-arm: Use correct memory attributes for page table walksPeter Maydell2015-04-261-9/+40
| * | | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-262-12/+69
| * | | Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-2619-91/+195
| * | | exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell2015-04-262-15/+33
| * | | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-262-50/+314
| * | | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-269-50/+77
| * | | exec.c: Convert subpage memory ops to _with_attrsPeter Maydell2015-04-261-12/+21
| * | | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-264-5/+22
| * | | Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-263-19/+30
| * | | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-267-54/+95
| * | | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-263-67/+203
| |/ /
* | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell2015-04-278-43/+29
|\ \ \
| * | | spice: learn to hide cursorMarc-André Lureau2015-04-271-3/+6
| * | | spice: set pointer position on hotspotMarc-André Lureau2015-04-272-5/+8
| * | | spice: fix mouse cursor positionMarc-André Lureau2015-04-271-1/+1
| * | | spice: fix simple display on bigendian hostsGerd Hoffmann2015-04-272-1/+3
| * | | monitor: Make client_migrate_info synchronousMarkus Armbruster2015-04-275-33/+11
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into s...Peter Maydell2015-04-273-52/+124
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud