summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin4-3/+3
2013-06-02dec.c - move to pci-bridgeMichael S. Tsirkin4-1/+2
2013-06-01do not check pointers after dereferencing themPaolo Bonzini2-5/+5
2013-06-01m25p80: Add Micron n25q032aEd Maste1-0/+1
2013-06-01qemu: fix out of tree cross compileAlexey Kardashevskiy1-1/+1
2013-06-01slirp: cleanup leftovers from misc.hMichael Tokarev1-14/+0
2013-06-01migration: Remove duplicate bandwidth_limit setLei Li1-1/+0
2013-06-01docs: Fix typo and update file in migrationLei Li1-8/+9
2013-06-01configure: try pkg-config ncurses firstEd Maste1-1/+1
2013-06-01rtc: remove rtc_set_dateHu Tao1-1/+0
2013-06-01linux-user: Fix typo in commentLei Li1-1/+1
2013-06-01configure: remove confusing file manipulationEd Maste1-9/+0
2013-06-01debugcon: fix compiler warning when open DEBUG_DEBUGCONliguang1-2/+2
2013-06-01debugcon: make debug message more readableliguang1-1/+1
2013-06-01debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCONliguang1-1/+1
2013-06-01Remove unnecessary break statementsStefan Weil5-5/+0
2013-06-01don't run pkg-config for features explicitly disabledMichael Tokarev1-12/+9
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson1-15/+15
2013-05-31s390/ipl: Fix spurious errors in virtioChristian Borntraeger1-0/+5
2013-05-31Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori8-22/+127
2013-05-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori4-9/+23
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori12-372/+422
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan1-1/+1
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino1-4/+6
2013-05-30seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore1-1/+4
2013-05-30gdbstub: do not restart crashed guestPaolo Bonzini1-1/+3
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong2-1/+15
2013-05-30Makefile: create ".../var/run" when installing the POSIX guest agentLaszlo Ersek1-1/+9
2013-05-30qga: save state directory in ga_install_service()Laszlo Ersek3-3/+17
2013-05-30qga: remove undefined behavior in ga_install_service()Laszlo Ersek1-8/+11
2013-05-30qga: create state directory on win32Laszlo Ersek1-0/+14
2013-05-30configure: don't save any fixed local_statedir for win32Laszlo Ersek1-4/+8
2013-05-30qga: determine default state dir and pidfile dynamicallyLaszlo Ersek1-6/+26
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek3-0/+42
2013-05-30q35: set fw_nameMichael S. Tsirkin1-0/+1
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth3-4/+16
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini2-22/+24
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini4-30/+36
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini2-30/+2
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini2-3/+12
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini1-17/+46
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini1-1/+5
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini1-9/+20
2013-05-29memory: add address_space_access_validPaolo Bonzini4-1/+43
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini1-0/+20
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini2-4/+7
2013-05-29exec: introduce memory_access_sizePaolo Bonzini1-10/+17
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini1-17/+22
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini1-9/+0
2013-05-29memory: assign MemoryRegionOps to all regionsPaolo Bonzini1-1/+2