aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-01migration: Remove duplicate bandwidth_limit setLei Li
2013-06-01docs: Fix typo and update file in migrationLei Li
2013-06-01configure: try pkg-config ncurses firstEd Maste
2013-06-01rtc: remove rtc_set_dateHu Tao
2013-06-01linux-user: Fix typo in commentLei Li
2013-06-01configure: remove confusing file manipulationEd Maste
2013-06-01debugcon: fix compiler warning when open DEBUG_DEBUGCONliguang
2013-06-01debugcon: make debug message more readableliguang
2013-06-01debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCONliguang
2013-06-01Remove unnecessary break statementsStefan Weil
2013-06-01don't run pkg-config for features explicitly disabledMichael Tokarev
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson
2013-05-31s390/ipl: Fix spurious errors in virtioChristian Borntraeger
2013-05-31Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori
2013-05-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino
2013-05-30seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore
2013-05-30gdbstub: do not restart crashed guestPaolo Bonzini
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong
2013-05-30Makefile: create ".../var/run" when installing the POSIX guest agentLaszlo Ersek
2013-05-30qga: save state directory in ga_install_service()Laszlo Ersek
2013-05-30qga: remove undefined behavior in ga_install_service()Laszlo Ersek
2013-05-30qga: create state directory on win32Laszlo Ersek
2013-05-30configure: don't save any fixed local_statedir for win32Laszlo Ersek
2013-05-30qga: determine default state dir and pidfile dynamicallyLaszlo Ersek
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini
2013-05-29memory: add address_space_access_validPaolo Bonzini
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini
2013-05-29exec: introduce memory_access_sizePaolo Bonzini
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini
2013-05-29memory: assign MemoryRegionOps to all regionsPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini
2013-05-29exec: do not use error_mem_readPaolo Bonzini
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29cputlb: simplify tlb_set_pagePaolo Bonzini
2013-05-29exec: drop useless #ifPaolo Bonzini