index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2014-01-13
memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user
Juan Quintela
2014-01-13
memory: split dirty bitmap into three
Juan Quintela
2014-01-13
bitmap: Add bitmap_zero_extend operation
Juan Quintela
2014-01-13
memory: cpu_physical_memory_clear_dirty_flag() result is never used
Juan Quintela
2014-01-13
memory: make sure that client is always inside range
Juan Quintela
2014-01-13
memory: use bit 2 for migration
Juan Quintela
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
2014-01-13
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
Juan Quintela
2014-01-13
memory: set single dirty flags when possible
Juan Quintela
2014-01-13
memory: all users of cpu_physical_memory_get_dirty used only one flag
Juan Quintela
2014-01-13
memory: make cpu_physical_memory_is_dirty return bool
Juan Quintela
2014-01-13
exec: create function to get a single dirty bit
Juan Quintela
2014-01-13
memory: create function to set a single dirty bit
Juan Quintela
2014-01-13
memory: cpu_physical_memory_set_dirty_flags() result is never used
Juan Quintela
2014-01-13
bitmap: use long as index
Juan Quintela
2014-01-13
migration: Move QEMU_VM_* defines to migration/migration.h
Eduardo Habkost
2014-01-13
qemu-file: Make a few functions non-static
Eduardo Habkost
2014-01-10
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2014-01-10
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2014-01-09
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
2014-01-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2014-01-08
softfloat: Add support for ties-away rounding
Peter Maydell
2014-01-08
softfloat: Add float16 <=> float64 conversion functions
Peter Maydell
2014-01-08
softfloat: Provide complete set of accessors for fp state
Peter Maydell
2014-01-08
softfloat: Add float32_to_uint64()
Tom Musta
2014-01-08
softfloat: Make the int-to-float functions take exact-width types
Peter Maydell
2014-01-08
softfloat: Add 16 bit integer to float conversions
Peter Maydell
2014-01-08
softfloat: Add float to 16bit integer conversions.
Will Newton
2014-01-08
arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
Christoffer Dall
2014-01-01
pxa27x: Add 'const' attribute to keyboard maps
Stefan Weil
2014-01-01
pxa27x: Reduce size of keyboard matrix mapping
Stefan Weil
2013-12-24
ioapic: QOM'ify ioapic
xiaoqiang zhao
2013-12-24
icc_bus: QOM'ify ICC
xiaoqiang zhao
2013-12-24
apic: QOM'ify APIC
xiaoqiang zhao
2013-12-24
qdev: Drop misleading qbus_free() function
Stefan Hajnoczi
2013-12-24
qom: Do not register interface "types" in the type table and fix names
Paolo Bonzini
2013-12-24
qom: Split out object and class caches
Peter Crosthwaite
2013-12-24
qdev: Document that pointer properties kill device_add
Markus Armbruster
2013-12-23
piix: fix 32bit pci hole
Gerd Hoffmann
2013-12-23
qdev: switch reset to post-order
Paolo Bonzini
2013-12-23
qdev: allow both pre- and post-order vists in qdev walking functions
Paolo Bonzini
2013-12-23
pci: do not export pci_bus_reset
Paolo Bonzini
2013-12-23
acpi: factor out common pm_update_sci() into acpi core
Igor Mammedov
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-20
block: Add commit_active_start()
Fam Zheng
2013-12-20
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
2013-12-20
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
2013-12-20
device_tree: qemu_fdt_setprop: Rename val_array arg
Peter Crosthwaite
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-12-20
roms: Flush icache when writing roms to guest memory
Alexander Graf
[next]