]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2012-12-19 Paolo Bonzinibuild: kill libdis, move disassemblers to disas/
2012-12-19 Paolo Bonzinibuild: create ldscripts/
2012-12-19 Paolo Bonzinibuild: move rules from Makefile to */Makefile.objs
2012-12-19 Paolo Bonzinibuild: add $(TARGET_DIR) to "GEN config-target.h" lines
2012-12-19 Paolo Bonzinibuild: adjust setting of QEMU_INCLUDES
2012-12-19 Paolo Bonzinivscclient: use per-target variables
2012-12-17 Paolo Bonzinilibcacard: simplify rules for recursive build
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-17 Michael S.... kvm: do not flush after deleting gsi
2012-12-17 Michael S.... pci_bus.h: tweak include guards
2012-12-17 Michael S.... pci_bus: update comment
2012-12-17 Michael S.... pci: rename pci_internals.h pci_bus.h
2012-12-17 Michael S.... Revert "pci: prepare makefiles for pci code reorganization"
2012-12-17 Michael S.... pci: fix path for local includes
2012-12-17 Michael S.... pci: update all users to look in pci/
2012-12-17 Michael S.... pci: move pci core code to hw/pci
2012-12-16 Blue Swirlexec: refactor cpu_restore_state
2012-12-16 Blue Swirlexec: move TB handling to translate-all.c
2012-12-16 Blue Swirlexec: extract TB watchpoint check
2012-12-16 Blue Swirlexec: fix coding style
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-15 Max Filippovtarget-xtensa: fix ITLB/DTLB page protection flags
2012-12-14 Gerd Hoffmannconsole: clip update rectangle
2012-12-14 Gerd Hoffmannpixman: fix vnc tight png/jpeg support
2012-12-14 Gerd Hoffmannpixman: update internal copy to pixman-0.28.2
2012-12-14 Gerd HoffmannRevert "pixman: require 0.18.4 or newer"
2012-12-14 Gerd Hoffmannpixman: fix version check for PIXMAN_TYPE_BGRA
2012-12-14 David Gibsonpseries: Increase default NVRAM size
2012-12-14 David Gibsontarget-ppc: Don't use hwaddr to represent hardware...
2012-12-14 Alexander GrafPPC: e500: pci: Export slot2irq calculation
2012-12-14 Alexander GrafPPC: E500plat: Make a lot of PCI slots available
2012-12-14 Alexander GrafPPC: E500: Move PCI slot information into params
2012-12-14 Alexander GrafPPC: E500: Generate dt pci irq map dynamically
2012-12-14 Alexander GrafPPC: E500: PCI: Make IRQ calculation more generic
2012-12-14 Alexander GrafPPC: E500: PCI: Make first slot qdev settable
2012-12-14 Alexander Grafopenpic: Accelerate pending irq search
2012-12-14 Alexander Grafopenpic: fix minor coding style issues
2012-12-14 Alexander GrafMSI-X: Fix endianness
2012-12-14 Alexander GrafPPC: e500: Declare pci bridge as bridge
2012-12-14 Alexander GrafPPC: e500: Add MSI support
2012-12-14 Alexander Grafopenpic: add Shared MSI support
2012-12-14 Alexander Grafopenpic: make brr1 model specific
2012-12-14 Alexander Grafopenpic: convert to qdev
2012-12-14 Alexander Grafopenpic: remove irq_out
2012-12-14 Alexander Grafopenpic: rename openpic_t to OpenPICState
2012-12-14 Alexander Grafopenpic: convert simple reg operations to builtin bitops
2012-12-14 Alexander Grafopenpic: remove unused type variable
2012-12-14 Alexander Grafopenpic: unify memory api subregions
2012-12-14 Alexander Grafopenpic: combine openpic and mpic reset functions
2012-12-14 Alexander Grafopenpic: merge mpic and openpic timer handling
2012-12-14 Alexander Grafopenpic: combine mpic and openpic irq raise functions
2012-12-14 Alexander Grafopenpic: Convert subregions to memory api
2012-12-14 Alexander Grafopenpic: combine mpic and openpic src handlers
2012-12-14 Alexander Grafopenpic: update to proper memory api
2012-12-14 Alexander Grafmpic: Unify numbering scheme
2012-12-14 Alexander Grafopenpic: Remove unused code
2012-12-14 David Gibsonpseries: Don't allow TCE (iommu) tables to be registere...
2012-12-14 Bharat BhushanAdding BAR0 for e500 PCI controller
2012-12-14 Bharat Bhushane500: Adding CCSR memory region
2012-12-14 David Gibsonpseries: Update SLOF for NVRAM support
2012-12-14 David Gibsonpseries: Implement PAPR NVRAM
2012-12-14 David Gibsonpseries: Split xics irq configuration from state inform...
2012-12-14 David Gibsonpseries: Add tracepoints to the XICS interrupt controller
2012-12-14 Ben Herrenschmidtpseries: Allow RTAS tokens without a qemu handler
2012-12-14 Michael Ellermanpseries: Return the token when we register an RTAS...
2012-12-14 Ben Herrenschmidtpseries: Use #define for XICS base irq number
2012-12-14 David Gibsonpseries: Fix incorrect initialization of interrupt...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.next...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-e8a76b0...
2012-12-13 Anthony LiguoriqMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2012-12-13 Kevin Wolfqcow2: Factor out handle_dependencies()
2012-12-13 Kevin Wolfqcow2: Execute run_dependent_requests() without lock
2012-12-13 Kevin Wolfqcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
2012-12-13 Kevin Wolfqcow2: Allocate l2meta only for cluster allocations
2012-12-13 Kevin Wolfqcow2: Drop l2meta.cluster_offset
2012-12-13 Kevin Wolfqcow2: Allocate l2meta dynamically
2012-12-13 Kevin Wolfqcow2: Introduce Qcow2COWRegion
2012-12-13 Kevin Wolfqcow2: Round QCowL2Meta.offset down to cluster boundary
2012-12-13 Antoine Mathyshw/ds1338.c: Fix handling of DAY (wday) register.
2012-12-13 Antoine Mathyshw/ds1338.c: Implement support for the control register.
2012-12-13 Antoine Mathyshw/ds1338.c: Ensure state is properly initialized.
2012-12-13 Antoine Mathyshw/ds1338.c: Fix handling of HOURS register.
2012-12-13 Antoine Mathyshw/ds1338.c: Add definitions for various flags in the...
2012-12-13 Antoine Mathyshw/ds1338.c: Correct bug in conversion to BCD.
2012-12-13 Pavel Hrdinaatapi: reset cdrom tray statuses on ide_reset
2012-12-12 Michael S.... MAINTAINERS: add hw/pci/ to list of PCI files
2012-12-12 Michael S.... pci: prepare makefiles for pci code reorganization
2012-12-12 Michael S.... get_maintainer.pl: update from linix 3.8
2012-12-12 Michael S.... tap: reset vnet header size on open
2012-12-12 Jason BaronFixup q35/ich9 Licenses
2012-12-12 David Gibsonmigration: Fix madvise breakage if host and guest have...
2012-12-12 David GibsonFix off-by-1 error in RAM migration code
2012-12-12 Kevin Wolfqemu-iotests: Test concurrent cluster allocations
2012-12-12 Kevin Wolfqcow2: Move BLKDBG_EVENT out of the lock
2012-12-12 Kevin Wolfqemu-io: Add AIO debugging commands
2012-12-12 Kevin Wolfblkdebug: Implement suspend/resume of AIO requests
2012-12-12 Kevin Wolfblkdebug: Factor out remove_rule()
2012-12-12 Kevin Wolfblkdebug: Allow usage without config file
2012-12-11 Dong Xu Wangcreate new function: qemu_opt_set_number
next