aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy
2013-09-01misc: Fix some typos in names and commentsStefan Weil
2013-09-01pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin
2013-08-30isa: Fix documentation of isa_register_portio_list()Hervé Poussineau
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber
2013-08-30object: Fix typo in qom/object.hPeter Chubb
2013-08-30qcow2: Metadata overlap checksMax Reitz
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz
2013-08-30monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh
2013-08-22aio / timers: Remove alarm timersAlex Bligh