Age | Commit message (Expand) | Author |
2011-09-23 | Makefile: Remove 'tarbin' target | Peter Maydell |
2011-09-23 | qemu-char: use qemu_set_fd_handler/2 consistently | Marcelo Tosatti |
2011-09-23 | adlib: remove write-only variable | Hervé Poussineau |
2011-09-23 | irq: introduce qemu_irq_proxy() | Avi Kivity |
2011-09-23 | Barriers in qemu-barrier.h should not be x86 specific | David Gibson |
2011-09-23 | virtio: Use global memory barrier macros | David Gibson |
2011-09-23 | Fix and clean code which tests the gcc version | Stefan Weil |
2011-09-23 | Move macro QEMU_GNUC_PREREQ to compiler.h | Stefan Weil |
2011-09-23 | pci-devfn: check that device/slot number is within range | Donald Dutile |
2011-09-23 | isapc: give system address space when pci is disabled | Hervé Poussineau |
2011-09-23 | build: fix race with creating qapi-generated | Michael Roth |
2011-09-23 | cirrus: Unbreak ISA support | Jan Kiszka |
2011-09-23 | vga: Unbreak ISA support | Jan Kiszka |
2011-09-23 | pc: Disable HPET for ISA machine | Jan Kiszka |
2011-09-23 | pc: Unbreak ROM mapping for ISA machine | Jan Kiszka |
2011-09-23 | e1000: Don't set the Capabilities List bit | dann frazier |
2011-09-23 | core: remove qemu_service_io | Frediano Ziglio |
2011-09-23 | MAINTAINERS: claim maintainership for the OMAP devices | Peter Maydell |
2011-09-23 | hw/omap1: Wire up GPIO clock | Peter Maydell |
2011-09-23 | omap_intc: Qdevify | Peter Maydell |
2011-09-23 | omap_intc: Use MemoryRegion API | Peter Maydell |
2011-09-23 | hw/omap_gpmc: Modify correct field when writing IRQSTATUS register | Peter Maydell |
2011-09-23 | hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bit | Peter Maydell |
2011-09-22 | hw/9pfs: Add handle based fs driver | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Implement TFLUSH operation | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Add fs driver specific details to fscontext | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Add init callback to fs driver | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Move fid pathname tracking to seperate data type. | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Use read-write lock for protecting fid path. | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Make v9fs_string* functions non-static | Aneesh Kumar K.V |
2011-09-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-09-22 | Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging | Anthony Liguori |
2011-09-22 | Merge remote-tracking branch 'stefanha/tracing' into staging | Anthony Liguori |
2011-09-22 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-09-22 | Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging | Anthony Liguori |
2011-09-21 | block/curl: Don't finish AIOCBs too early | Nick Thomas |
2011-09-21 | block/curl: Implement a flush function on the fd handlers | Nick Thomas |
2011-09-21 | ahci: add port I/O index-data pair | Daniel Verkamp |
2011-09-21 | trace: Update docs to use example events that exist | Lluís Vilanova |
2011-09-21 | trace: use binary file open mode in simpletrace | Stefan Hajnoczi |
2011-09-21 | trace: portable simple trace backend using glib | Stefan Hajnoczi |
2011-09-21 | MAINTAINERS: add tracing subsystem | Stefan Hajnoczi |
2011-09-21 | trace: allow trace events with string arguments | Stefan Hajnoczi |
2011-09-21 | use qemu_* ctype functions | Christoph Egger |
2011-09-21 | Remove qemu_host_page_bits | Stefan Weil |
2011-09-21 | Abort on thread layer errors | Jan Kiszka |
2011-09-21 | Silence make if nothing is to do for libcacard | Jan Kiszka |
2011-09-21 | Drop unneeded pthread.h inclusions | Jan Kiszka |
2011-09-21 | fix compilation with stderr trace backend | Paolo Bonzini |