| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-user: Support tilegx architecture in linux-user | Chen Gang | 2015-09-15 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2015-09-14 | 1 | -5/+4 |
|\ |
|
| * | block: Allow specifying driver-specific options to reopen | Kevin Wolf | 2015-09-14 | 1 | -1/+3 |
| * | block: Drop bdrv_find_whitelisted_format() | Max Reitz | 2015-09-14 | 1 | -2/+0 |
| * | block: Drop drv parameter from bdrv_open() | Max Reitz | 2015-09-14 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2015-09-14 | 12 | -161/+76 |
|\ \ |
|
| * | | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini | 2015-09-09 | 1 | -0/+6 |
| * | | remove unused spinlock. | KONRAD Frederic | 2015-09-09 | 1 | -49/+0 |
| * | | replace spinlock by QemuMutex. | KONRAD Frederic | 2015-09-09 | 1 | -2/+2 |
| * | | cpus: protect work list with work_mutex | Paolo Bonzini | 2015-09-09 | 1 | -1/+5 |
| * | | cutils: Add qemu_strtoull() wrapper | Carlos L. Torres | 2015-09-09 | 1 | -0/+2 |
| * | | cutils: Add qemu_strtoll() wrapper | Carlos L. Torres | 2015-09-09 | 1 | -0/+2 |
| * | | cutils: Add qemu_strtoul() wrapper | Carlos L. Torres | 2015-09-09 | 1 | -0/+2 |
| * | | cutils: Add qemu_strtol() wrapper | Carlos L. Torres | 2015-09-09 | 1 | -0/+2 |
| * | | rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ | Emilio G. Cota | 2015-09-09 | 1 | -1/+1 |
| * | | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert | 2015-09-09 | 2 | -41/+40 |
| * | | tcg: signal-free qemu_cpu_kick | Paolo Bonzini | 2015-09-09 | 2 | -4/+4 |
| * | | remove qemu/tls.h | Paolo Bonzini | 2015-09-09 | 2 | -55/+1 |
| * | | tcg: introduce tcg_current_cpu | Paolo Bonzini | 2015-09-09 | 1 | -0/+1 |
| * | | i8257: remove cpu_request_exit irq | Paolo Bonzini | 2015-09-09 | 1 | -1/+1 |
| * | | i8257: rewrite DMA_schedule to avoid hooking into the CPU loop | Paolo Bonzini | 2015-09-09 | 1 | -1/+1 |
| * | | Added generic panic handler qemu_system_guest_panicked() | Andrey Smetanin | 2015-09-07 | 1 | -0/+1 |
| * | | iohandler: Use aio API | Fam Zheng | 2015-09-07 | 1 | -2/+1 |
| * | | seqlock: read sequence number atomically | Emilio G. Cota | 2015-09-07 | 1 | -3/+3 |
| * | | seqlock: add missing 'inline' to seqlock_read_retry | Emilio G. Cota | 2015-09-07 | 1 | -1/+1 |
* | | | i.MX: Add GPIO devices to i.MX25 SOC | Jean-Christophe Dubois | 2015-09-14 | 1 | -0/+15 |
* | | | i.MX: Add GPIO devices to i.MX31 SOC | Jean-Christophe Dubois | 2015-09-14 | 1 | -0/+12 |
* | | | i.MX: Add GPIO device | Jean-Christophe Dubois | 2015-09-14 | 1 | -0/+62 |
* | | | arm: xlnx-zynqmp: Fix up GIC region size | Nathan Rossi | 2015-09-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | cpu-exec: introduce loop exit with restore function | Pavel Dovgalyuk | 2015-09-11 | 1 | -0/+1 |
* | | softmmu: remove now unused functions | Pavel Dovgalyuk | 2015-09-11 | 1 | -19/+0 |
* | | softmmu: add helper function to pass through retaddr | Pavel Dovgalyuk | 2015-09-11 | 2 | -8/+76 |
* | | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt | 2015-09-11 | 1 | -2/+2 |
* | | typofixes - v4 | Veres Lajos | 2015-09-11 | 2 | -2/+2 |
* | | maint: remove / fix many doubled words | Daniel P. Berrange | 2015-09-11 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in... | Peter Maydell | 2015-09-10 | 4 | -2/+69 |
|\ \ |
|
| * | | xen: use errno instead of rc for xc_domain_add_to_physmap | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -0/+22 |
| * | | xen/HVM: atomically access pointers in bufioreq handling | Jan Beulich | 2015-09-10 | 1 | -1/+11 |
| * | | igd gfx passthrough: create a isa bridge | Tiejun Chen | 2015-09-10 | 1 | -0/+1 |
| * | | xen, gfx passthrough: basic graphics passthrough support | Tiejun Chen | 2015-09-10 | 1 | -0/+1 |
| * | | hw/pci-assign: split pci-assign.c | Tiejun Chen | 2015-09-10 | 1 | -0/+27 |
| * | | piix: create host bridge to passthrough | Tiejun Chen | 2015-09-10 | 1 | -0/+2 |
| * | | i440fx: make types configurable at run-time | Michael S. Tsirkin | 2015-09-08 | 1 | -1/+5 |
* | | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-10' into... | Peter Maydell | 2015-09-10 | 1 | -58/+152 |
|\ \ \ |
|
| * | | | error: On abort, report where the error was created | Markus Armbruster | 2015-09-10 | 1 | -9/+34 |
| * | | | error: Revamp interface documentation | Markus Armbruster | 2015-09-10 | 1 | -47/+124 |
| * | | | error: error_set_errno() is unused, drop | Markus Armbruster | 2015-09-10 | 1 | -5/+2 |
| * | | | qga: Clean up unnecessarily dirty casts | Markus Armbruster | 2015-09-10 | 1 | -7/+2 |
| * | | | error: Make error_setg() a function | Markus Armbruster | 2015-09-10 | 1 | -2/+2 |
* | | | | pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines | Igor Mammedov | 2015-09-10 | 1 | -0/+1 |