aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28block: Switch to host monotonic clock for IO throttlingFam Zheng
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi
2015-04-28omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini
2015-04-28sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-04-28hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-04-28bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi
2015-04-28MAINTAINERS: Add myself as the maintainer of the Quorum driverAlberto Garcia
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell
2015-04-27target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost
2015-04-27target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost
2015-04-27target-i386: Make "level" and "xlevel" properties staticEduardo Habkost
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost
2015-04-27MAINTAINERS: Change status of X86 to MaintainedEduardo Habkost
2015-04-27MAINTAINERS: Add myself to X86Eduardo Habkost
2015-04-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into s...Peter Maydell
2015-04-27MAINTAINERS: Add myself as NUMA code maintainerEduardo Habkost
2015-04-27Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell
2015-04-27exec: Respect as_translate_internal length clampPeter Crosthwaite
2015-04-27ioport: reserve the whole range of an I/O port in the AddressSpacePaolo Bonzini
2015-04-27ioport: loosen assertions on emulation of 16-bit portsPaolo Bonzini
2015-04-27ioport: remove wrong commentPaolo Bonzini
2015-04-27ide: there is only one data portPaolo Bonzini
2015-04-27gus: clean up MemoryRegionPortioPaolo Bonzini
2015-04-27sb16: remove useless mixer_write_indexwPaolo Bonzini
2015-04-27sun4m: fix slavio sysctrl and led register sizesMark Cave-Ayland
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng
2015-04-27exec: Notify cpu_register_map_client caller if the bounce buffer is availableFam Zheng
2015-04-27exec: Protect map_client_list with mutexFam Zheng
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng
2015-04-27exec: Atomic access to bounce bufferFam Zheng
2015-04-27translate-all: use glib for all page descriptor allocationsEmilio G. Cota
2015-04-27spice: learn to hide cursorMarc-André Lureau
2015-04-27spice: set pointer position on hotspotMarc-André Lureau
2015-04-27spice: fix mouse cursor positionMarc-André Lureau
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster
2015-04-27gtk: Avoid accel key leakage into guest on console switchJan Kiszka
2015-04-27gtk: Fix VTE focus grabbingJan Kiszka
2015-04-26Allow ARMv8 SCR.SMD updatesGreg Bellows
2015-04-26target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov